|
|
@ -76,14 +76,24 @@ body { |
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar below .bar-nav |
|
|
|
// Modifier class to dock any bar below .bar-nav |
|
|
|
&.bar-header-secondary { |
|
|
|
&.bar-header-secondary { |
|
|
|
top: $bar-base-height + 1; |
|
|
|
top: $bar-base-height; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar above a standard bar |
|
|
|
|
|
|
|
&.bar-footer-secondary { |
|
|
|
|
|
|
|
bottom: $bar-base-height; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Modifier class to dock any bar above a .bar-tab |
|
|
|
|
|
|
|
&.bar-footer-secondary-tab { |
|
|
|
|
|
|
|
bottom: $bar-tab-height; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.bar-tab { |
|
|
|
.bar-tab { |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
bottom: auto; |
|
|
|
height: $bar-tab-height; |
|
|
|
height: $bar-tab-height; |
|
|
|
border-top: $border-default; |
|
|
|
border-top: 0; |
|
|
|
border-bottom: 0; |
|
|
|
|
|
|
|
box-shadow: inset 0 2px 0 #d2d2d2, 0 -3px 3px rgba(0,0,0,.07); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tab-item .icon { |
|
|
|
.tab-item .icon { |
|
|
|
margin-top: 0; |
|
|
|
margin-top: 0; |
|
|
|