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

     1  
     2  @import "include/base";
     3  
     4  $width: 650px;
     5  
     6  body {
     7    background-color: #f7f7f7;
     8  }
     9  
    10  #contents {
    11    width: $width;
    12    margin: 0 auto;
    13    padding: 40px 20px;
    14  
    15    h1 {
    16      color: #515151;
    17    }
    18  }