morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

main.scss (1043B)


      1 ---
      2 ---
      3 
      4 @charset "utf-8";
      5 
      6 // Example Defaults
      7 // $base-font-family: Helvetica, Arial, sans-serif;
      8 // $base-font-size:   16px;
      9 // $small-font-size:  $base-font-size * 0.875;
     10 // $base-line-height: 1.5;
     11 
     12 // $spacing-unit:     30px;
     13 
     14 // $text-color:       #111;
     15 // $background-color: #fdfdfd;
     16 // $brand-color:      #2a7ae2;
     17 
     18 // $grey-color:       #828282;
     19 // $grey-color-light: lighten($grey-color, 40%);
     20 // $grey-color-dark:  darken($grey-color, 25%);
     21 
     22 // // Width of the content area
     23 // $content-width:    800px;
     24 
     25 // $on-palm:          600px;
     26 // $on-laptop:        800px;
     27 
     28 // Using media queries with like this:
     29 // @include media-query($on-palm) {
     30 //     .wrapper {
     31 //         padding-right: $spacing-unit / 2;
     32 //         padding-left: $spacing-unit / 2;
     33 //     }
     34 // }
     35 
     36 // variables.less link and gradient background
     37 $head-primary: #7b4397 ;
     38 $head-secondary: #dc2430 ;
     39 $theme-primary: #fdcc52 ;
     40 $theme-secondary: #fdc539 ;
     41 $theme-dark: #222;
     42 
     43 // Import partials from `sass_dir` (defaults to `_sass`)
     44 @import
     45         "mixins",
     46         "base"
     47 ;