|
|
@ -50,21 +50,6 @@ $border-radius: 0; |
|
|
|
height: $bar-base-height; |
|
|
|
height: $bar-base-height; |
|
|
|
background-color: $chrome-color; |
|
|
|
background-color: $chrome-color; |
|
|
|
border-bottom: $border-default; |
|
|
|
border-bottom: $border-default; |
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar below .bar-nav |
|
|
|
|
|
|
|
&.bar-header-secondary { |
|
|
|
|
|
|
|
top: $bar-base-height + 1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar above a standard bar |
|
|
|
|
|
|
|
&.bar-footer-secondary { |
|
|
|
|
|
|
|
bottom: $bar-base-height + 1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar above a .bar-tab |
|
|
|
|
|
|
|
&.bar-footer-secondary-tab { |
|
|
|
|
|
|
|
bottom: $bar-tab-height + 1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bar-tab { |
|
|
|
.bar-tab { |
|
|
|
height: $bar-tab-height; |
|
|
|
height: $bar-tab-height; |
|
|
|