You've already forked baupm-theme
changed brand colors
This commit is contained in:
@@ -44,16 +44,16 @@
|
||||
}
|
||||
.theme-Baupm #main-menu li a:active,
|
||||
.theme-Baupm #main-menu li a:hover {
|
||||
background-color: #e95b21;
|
||||
background-color: #1A5FB4;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.theme-Baupm #main-menu li a.selected {
|
||||
background-color: #f68c36;
|
||||
background-color: #3584E4;
|
||||
color: #fff;
|
||||
}
|
||||
.theme-Baupm #main-menu li a.selected:hover {
|
||||
background-color: #e95b21;
|
||||
background-color: #1A5FB4;
|
||||
}
|
||||
.theme-Baupm #main-menu li a.new-object {
|
||||
display: none;
|
||||
@@ -93,7 +93,7 @@
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 100%;
|
||||
background: #f68c36;
|
||||
background: #3584E4;
|
||||
margin-bottom: 16px;
|
||||
margin-right: 26px;
|
||||
padding: 0;
|
||||
@@ -108,14 +108,14 @@
|
||||
}
|
||||
.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);
|
||||
background: #e95b21;
|
||||
background: #1A5FB4;
|
||||
}
|
||||
.theme-Baupm .jfab_btns_wrapper .fb-icon {
|
||||
font-size: 15px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.theme-Baupm button.jfab_main_btn {
|
||||
background-color: #f68c36;
|
||||
background-color: #3584E4;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 100%;
|
||||
@@ -137,7 +137,7 @@
|
||||
}
|
||||
.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);
|
||||
background: #e95b21;
|
||||
background: #1A5FB4;
|
||||
}
|
||||
.theme-Baupm button.jfab_main_btn span {
|
||||
transition: 0.5s;
|
||||
@@ -495,7 +495,7 @@
|
||||
color: #333;
|
||||
}
|
||||
.theme-Baupm .flyout-menu h3 {
|
||||
background-color: #f68c36;
|
||||
background-color: #3584E4;
|
||||
color: #fff;
|
||||
}
|
||||
.theme-Baupm .flyout-menu .flyout-menu__search {
|
||||
|
||||
Reference in New Issue
Block a user