Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_subnav.scss « scss « assets « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aadc0ee6f548e0e4307d51809ccac8b83f84fd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
.bd-subnavbar {
  background-color: rgba(#fff, .75);
  backdrop-filter: blur(1rem);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);

  @media (min-width: 992px) {
    position: sticky;
    top: 0;
    z-index: 1071; // over everything in bootstrap
  }
}