foundation_and_overrides.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .text-left{ text-align: left; }
  2. .text-center{ text-align: center; }
  3. .text-right{ text-align: right; }
  4. .top-space{ margin-top: 20px; }
  5. .no-border{ border: none;}
  6. .no-border-bottom{ border-bottom: 0px !important;}
  7. .no-before-content:before{ content: none;}
  8. .hidden { display: none !important; }
  9. .no-margin-top { margin-top: 0 !important;}
  10. .no-margin-bottom { margin-bottom: 0 !important;}
  11. .no-margin-right { margin-right: 0 !important;}
  12. .no-margin-left { margin-left: 0 !important;}
  13. .disclaimer { text-align: center; font-size: 11px; line-height: 16px; }
  14. .joyride-content-wrapper { text-align: center; }
  15. .joyride-tip-guide { margin-top: 10px; }
  16. .green{ color: #84c99d}
  17. .red{ color: #d55f60}
  18. .strong{ font-weight: 600}
  19. $body-bg: #EEF4F5;
  20. $body-font-color: #505759;
  21. $body-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  22. $primary-color: #39b6d1;
  23. $alert-color: #d55f60;
  24. $success-color: #82ca9c;
  25. $global-radius: 4px;
  26. $row-width: 100%;
  27. $header-font-family: "Dosis", "Open Sans" "Helvetica", Helvetica, Arial, sans-serif;
  28. $header-font-weight: 400;
  29. $header-font-color: #353d3f;
  30. @import 'foundation';