Swap sass for plain CSS
This commit is contained in:
parent
2c30a88d53
commit
5cf2312233
18 changed files with 111 additions and 123 deletions
13
assets/css/components/button.css
Normal file
13
assets/css/components/button.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
.button {
|
||||
@apply bg-blue border-blue border inline-block text-white no-underline py-2 px-3 rounded text-sm;
|
||||
|
||||
&:focus {
|
||||
@apply py-2 px-3 m-0
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
@apply bg-white text-blue
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue