forked from noxious/client
Small styling adjustment on buttons. Some zone editor stuff.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user