BCB Bank static website
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.
 
 
 
 

18 rivejä
323 B

  1. // colors
  2. $dark_blue: #2b3990;
  3. $blue: #27aae1;
  4. $dark_brown: #414042;
  5. $brown: #58595b ;
  6. $dark_gray: #808285;
  7. $gray: #a7a9ac;
  8. $light_gray: #d1d3d4;
  9. $lightest_gray: #efefef;
  10. $white_shade: #f9f9f9;
  11. // font size
  12. $paragraph_size: 14px;
  13. $heading_size: 32px;
  14. $other_size: 15px;
  15. $header_height: 20vh;
  16. $header_height_scroll : 10vh;