forked from Fediversity/fediversity.eu
Valentin Gagarin
72f70ec475
git-subtree-dir: website git-subtree-mainline: 83b1c9ac3b58871df715c5993a29d658439fc772 git-subtree-split: d208ee83f80467e25c662b4680ed2d6161d88d9e
21 lines
326 B
SCSS
Executable file
21 lines
326 B
SCSS
Executable file
.bg-gradient {
|
|
@apply bg-gradient-to-b from-[rgba(249,249,249,1)] from-[0.53%] to-white to-[83.28%];
|
|
}
|
|
|
|
.rounded-sm {
|
|
@apply rounded-[4px];
|
|
}
|
|
.rounded {
|
|
@apply rounded-[6px];
|
|
}
|
|
.rounded-lg {
|
|
@apply rounded-[12px];
|
|
}
|
|
.rounded-xl {
|
|
@apply rounded-[16px];
|
|
}
|
|
|
|
.shadow {
|
|
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
|
|
}
|