Content deleted Content added
trying something else |
removing margin-bottom |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1:
.navigation-header {
}
margin: 0;
border: none !important;
}
.navigation-header-tabs ul {
}
.navigation-header-tabs #leadtab a {
}
.navigation-header-tabs #emergencytab {
}
Line 23 ⟶ 31:
color: red;
}
.navigation-header-tabs li {
}
.navigation-header-tabs li.selected {
}
.navigation-header-tabs li a {
}
color: #000;
}
.navigation-header-tabs .navigation-header-content {
}
.navigation-header-tabs .navigation-header-icon {
}
.navigation-header-tabs .navigation-header-break {
}
.navigation-header-tabs #leadtab {
display: inline-block;
color: #fff;
background: #07015a;
}
@media (min-width: 550px) {▼
.navigation-header-tabs ul {
▲@media (min-width:550px) {
▲ .navigation-header-tabs ul {
padding: 0;
▲ flex-direction: row;
▲ padding: 0;
}
▲ margin-top: 0 !important; /* cancels out the sibling styling */
}
▲ .navigation-header-tabs li.selected {
.navigation-header-tabs li.selected {
}
}
/* Default theme: Blue */
.navigation-header.blue-theme .navigation-header-tabs li {
}
.navigation-header.blue-theme .navigation-header-tabs li.selected {
}
.navigation-header.blue-theme .navigation-header-tabs .navigation-header-content {
}
.navigation-header.blue-theme .navigation-header-tabs #leadtab {
}
/* Gray theme */
.navigation-header.gray-theme .navigation-header-tabs li {
}
.navigation-header.gray-theme .navigation-header-tabs li.selected {
}
.navigation-header.gray-theme .navigation-header-tabs .navigation-header-content {
}
.navigation-header.gray-theme .navigation-header-tabs #leadtab {
}
@media (min-width: 1000px) {
}
}
|