Use sugarss
This commit is contained in:
parent
a3ff7de9ea
commit
7f605c535b
11 changed files with 42 additions and 40 deletions
|
|
@ -1,18 +1,13 @@
|
|||
.btn {
|
||||
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-300;
|
||||
.btn
|
||||
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-300
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus
|
||||
@apply bg-blue-400
|
||||
}
|
||||
}
|
||||
|
||||
.btn.is-secondary {
|
||||
@apply bg-gray-500;
|
||||
.btn.is-secondary
|
||||
@apply bg-gray-500
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus
|
||||
@apply bg-gray-600
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue