Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame^] | 1 | |
| 2 | // primary colors |
| 3 | $blue: #009fdb; |
| 4 | $dark-blue: #0568ae; |
| 5 | $light-blue: #71c5e8; |
| 6 | $green: #4ca90c; |
| 7 | $dark-green: #007a3e; |
| 8 | $light-green: #b5bd00; |
| 9 | $orange: #ea7400; |
| 10 | $yellow: #ffb81c; |
| 11 | $dark-purple: #702f8a; |
| 12 | $purple: #9063cd; |
| 13 | $light-purple: #caa2dd; |
| 14 | $black: #000000; |
| 15 | $dark-gray: #5a5a5a; |
| 16 | $gray: #959595; |
| 17 | $light-gray: #d2d2d2; |
| 18 | $white: #ffffff; |
| 19 | |
| 20 | // Secondary Colors |
| 21 | $red: #cf2a2a; |
| 22 | |
| 23 | $background-alice-blue: #e5f5fb; |
| 24 | $background-gray: #f2f2f2; |
| 25 | $text-black: #191919; |
| 26 | $link-blue: #056bae; |
| 27 | $functional-green: #007a3e; |
| 28 | $functional-yellow: #ffb81c; |
| 29 | $tlv-gray: #f8f8f8; |
| 30 | $tlv-light-gray: #eaeaea; |
| 31 | $tlv-hover: #e6f6fb; |
| 32 | |
| 33 | $content-background-color: $white; |
| 34 | |
| 35 | $scroll-bar-color: $text-black;//$light-gray; |
| 36 | |
| 37 | //responsive @media params |
| 38 | $tablet-max-width: 1024px; |
| 39 | $laptop-min-width: 1224px; |
| 40 | $desktop-min-width: 1824px; |
| 41 | |
| 42 | /* Textures */ |
| 43 | $images-folder-name: "../images"; |
| 44 | $plus-circle-icon: $images-folder-name + "/plus-circle-icon.svg"; |
| 45 | $interface-icon: $images-folder-name + "/interface.svg"; |
| 46 | $sdc-logo: $images-folder-name + "/logo.svg"; |
| 47 | $warning-icon: $images-folder-name + "/warning.svg"; |