mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
24 lines
354 B
SCSS
24 lines
354 B
SCSS
|
$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;
|