$default-padding: 15px; /* Fonts */ $font-size: 12px; $font-size-sm: $font-size * 0.8; $font-size-lg: $font-size * 1.3; $font-size-xl: $font-size * 1.5; $font-size-xxl: $font-size * 1.8; .txt-sm { font-size: 90%; } .txt-lg { font-size: 120%; } /* Wrapper */ $header-height: 50px; /* Sidebar */ $sidebar-width: 250px; $sidebar-item-height: 45px;