Sha256: 02c6a327685a64e29bcebfab10a22e92a61e04bafa1fd8ab0c960dded19a261d
Contents?: true
Size: 1.74 KB
Versions: 11
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: $h1-font-size + 6 } h2 { line-height: $h1-font-size + 4 } h3 { line-height: $h1-font-size + 2 } h4 { line-height: $h1-font-size } h5 { line-height: $h1-font-size } h6 { line-height: $h1-font-size } // 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
11 entries across 11 versions & 1 rubygems