petal init
This commit is contained in:
parent
81a9f68a22
commit
978de52a09
11 changed files with 103 additions and 35 deletions
8
assets/css/components/buttons.css
Normal file
8
assets/css/components/buttons.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
@layer components {
|
||||
.btn-redish {
|
||||
@apply bg-red-300 hover:bg-red-600 text-blue-800 font-bold py-2 px-4 rounded;
|
||||
}
|
||||
.btn-greenish {
|
||||
@apply bg-green-300 hover:bg-green-600 text-blue-800 font-bold py-2 px-4 rounded;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue