FitTrackee/fittrackee_client/src/scss/vars.scss

21 lines
296 B
SCSS
Raw Normal View History

/*
* === MEDIA QUERIES ===
*/
$container-width: 1140px;
$medium-limit: 1000px;
2021-08-18 17:10:16 +02:00
$small-limit: 700px;
$x-small-limit: 500px;
2021-08-08 11:49:01 +02:00
2021-08-15 09:24:10 +02:00
/*
* === HEIGHT ===
*/
$app-height: calc(100vh - 130px);
2021-08-08 11:49:01 +02:00
/*
* === PADDING / MARGIN ===
*/
$default-padding: 10px;
$default-margin: $default-padding;
$border-radius: 4px;