Sha256: 1737141719e83aa36a9a0d5b4c7bcbda74a4ce721550bd4a1227e57a347822da
Contents?: true
Size: 1.74 KB
Versions: 10
Compression:
Stored size: 1.74 KB
Contents
// Base //-------------------------------------------------------------- html { font-size: $font-size-root; } body { padding: 0; font-weight: 400; text-rendering: optimizeLegibility; } hr { border-top: 1px solid $color-border; border-bottom: 1px solid $body-bg; border-left: none; } // Headings //-------------------------------------------------------------- h1 { line-height: $font-size-h1 + 6 } h2 { line-height: $font-size-h1 + 4 } h3 { line-height: $font-size-h1 + 2 } h4 { line-height: $font-size-h1 } h5 { line-height: $font-size-h1 } h6 { line-height: $font-size-h1 } // Lists //-------------------------------------------------------------- ul { &.inline-menu { margin: 0; li { display: inline-block; } } &.fields { list-style: none; padding: 0; margin: 0; } } ul.text_list { border-top: none; margin: 0; list-style-type: none; padding-left: 0; } dl { width: 100%; overflow: hidden; margin: 5px 0; color: lighten($body-color, 15); dt, dd { float: left; line-height: 16px; padding: 5px; } dt { width: 40%; font-weight: $font-weight-bold; padding-left: 0; font-size: 85%; clear: left; } dd { width: 60%; padding-right: 0; margin-left: 0; } } .dl-collapse { dt, dd { width: auto; } } // Helpers .align-center { text-align: center } .align-right { text-align: right } .align-left { text-align: left } .align-justify { text-align: justify } .uppercase { text-transform: uppercase } .green { color: $color-2 } .blue { color: $color-3 } .red { color: $color-5 } .yellow { color: $color-6 } .no-objects-found { text-align: center; font-size: 120%; padding: 40px 0px; color: lighten($body-color, 15); }
Version data entries
10 entries across 10 versions & 1 rubygems