init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
15
themes/hugoplate/assets/scss/buttons.scss
Executable file
15
themes/hugoplate/assets/scss/buttons.scss
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue