forked from Fediversity/Fediversity
Valentin Gagarin
e41e0daa82
git-subtree-dir: website git-subtree-mainline:83b1c9ac3b
git-subtree-split:d208ee83f8
16 lines
338 B
SCSS
Executable file
16 lines
338 B
SCSS
Executable file
.btn {
|
|
@apply inline-block rounded border border-transparent px-5 py-2 font-semibold capitalize transition;
|
|
}
|
|
|
|
.btn-sm {
|
|
@apply rounded-sm px-4 py-1.5 text-sm;
|
|
}
|
|
|
|
.btn-primary {
|
|
@apply border-primary bg-primary text-white;
|
|
}
|
|
|
|
.btn-outline-primary {
|
|
@apply border-dark text-dark hover:bg-dark bg-transparent hover:text-white;
|
|
}
|