1
0
forked from noxious/client

Small styling adjustment on buttons. Some zone editor stuff.

This commit is contained in:
2024-07-07 04:32:16 +02:00
parent 317906eab5
commit 89a781470b
7 changed files with 46 additions and 38 deletions

View File

@ -68,7 +68,7 @@ button {
@apply text-center;
&.btn-cyan {
@apply bg-cyan bg-opacity-50 border border-solid border-white rounded drop-shadow-20;
@apply bg-cyan bg-opacity-50 border border-solid border-white border-opacity-25 rounded drop-shadow-20;
&.active,
&:hover {
@ -77,7 +77,7 @@ button {
}
&.btn-bordeaux {
@apply bg-bordeaux bg-opacity-50 border border-solid border-white rounded drop-shadow-20;
@apply bg-bordeaux bg-opacity-50 border border-solid border-white border-opacity-25 rounded drop-shadow-20;
&.active,
&:hover {