Finishes getting rid of border bottom for site header and adds more customizer colors.

This commit is contained in:
mateuswetah 2019-03-21 10:17:24 -03:00
parent eca9a7987a
commit a0247bb617
2 changed files with 2 additions and 14 deletions

View File

@ -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;

View File

@ -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']};