border-top-right-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
- .top-bar-section ul li:last-child:not(.has-form) {
- top: -67px; }
- .top-bar-section ul li:last-child:not(.has-form) a:not(.button) {
- background-image: url(../assets/central-swing-nav-graphic.png);
- background-position: top center;
- background-repeat: no-repeat;
- color: transparent;
- width: 220px;
- min-height: 107px; }
- .top-bar-section ul li:last-child:not(.has-form) a:not(.button):hover {
- width: 220px;
- background: #1479b0;
- color: transparent;
- background-image: url(../assets/central-swing-nav-graphic.png);
- background-position: top center;
- background-repeat: no-repeat; }
- .top-bar-section ul li:last-child:not(.has-form) .dropdown li {
- top: auto; }
- .top-bar-section ul li:last-child:not(.has-form) .dropdown li a {
- min-height: 0;
- width: 100%; }
- .top-bar-section ul li:last-child:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
- background: transparent; }
.top-bar-section ul li .dropdown {
z-index: 1;
position: relative;
text-transform: none; }
.top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button):hover {
background: transparent; }
- .top-bar-section ul li .dropdown li:last-child {
- top: auto;
- height: auto; }
.top-bar-section ul li.drop-left > .dropdown {
right: 0 !important;
left: auto !important;
?>
</div>
<div class="row">
- <div id="quicknav" class="show-for-large-up large-3 columns">
- <?php glm_side_menu();?>
- </div>
- <div id="main-content" class="small-12 large-9 columns">
+ <div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
}
}
}
- &:last-child {
- &:not(.has-form) {
- top: -67px;
- a:not(.button) {
- background-image: url(../assets/central-swing-nav-graphic.png);
- background-position: top center;
- background-repeat: no-repeat;
- color: transparent;
- width: 220px;
- min-height: 107px;
- &:hover {
- width: 220px;
- background: $blue;
- color: transparent;
- background-image: url(../assets/central-swing-nav-graphic.png);
- background-position: top center;
- background-repeat: no-repeat;
- }
- }
- .dropdown {
- li {
- top: auto;
- a {
- min-height: 0;
- width: 100%;
- }
- &.active:not(.has-form) a:not(.button) {
- background: transparent;
- }
- }
- }
- }
- }
.dropdown {
z-index: 1;
position: relative;
background: transparent;
}
}
- &:last-child {
- top: auto;
- height: auto;
-// a {
-// color: $black;
-// &:hover {
-// color: $blue;
-// }
-// }
- }
}
}
&.drop-left > .dropdown {