changed brand colors

This commit is contained in:
2023-11-26 02:20:45 +01:00
parent 701fc90f2a
commit 31e5e37ff0

View File

@@ -44,16 +44,16 @@
} }
.theme-Baupm #main-menu li a:active, .theme-Baupm #main-menu li a:active,
.theme-Baupm #main-menu li a:hover { .theme-Baupm #main-menu li a:hover {
background-color: #e95b21; background-color: #1A5FB4;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
.theme-Baupm #main-menu li a.selected { .theme-Baupm #main-menu li a.selected {
background-color: #f68c36; background-color: #3584E4;
color: #fff; color: #fff;
} }
.theme-Baupm #main-menu li a.selected:hover { .theme-Baupm #main-menu li a.selected:hover {
background-color: #e95b21; background-color: #1A5FB4;
} }
.theme-Baupm #main-menu li a.new-object { .theme-Baupm #main-menu li a.new-object {
display: none; display: none;
@@ -93,7 +93,7 @@
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 100%; border-radius: 100%;
background: #f68c36; background: #3584E4;
margin-bottom: 16px; margin-bottom: 16px;
margin-right: 26px; margin-right: 26px;
padding: 0; padding: 0;
@@ -108,14 +108,14 @@
} }
.theme-Baupm .jfab_btns_wrapper button:hover { .theme-Baupm .jfab_btns_wrapper button:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46);
background: #e95b21; background: #1A5FB4;
} }
.theme-Baupm .jfab_btns_wrapper .fb-icon { .theme-Baupm .jfab_btns_wrapper .fb-icon {
font-size: 15px; font-size: 15px;
margin-left: 4px; margin-left: 4px;
} }
.theme-Baupm button.jfab_main_btn { .theme-Baupm button.jfab_main_btn {
background-color: #f68c36; background-color: #3584E4;
width: 56px; width: 56px;
height: 56px; height: 56px;
border-radius: 100%; border-radius: 100%;
@@ -137,7 +137,7 @@
} }
.theme-Baupm button.jfab_main_btn:hover { .theme-Baupm button.jfab_main_btn:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46);
background: #e95b21; background: #1A5FB4;
} }
.theme-Baupm button.jfab_main_btn span { .theme-Baupm button.jfab_main_btn span {
transition: 0.5s; transition: 0.5s;
@@ -495,7 +495,7 @@
color: #333; color: #333;
} }
.theme-Baupm .flyout-menu h3 { .theme-Baupm .flyout-menu h3 {
background-color: #f68c36; background-color: #3584E4;
color: #fff; color: #fff;
} }
.theme-Baupm .flyout-menu .flyout-menu__search { .theme-Baupm .flyout-menu .flyout-menu__search {