/* * See http://getbootstrap.com/docs/4.0/getting-started/theming to learn customization */ $font-size-base: 0.85rem; // $theme-colors: ( // 'primary': #343A40, // Bootstrap dark color // 'primary': #6C757D // Bootstrap secondary color // ); @import 'chaltron'; // to keep space for navbars (top and bottom) div#content { margin-top: 2.7em; margin-bottom: 2.7em; } .flash-container { top: 4em; }