Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to megamenu flyout padding
  • Loading branch information
briandunnigan authored and briandunnigan committed Mar 10, 2016
1 parent 6a0faef commit 2c388b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/executive.css
Expand Up @@ -10277,6 +10277,12 @@ h2 {
line-height: 1.4em !important;
margin-bottom: 8px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout li a {
display: block;
line-height: 1.4em !important;
padding-top: 10px !important;
padding-bottom: 4px !important;
}

/* fixes nested siteorigin panels for ie8 */
.ie8 .panel-grid-cell .panel-grid-cell {
Expand Down
10 changes: 10 additions & 0 deletions sass/executive.scss
Expand Up @@ -127,6 +127,16 @@ ol.breadcrumb {
}
}
}
.mega-menu-flyout {
li {
a {
display: block;
line-height: 1.4em !important;
padding-top: 10px !important;
padding-bottom: 4px !important;
}
}
}
}
}

Expand Down

0 comments on commit 2c388b9

Please sign in to comment.