Add and use sugarss
This commit is contained in:
parent
906e4c1938
commit
ab6e0d2df5
16 changed files with 81 additions and 111 deletions
|
@ -1,13 +1,10 @@
|
|||
.button {
|
||||
@apply bg-blue-600 border-blue-600 border inline-block text-white no-underline py-2 px-3 rounded text-sm;
|
||||
.button
|
||||
@apply bg-blue-600 border-blue-600 border inline-block text-white no-underline py-2 px-3 rounded text-sm
|
||||
|
||||
&:focus {
|
||||
&:focus
|
||||
@apply py-2 px-3 m-0
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
&:hover
|
||||
@apply bg-white text-blue-600
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue