You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // colors
-
- $dark_blue: #2b3990;
- $blue: #27aae1;
- $dark_brown: #414042;
- $brown: #58595b ;
- $dark_gray: #808285;
- $gray: #a7a9ac;
- $light_gray: #d1d3d4;
- $lightest_gray: #efefef;
- $white_shade: #f9f9f9;
-
- // font size
- $paragraph_size: 14px;
- $heading_size: 32px;
- $other_size: 15px;
- $header_height: 20vh;
- $header_height_scroll : 10vh;
|