3 height: $moremenu-height;
8 height: $moremenu-height;
12 border-bottom: solid 3px transparent;
15 @include hover-focus() {
16 @include hover-navbar();
21 border-bottom: solid 3px $primary;
23 &[data-toggle="tab"] {
25 flex-direction: column;
27 justify-content: center;
30 content: attr(data-text) / "";
46 background-color: $body-bg;
52 background: transparent;
55 // Styling for dropdown menus inside the MoreButton.
56 .dropdownmoremenu > .dropdown-menu {
68 background-color: $gray-100;
69 @include hover-focus() {
70 color: $dropdown-link-hover-color;
71 @include gradient-bg($dropdown-link-active-bg);