Klassennamen und Variablen
Neuer Standard für Klassennamen _ und __
This commit is contained in:
parent
e7ca01dd40
commit
933806cb72
10 changed files with 231 additions and 219 deletions
28
_config.scss
28
_config.scss
|
|
@ -4,7 +4,7 @@
|
|||
// TEXT
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
$default_font_size: 16px !default;
|
||||
$default_font_size: 17px !default;
|
||||
$basic_size: $default_font_size;
|
||||
|
||||
$default_print_font_size: 10pt !default;
|
||||
|
|
@ -30,7 +30,7 @@ $head_line_2: $text_line_1;
|
|||
$head_line_3: $text_line_1;
|
||||
$head_line_4: $text_line_1;
|
||||
|
||||
$default_font_family: #{'Roboto', 'Trebuchet MS', Helvetica, 'Source Sans', Arial, sans-serif, sans} !default;
|
||||
$default_font_family: #{'Roboto', 'Segoe UI', 'Liberation Sans', 'Source Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif, sans} !default;
|
||||
$print_font_family: #{'Times New Roman', times};
|
||||
$monospace_font_family: #{'Courier New', monospace};
|
||||
|
||||
|
|
@ -56,23 +56,25 @@ $black: black !default;
|
|||
$white: white !default;
|
||||
$medium_gray: lighten($black, 50%) !default;
|
||||
|
||||
$default_front_color: $black !default;
|
||||
$default_back_color: $medium_gray !default;
|
||||
|
||||
$basic_font_color: $black;
|
||||
$basic_head_color: $black;
|
||||
$basic_font_color: $default_front_color;
|
||||
$basic_head_color: $default_front_color;
|
||||
|
||||
$basic_link_color: $echo_color;
|
||||
$basic_highlight_color: $white;
|
||||
$basic_action_color: $foxtrot_color;
|
||||
|
||||
$default_background_color: $medium_gray !default;
|
||||
$basic_background_color: $default_background_color;
|
||||
$light_color: lighten($basic_background_color,5%);
|
||||
$dark_color: darken($basic_background_color,10%);
|
||||
$basic_back_color: $default_back_color;
|
||||
|
||||
$basic_border_color: $black;
|
||||
$light_color: lighten($basic_back_color, 5%);
|
||||
$dark_color: darken($basic_back_color, 10%);
|
||||
|
||||
$basic_border_color: $default_front_color;
|
||||
|
||||
// default shadow colors
|
||||
// $shadow_color: fade-out($medium_gray, 0.5);
|
||||
// $shadow_color: fade-out($medium_gray, .5);
|
||||
|
||||
|
||||
|
||||
|
|
@ -113,7 +115,7 @@ $basic_aside_width: 20%;
|
|||
// ------------------------------------------------------------------------------
|
||||
|
||||
$basic_io_font_color: darken($white, 10%);
|
||||
$basic_io_background_color: lighten($black, 25%);
|
||||
$basic_io_back_color: lighten($black, 25%);
|
||||
$basic_shadow: inset 0 1px 3px rgba($black, 0.06);
|
||||
$basic_focus_shadow: $basic_shadow, 0 0 5px adjust-color($basic_action_color, $lightness: -5%, $alpha: -0.3);
|
||||
|
||||
|
|
@ -254,14 +256,14 @@ $webkit_ms_support: -webkit- -ms- '';
|
|||
|
||||
/////// Config defaults for forms ///////
|
||||
// -----------------------------------------------------------------------------
|
||||
// $alert_background_color: $alpha_color;
|
||||
// $alert_back_color: $alpha_color;
|
||||
|
||||
// $input_disabled: $bravo_gray;
|
||||
// $input_disabled_bkg: lighten($input_disabled, 75%);
|
||||
// $input_disabled_border: lighten($input_disabled, 50%);
|
||||
// $input_disabled_text: lighten($input_disabled, 50%);
|
||||
//
|
||||
// $form_field_background_color: $white;
|
||||
// $form_field_back_color: $white;
|
||||
// $form_field_focus_color: $white;
|
||||
// $form_field_fail_bkg: $alpha_color_juliet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue