|
|
@ -51,17 +51,16 @@ strong { |
|
|
|
transform: translateZ(0px); |
|
|
|
transform: translateZ(0px); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab. |
|
|
|
// Pad top/bottom of content so it doesn't hide behind bars. |
|
|
|
// Note: For these to work, content must come after both bars in the markup |
|
|
|
// Note: For these to work, content must come after both bars in the markup |
|
|
|
.bar-nav ~ .content { |
|
|
|
.bar-nav ~ .content { |
|
|
|
padding-top: $bar-base-height; |
|
|
|
padding-top: $bar-base-height; |
|
|
|
} |
|
|
|
} |
|
|
|
.bar-tab ~ .content { |
|
|
|
|
|
|
|
padding-bottom: $bar-tab-height; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bar-header-secondary ~ .content { |
|
|
|
.bar-header-secondary ~ .content { |
|
|
|
padding-top: $bar-base-height*2; |
|
|
|
padding-top: $bar-base-height*2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Footer bar padding |
|
|
|
.bar-footer ~ .content { |
|
|
|
.bar-footer ~ .content { |
|
|
|
padding-bottom: $bar-base-height; |
|
|
|
padding-bottom: $bar-base-height; |
|
|
|
} |
|
|
|
} |
|
|
@ -69,6 +68,14 @@ strong { |
|
|
|
padding-bottom: $bar-base-height*2; |
|
|
|
padding-bottom: $bar-base-height*2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Tab bar padding |
|
|
|
|
|
|
|
.bar-tab ~ .content { |
|
|
|
|
|
|
|
padding-bottom: $bar-tab-height; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bar-footer-secondary-tab ~ .content { |
|
|
|
|
|
|
|
padding-bottom: $bar-tab-height+$bar-base-height; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Utility classes |
|
|
|
// Utility classes |
|
|
|
.container { |
|
|
|
.container { |
|
|
|
padding-right: 15px; |
|
|
|
padding-right: 15px; |
|
|
|