Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

39 wiersze
1.0 KiB

  1. // Spectre Overrides
  2. $primary-color: #4C555E !default;
  3. $dark-color: #454d5d !default;
  4. $light-color: #fff !default;
  5. $gray-color: lighten($dark-color, 40%) !default;
  6. $gray-color-dark: darken($gray-color, 25%) !default;
  7. $border-color: lighten($dark-color, 60%) !default;
  8. $bg-color: lighten($dark-color, 66%) !default;
  9. $body-font-color: lighten($dark-color, 5%) !default;
  10. // Layout
  11. $horiz-padding: 1rem;
  12. $vert-padding: 2rem 0 2rem;
  13. // Fonts
  14. $min-responsive-font-size: 16px;
  15. // Header
  16. $header-height-large: 4rem;
  17. $header-height-small: 2.3rem;
  18. $header-color-dark: #222;
  19. $header-text-light: $light-color;
  20. $header-text-dark: darken($dark-color, 15%);
  21. // Dropdown Menu
  22. $dropmenu-bg: $light-color;
  23. $dropmenu-hover-text: $primary-color;
  24. $dropmenu-horiz-padding: 20px;
  25. $dropmenu-vert-padding: 7px;
  26. $dropmenu-child-padding: 10px;
  27. $dropmenu-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  28. // Mobile Menu
  29. $mobile-color-main: $primary-color;
  30. $mobile-color-active: #FFF;
  31. $mobile-color-link: #FFF;
  32. $mobile-button-height: 24px;
  33. $mobile-button-width: 28px;