spee.ch/client/scss/_variables.scss

40 lines
888 B
SCSS
Raw Normal View History

$base-color: white;
2018-11-09 01:44:59 +01:00
$primary-color: #005da0;
$secondary-color: $primary-color;
2018-06-09 02:23:11 +02:00
$success-color: green;
$failure-color: red;
2018-10-21 21:52:10 +02:00
$grey: #9095A5;
2018-11-09 01:44:59 +01:00
$help-color: $grey;
$grey-border: #DDDFE4;
2018-10-25 20:59:08 +02:00
$shadow-color: rgba(169, 173, 186, 0.2);
$primary-padding: 3em;
$secondary-padding: 2em;
2018-07-12 01:42:40 +02:00
$tertiary-padding: 1em;
2018-06-08 17:50:25 +02:00
$thin-padding: 0.3em;
$full-width-thin-padding: calc(100% - 0.6em);
2018-11-09 01:44:59 +01:00
$width-content-constrained: 1000px;
$background-color: $base-color;
2018-11-09 01:44:59 +01:00
$text-color: #333;
2018-06-09 02:23:11 +02:00
$button-border-width: 1px;
$button-border-strength: solid;
$button-full-width: calc(100% - 2px);
$input-padding: 0.3em;
$input-full-width: calc(100% - 0.6em);
2018-06-11 01:07:15 +02:00
$text-xx-large: 2.5em;
2018-11-09 19:55:53 +01:00
$text-x-large: 2.0em;
$text-large: 1.5em;
$text-medium: 1.0em;
$text-small: 0.9em;
$text-x-small: 0.8em;
2018-06-11 01:07:15 +02:00
$break-point-xx-large: 1400px;
$break-point-x-large: 1290px;
$break-point-large: 1000px;
2018-11-09 01:44:59 +01:00
$break-point-tablet: 800px;
$break-point-mobile: 500px;