mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-06 14:52:41 +01:00
Add basic functionality
This commit is contained in:
parent
e78425f46c
commit
ea9eadc495
6 changed files with 91 additions and 13 deletions
15
src/styles/global.css
Normal file
15
src/styles/global.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.button {
|
||||
@apply bg-teal-50;
|
||||
@apply p-4;
|
||||
@apply hover:drop-shadow-md;
|
||||
@apply hover:rounded-lg;
|
||||
}
|
||||
|
||||
.round,
|
||||
.button {
|
||||
@apply border-black;
|
||||
@apply border;
|
||||
@apply rounded-tr-lg;
|
||||
@apply rounded-bl-lg;
|
||||
@apply transition-all;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue