allow app-bar height override

old
Anton Huck 2016-02-07 19:51:04 +01:00
parent 47215ac84b
commit 7ad91897b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
$appbar-color: $color-primary-dark !default;
$appbar-contrast: $color-primary-contrast !default;
$appbar-title-total-distance: 8 * $unit;
$appbar-height: 6.4 * $unit;
$appbar-height: 6.4 * $unit !default;
$appbar-h-padding: 2.4 * $unit;
$appbar-title-distance: $appbar-title-total-distance - $appbar-h-padding;

View File

@ -6,7 +6,7 @@ $offset: 1.8 * $unit;
.app {
@include no-webkit-scrollbar;
padding: (8.2 * $unit) $offset $offset;
padding: ($appbar-height + 2) $offset $offset;
background-color: #f5f5f5;
> section, > div > section {
padding: $offset;