github.com/mssola/todo@v0.0.0-20181029153210-d25348dc3f48/public/stylesheets/include/base.scss (about)

     1  
     2  @import "mixins";
     3  
     4  html {
     5      height: 100%;
     6      width: 100%;
     7      margin: 0;
     8      padding: 0;
     9  
    10      @include font-smoothing(subpixel-antialiased);
    11      text-rendering: optimizeLegibility !important;
    12  }
    13  
    14  body {
    15      height: 100%;
    16      width: 100%;
    17      margin: 0;
    18      padding: 0;
    19  
    20      font-family: helvetica, arial, freesans, clean, sans-serif;
    21      *font-size: small;
    22      font-size: 14px;
    23      line-height: 1.4;
    24  
    25      text-shadow: none;
    26      background-color: white;
    27  }
    28  
    29  article {
    30      clear: both;
    31      width: 100%;
    32      margin: 0px;
    33      padding: 0px;
    34      overflow: hidden;
    35  
    36      background-color: #f9f9f9;
    37      min-height: 100%;
    38      height: auto !important;
    39      height: 100%;
    40  }
    41  
    42  
    43  @import "global";