Dotclear


Ignore:
Timestamp:
02/21/18 14:29:08 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/init/_config.scss

    r3427 r3712  
    22 
    33// ----------------- Compass config --------------- // 
    4 // Do not support IE less than IE10 
     4// Do not support IE less than IE11 
    55$browser-minimum-versions: ( 
    66  "ie": "11" 
     
    2222$html-font-size:              62.5%;         // Basically 10px (16px ⁄x 0.625) — Must be in % 
    2323 
    24 $body-font-size-small:        1.2rem;        // For screen smaller than $small-screen (see below) 
    25 $body-font-size:              1.4rem; 
    26 $body-font-size-large:        1.6rem;        // For screen larger or equal than $large-screen (see below) 
     24$body-font-size-small: 1.2rem;          // For screen smaller than $small-screen (see below) 
     25$body-font-size:       1.4rem; 
     26$body-font-size-large: 1.6rem;          // For screen larger or equal than $large-screen (see below) 
    2727 
    2828// ========================================================================== // 
     
    3232// Palette de base 
    3333 
    34 $blue:                   #137bbb; 
    35 $green:             #9ac123; 
    36 $red:                    #c44d58; 
    37 $light-blue:        #a2cbe9; 
    38 $orange:            #d33800; 
     34$blue:       #137bbb; 
     35$green:      #9ac123; 
     36$red:        #c44d58; 
     37$light-blue: #a2cbe9; 
     38$orange:     #d33800; 
    3939 
    40 $gray:                   #b2b2b2; 
    41 $gray-dark:              #676e78; 
     40$gray:      #b2b2b2; 
     41$gray-dark: #676e78; 
    4242 
    43 $gray-very-dark:    shade($gray, 72%);       // #323232 (near to #333 used before) 
    44 $gray-semi-dark:    shade($gray, 25%);       // #868686 (near to #999 used before) 
    45 $gray-light:        tint($gray, 30%);        // #c9c9c9 (near to #ccc used before) 
    46 $gray-very-light:   tint($gray, 85%);        // #f3f3f3 (near to #f7f7f7 used before) 
     43$gray-very-dark:  shade($gray, 72%);    // #323232 (near to #333 used before) 
     44$gray-semi-dark:  shade($gray, 25%);    // #868686 (near to #999 used before) 
     45$gray-light:      tint($gray, 30%);          // #c9c9c9 (near to #ccc used before) 
     46$gray-very-light: tint($gray, 85%);          // #f3f3f3 (near to #f7f7f7 used before) 
    4747 
    48 $white:                  #fff; 
    49 $black:                  #000; 
     48$white: #fff; 
     49$black: #000; 
    5050 
    5151// Couleurs secondaires 
     
    5555// Application 
    5656 
    57 $primary-color:               $gray-very-dark;         // #323232 : Texte courant 
    58 $secondary-color:        $orange;                 // #d33800 : Titres 
    59 $ternary-color:               $gray-dark;                   // #676e78 : Titres (secondaires) 
    60 $link:                        $blue;                        // #137bbb : Liens 
    61 $primary-background:     $white;                       // #fff : Fond courant 
    62 $secondary-background:   $gray-very-light;        // #c9c9c9 : Fond secondaire 
    63 $ternary-background:     $gray-dark;                   // #676e78 : Fond tertiaire 
     57$primary-color:        $gray-very-dark;      // #323232 : Texte courant 
     58$secondary-color:      $orange;                   // #d33800 : Titres 
     59$ternary-color:        $gray-dark;                // #676e78 : Titres (secondaires) 
     60$link:                 $blue;                     // #137bbb : Liens 
     61$primary-background:   $white;                         // #fff : Fond courant 
     62$secondary-background: $gray-very-light;          // #c9c9c9 : Fond secondaire 
     63$ternary-background:   $gray-dark;                // #676e78 : Fond tertiaire 
    6464 
    65 $button-base:       $light-blue; 
    66 $button-dark:       shade($button-base, 10%); 
    67 $button-light:      tint($button-base, 10%); 
     65$button-base:  $light-blue; 
     66$button-dark:  shade($button-base, 10%); 
     67$button-light: tint($button-base, 10%); 
    6868 
    6969// Autres 
     
    7575// ========================================================================== // 
    7676 
    77 $xxs-screen:   26.5em;        // 424 px 
    78 $xs-screen:    38em;          // 608 px 
    79 $s-screen:     44em;          // 704 px 
    80 $m-screen:     48em;          // 768 px 
    81 $l-screen:     61em;          // 976 px 
    82 $xl-screen:         80em;          // 1280 px 
    83 $xxl-screen:   120em;         // 1920 px 
     77$xxs-screen: 26.5em;     // 424 px 
     78$xs-screen:  38em;       // 608 px 
     79$s-screen:   44em;       // 704 px 
     80$m-screen:   48em;       // 768 px 
     81$l-screen:   61em;       // 976 px 
     82$xl-screen:  80em;       // 1280 px 
     83$xxl-screen: 120em;      // 1920 px 
    8484 
    8585// =========================================================================== // 
     
    8989// screens sizes 
    9090 
    91 $small-screen: $xxs-screen; 
    92 $large-screen: $xxl-screen; 
     91$small-screen: $xxs-screen; 
     92$large-screen: $xxl-screen; 
    9393 
    9494// collapser width 
Note: See TracChangeset for help on using the changeset viewer.

Sites map