// Custom common variables @import '../app-variables'; // Drawer navigation custom styles $sidedrawer-header-image-size: 60; $sidedrawer-header-image-offset-top: 20; $sidedrawer-header-image-offset-bottom: 5; $sidedrawer-list-item-offset-left: 15; $sidedrawer-list-icon-offset: 10; $sidedrawer-list-icon-size: 20; .sidedrawer { &.sidedrawer-left { background-color: $ab-background; .sidedrawer-header-image { color: $background-dark; height: $sidedrawer-header-image-size; width: $sidedrawer-header-image-size; font-size: $sidedrawer-header-image-size; padding: 0; margin-bottom: $sidedrawer-header-image-offset-bottom; margin-top: $sidedrawer-header-image-offset-top; } .footnote { color: rgba($ab-color, 0.5); } } .sidedrawer-header { background-color: $ab-background; .sidedrawer-header-brand { color: $ab-color; } } .sidedrawer-content { background-color: $side-drawer-background; } .sidedrawer-list-item { padding-left: $sidedrawer-list-item-offset-left; Label { vertical-align: center; color: $blue-dark; } .fa { width: $sidedrawer-list-icon-size; margin-right: $sidedrawer-list-icon-offset; } &.selected { background-color: $item-active-background; Label { color: $item-active-color; } } } }