Mercurial > public > sg101
view sg101/scss/_sg101.scss @ 1069:ae015fcec351
Initial custom color/styling for V3.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 05 Apr 2016 20:40:09 -0500 |
parents | f0febf8956eb |
children | 6ac56115e0a8 |
line wrap: on
line source
.full-width { width: 100%; } .quiet { font-size: smaller; } .scrollable-x { overflow-x: auto; } .size-12 { font-size: rem-calc(12); } .size-14 { font-size: rem-calc(14); } .size-16 { font-size: rem-calc(16); } .size-18 { font-size: rem-calc(18); } .size-21 { font-size: rem-calc(21); } .size-24 { font-size: rem-calc(24); } .size-36 { font-size: rem-calc(36); } .size-48 { font-size: rem-calc(48); } .size-60 { font-size: rem-calc(60); } .size-72 { font-size: rem-calc(72); } #logo-row { margin-top: rem-calc(8); margin-bottom: rem-calc(8); } #base-header { margin-bottom: rem-calc(16); } .side-block-v3 { margin: 0 0 1rem 0; padding: 1rem; //border: 1px solid $sg101-green; border-radius: 2.5rem; background-color: $sg101-green4; h1 { font-size: 1.25rem; } a { color: $sg101-green; &:hover, &:focus { color: $sg101-red; } } }