Adjust colors
This commit is contained in:
@@ -17,9 +17,9 @@ $darkButtonLine: rgba($darkButton, 0.8);
|
||||
$color-bg-second:rgba($darkButton, 0.5);
|
||||
|
||||
|
||||
$button: #ffe900;
|
||||
$button: #f9c33d;
|
||||
$bgAlpha: rgba($link, 0.5);
|
||||
$buttonActiveHover: #e9d504;
|
||||
$buttonActiveHover: #f9c33d;
|
||||
$buttonInfoHover:#04578e;
|
||||
$colorBlack: #404040;
|
||||
$typoWhite: #ffffff;
|
||||
|
||||
@@ -26,13 +26,15 @@
|
||||
}
|
||||
|
||||
|
||||
.btn,
|
||||
.btn {
|
||||
color: white;
|
||||
}
|
||||
.ep-has-error-bar,
|
||||
.checkbox label input[type="checkbox"] + .cr > .cr-icon{
|
||||
color:$bg;
|
||||
color: white;
|
||||
}
|
||||
.topnavi .container .row a{
|
||||
color:$typoWhite;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.ep-disturber-last-chance{
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
$color-brand-primary: #82C3C6;
|
||||
|
||||
$color-button-background: #f9c33d;
|
||||
$color-button-foreground: $color-brand-primary;
|
||||
$color-button-foreground: white;
|
||||
$color-button-booking: $color-label-success;
|
||||
|
||||
Reference in New Issue
Block a user