Finishes getting rid of border bottom for site header and adds more customizer colors.
This commit is contained in:
parent
eca9a7987a
commit
a0247bb617
|
@ -389,18 +389,6 @@ nav{
|
|||
border-bottom: 2px solid #ededed !important;
|
||||
}
|
||||
|
||||
/*Bordar Navbar top*/
|
||||
.b-bottom-top{
|
||||
border-bottom: 1px solid #298596;
|
||||
}
|
||||
|
||||
/*Bordar Navbar bellow*/
|
||||
.b-bottom-bellow{
|
||||
@media only screen and (min-width: 769px) {
|
||||
border-bottom: 1px solid #cbcbcb;
|
||||
}
|
||||
}
|
||||
|
||||
.tainacan-search-form {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
|
|
@ -796,8 +796,8 @@ function tainacan_get_color_scheme_css( $colors ) {
|
|||
.slide-control-arrow .icon .mdi::before {
|
||||
color: {$colors['tainacan_link_color']};
|
||||
}
|
||||
#tainacan-slide-container .tainacan-slide-item.active-item img {
|
||||
border-bottom: 4px solid {$colors['tainacan_link_color']};
|
||||
#tainacan-slide-container .tainacan-slide-item.active-item.active-item img {
|
||||
border-bottom: 4px solid {$colors['tainacan_link_color']} !important;
|
||||
}
|
||||
.metadata-menu .metadata-menu-header hr {
|
||||
background-color: {$colors['backtransparent']};
|
||||
|
|
Loading…
Reference in New Issue