forked from noxious/client
Added new colors, adjusted login styling
This commit is contained in:
@ -26,14 +26,14 @@ h5,
|
||||
h6,
|
||||
button,
|
||||
a {
|
||||
@apply font-default text-gray-500 font-medium m-0;
|
||||
@apply font-default text-gray-200 font-medium m-0;
|
||||
}
|
||||
|
||||
p,
|
||||
span,
|
||||
li,
|
||||
label {
|
||||
@apply font-default text-gray-500;
|
||||
@apply font-default text-gray-200;
|
||||
}
|
||||
|
||||
button,
|
||||
@ -87,7 +87,7 @@ button {
|
||||
@apply text-center;
|
||||
|
||||
&.btn-cyan {
|
||||
@apply bg-cyan drop-shadow-20 text-white;
|
||||
@apply bg-cyan drop-shadow-20 text-gray-50;
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
@ -95,12 +95,12 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&.btn-bordeaux {
|
||||
@apply bg-bordeaux drop-shadow-20;
|
||||
&.btn-red {
|
||||
@apply bg-red drop-shadow-20;
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
@apply bg-bordeaux/50;
|
||||
@apply bg-red/50;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user