0
0
Fork 0
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:
Delta1925 2023-04-15 23:46:29 +02:00
parent e78425f46c
commit ea9eadc495
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
6 changed files with 91 additions and 13 deletions

15
src/styles/global.css Normal file
View 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;
}