insomnia/app/css/constants/dimensions.scss

24 lines
354 B
SCSS
Raw Normal View History

2016-03-16 05:49:42 +00:00
$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;