1
0
forked from noxious/client

Updated Tailwind config and styling

This commit is contained in:
2024-07-11 19:16:03 +02:00
parent 2cda650eca
commit 8a4b57daef
12 changed files with 38 additions and 39 deletions

View File

@ -59,7 +59,7 @@ input {
}
.input-cyan {
@apply py-2 px-2.5 font-titles border border-solid border-cyan bg-white bg-opacity-80 rounded;
@apply py-2 px-2.5 font-titles border border-solid border-cyan bg-white/80 rounded;
&:focus,
&:focus-visible {
@apply outline-2 outline-cyan;
@ -70,7 +70,7 @@ button {
@apply text-center;
&.btn-cyan {
@apply bg-cyan bg-opacity-50 border border-solid border-white border-opacity-25 rounded drop-shadow-20;
@apply bg-cyan/50 border border-solid border-white/25 rounded drop-shadow-20;
&.active,
&:hover {
@ -79,7 +79,7 @@ button {
}
&.btn-bordeaux {
@apply bg-bordeaux bg-opacity-50 border border-solid border-white border-opacity-25 rounded drop-shadow-20;
@apply bg-bordeaux/50 border border-solid border-white/25 rounded drop-shadow-20;
&.active,
&:hover {