Updated.
This commit is contained in:
parent
ca3fe39013
commit
a894e8f99a
|
@ -26,7 +26,6 @@
|
||||||
.underMenu li {
|
.underMenu li {
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle:focus {
|
.dropdown-toggle:focus {
|
||||||
// outline: 2px solid #43B5FC;
|
// outline: 2px solid #43B5FC;
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
|
@ -138,7 +137,6 @@ ul.tab_nav {
|
||||||
}
|
}
|
||||||
.underMenu {
|
.underMenu {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 200px;
|
|
||||||
}
|
}
|
||||||
.underMenu a.widget-content-title {
|
.underMenu a.widget-content-title {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
@ -150,6 +148,16 @@ ul.tab_nav {
|
||||||
.underMenu .widget-link span span {
|
.underMenu .widget-link span span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.underMenu a:link, .underMenu a:visited, .underMenu .widget-link .widget-title {
|
||||||
|
color: #fff!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.underMenu {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.cycle-slideshow.widget-content a {
|
.cycle-slideshow.widget-content a {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
padding: 5px!important;
|
padding: 5px!important;
|
||||||
|
@ -160,3 +168,16 @@ ul.tab_nav {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
.widget-announcement-5 .w-annc__list.row,
|
||||||
|
.widget-announcement-6 h3,
|
||||||
|
.widget-announcement-6 ul,
|
||||||
|
.widget-announcement-8 .table,
|
||||||
|
.widget-announcement-10 .table {
|
||||||
|
margin: 1em!important;
|
||||||
|
}
|
||||||
|
.widget-announcement-6 h3,
|
||||||
|
.widget-announcement-6 ul,
|
||||||
|
.widget-announcement-8 .table,
|
||||||
|
.widget-announcement-10 .table {
|
||||||
|
width: calc(100% - 2em)!important;
|
||||||
|
}
|
Loading…
Reference in New Issue