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: 6aca809dbc44b1b47f5f82c627cc1cbd5b999a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.bd-subnavbar {
  background-color: rgba(#fff, .75);
  -webkit-backdrop-filter: blur(1rem);
  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: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1071; // over everything in bootstrap
  }
}