diff options
| author | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 | 
| commit | 927577f9f71e103be58196f8031a9fcd9e178ce9 (patch) | |
| tree | 8213f7905c226e730714f4340aa749765d625f10 /_sass/_base.scss | |
| parent | e579c803deb1ed1879d3db5de54730e325fd58af (diff) | |
| download | popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.tar.xz popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.zip | |
SASS templates have been removed
Diffstat (limited to '_sass/_base.scss')
| -rw-r--r-- | _sass/_base.scss | 59 | 
1 files changed, 0 insertions, 59 deletions
| diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index cdf20d3..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,59 +0,0 @@ -* { -    @include box-sizing; -    line-height: 1.5; -} - -html, body { -    color: $default-color; -    margin: 0; -    padding: 0; -} - -html { -    font-family: $serif-primary; -    font-size: 14px; - -    @media (min-width: 600px) { -        font-size: 16px; -    } -} - -body { -    -webkit-text-size-adjust: 100%; -} - -h1, h2, h3, h4, h5, h6 { -    color: $default-shade; -    font-family: $sans-serif; -    line-height: normal; -} - -a { -    color: $blue; -    text-decoration: none; -} - -blockquote { -    border-left: .25rem solid $grey-2; -    color: $grey-1; -    margin: .8rem 0; -    padding: .5rem 1rem; - -    p:last-child { -        margin-bottom: 0; -    } - -    @media (min-width: 600px) { -        padding: 0 5rem 0 1.25rem; -    } -} - -img { -    display: block; -    margin: 0 0 1rem; -    max-width: 100%; -} - -td { -    vertical-align: top; -} | 
