123456789101112131415161718192021222324252627282930313233343536 |
- .text-left{ text-align: left; }
- .text-center{ text-align: center; }
- .text-right{ text-align: right; }
- .top-space{ margin-top: 20px; }
- .no-border{ border: none;}
- .no-border-bottom{ border-bottom: 0px !important;}
- .no-before-content:before{ content: none;}
- .hidden { display: none !important; }
- .no-margin-top { margin-top: 0 !important;}
- .no-margin-bottom { margin-bottom: 0 !important;}
- .no-margin-right { margin-right: 0 !important;}
- .no-margin-left { margin-left: 0 !important;}
- .disclaimer { text-align: center; font-size: 11px; line-height: 16px; }
- .joyride-content-wrapper { text-align: center; }
- .joyride-tip-guide { margin-top: 10px; }
- .green{ color: #84c99d}
- .red{ color: #d55f60}
- .strong{ font-weight: 600}
- $body-bg: #EEF4F5;
- $body-font-color: #505759;
- $body-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
- $primary-color: #39b6d1;
- $alert-color: #d55f60;
- $success-color: #82ca9c;
- $global-radius: 4px;
- $row-width: 100%;
- $header-font-family: "Dosis", "Open Sans" "Helvetica", Helvetica, Arial, sans-serif;
- $header-font-weight: 400;
- $header-font-color: #353d3f;
- @import 'foundation';
|