// Material Design Toolbar // -------------------------------------------------- $toolbar-material-height: 6.4rem !default; $toolbar-material-background: #f7f7f8 !default; $toolbar-material-title-font-size: 2rem !default; $toolbar-material-button-font-size: 2rem !default; $toolbar-material-button-text-color: #007aff !default; .toolbar-md { height: $toolbar-material-height; background: $toolbar-material-background; .toolbar-title { font-size: $toolbar-material-title-font-size; } .button { font-size: $toolbar-material-button-font-size; color: $toolbar-material-button-text-color; border: none; padding: 0; margin: 0 10px; min-height: $toolbar-material-height; min-width: 0; } }