Merge branch 'feature/snowzone-brand-update' into develop

This commit is contained in:
Björn Fromme
2019-12-13 09:55:34 +01:00
5 changed files with 16 additions and 13 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

@@ -49,6 +49,7 @@ require('../images/icons/tx_eptheme_gridelements_two_quarters_and_half.png');
require('../images/logo_boarderweek.svg');
require('../images/favicon_sbw.ico');
require('../images/logo_snowzone.svg');
require('../images/logo_snowzone_2019.svg');
require('../images/favicon_sz.ico');
require('../images/logo_uni_champ.svg');
require('../images/favicon_uch.ico');
@@ -5,21 +5,21 @@
========================================================================== */
//hover/active/link
$link:#c31b63;
$bg:#9f0d4c;
$link:#82C3C6;
$bg:#82C3C6;
$bg_second: #3995DF;
$overlay:0.25;
$overlayMid: 0.8;
$hover_low:0.15;
$color-overlay:rgba($bg, $overlayMid);
$darkButton: #9f0d4c;
$darkButton: #82C3C6;
$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;
@@ -16,8 +16,7 @@
&.snowzone{
.navbar-main-wrapper .navbar-main .logo{
height: 55px;
margin-top: 30px;
height: 100px;
margin-left: 10%;
@media (max-width: $smartphoneWidth) {
height: 100%;
@@ -27,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,5 +1,5 @@
$color-brand-primary: #9f0d4c;
$color-brand-primary: #82C3C6;
$color-button-background: #ffe900;
$color-button-foreground: $color-brand-primary;
$color-button-background: #f9c33d;
$color-button-foreground: white;
$color-button-booking: $color-label-success;