github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/mod/dashboard/app/coreos-web/sass/_config.scss (about)

     1  /**
     2   * Site-wide variables go here.
     3   */
     4  
     5  // Configure static paths.
     6  @import "path-config";
     7  
     8  /* LAYOUT DIMENSIONS */
     9  $height-footer: 40px;
    10  
    11  /* MEDIA QUERY BREAKPOITNS */
    12  $screen-xs:     480px !default;
    13  $screen-xs-min: $screen-xs !default;
    14  $screen-sm:     768px !default;
    15  $screen-sm-min: $screen-sm !default;
    16  $screen-md:     992px !default;
    17  $screen-md-min: $screen-md !default;
    18  $screen-lg:     1200px !default;
    19  $screen-lg-min: $screen-lg !default;
    20  
    21  /* THEME COLORS */
    22  $color-bg-primary: $white;
    23  $color-bg-mute: $gray-lightest;
    24  $color-bg-highlight: $highlight;
    25  $color-icon-light: $white;
    26  $color-icon-dark: $black;
    27  $color-text-light: $white;
    28  $color-text-muted: $gray;
    29  $color-border: $gray-lighter;
    30  $color-bg-translucent-dark: $translucent-black;
    31  $color-table-header: $gray;
    32  $color-table-active: $blue-bg;
    33  $color-table-border: $gray-lighter;
    34  $color-footer-icons: $blue-dark;
    35  $color-header-toggle: $gray-darker;
    36  $color-message-error-bg: $red-dark;
    37  $color-message-info-bg: $blue-dark;
    38  $color-cog-active: $blue-dark;
    39  $color-inline-loader: $blue;
    40  
    41  /* Fonts */
    42  $font-family-primary: 'Source Sans Pro', Helvetica, sans-serif;
    43  $font-size-base: 16px;
    44  $font-size-xs: 80%;
    45  $font-size-sm: 85%;
    46  $font-size-md: 90%;
    47  $font-size-lg: 110%;
    48  $font-size-xl: 120%;