Sha256: d8d4ef905a412dc658d065e7282c531dc7bc33b842666a2e76a5082e844477ac

Contents?: true

Size: 864 Bytes

Versions: 8

Compression:

Stored size: 864 Bytes

Contents

#wrapper {
  #tabbed-nav-bar {
    z-index: 9999999;
    position: inherit;
    &.fixed-top {
      z-index: 999999;
      position: fixed;
    }
    nav.navbar {
      min-height: $tabbed_nav_height !important;
      background-color: $tabbed_nav_bg !important;
      span.icon-bar {
        background-color: $tabbed_nav_text_colour;
      }
      a#sub-navigation-header {
        color: $tabbed_nav_text_colour;
      }
      .nav-item {
        a.nav-link {
          display: block;
          color: $tabbed_nav_text_colour;
          &.active {
            background-color: $tabbed_nav_active_bg_colour !important;
            color: $tabbed_nav_active_colour !important;
          }
        }
      }
      .nav-item.dropdown.show {
        a.nav-link.dropdown-toggle {
          color: $tabbed_nav_active_colour !important;
        }
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-5.0.1 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-5.0.0 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-4.3.3 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-4.3.2 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-4.3.1 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-4.3.0 _sass/core/sticky_tab_bar.scss
linaro-jekyll-theme-4.2.0 _sass/core/sticky_tab_bar.scss