Sha256: fde5f085dc61d7adfd326a5e4c1058c29842ea6180fdf8e52fcc68a15a260e21
Contents?: true
Size: 766 Bytes
Versions: 22
Compression:
Stored size: 766 Bytes
Contents
.box { background-color: $lighter_gray; @include border-bottom-radius(5px); margin-bottom: 10px; } .box .box-inner { padding: 15px; @include clearfix(); } .box h3 { color: $medium_gray; padding: 8px 15px; margin: 0; background-color: $light_gray; border-bottom: 1px solid $gray; @include clearfix(); } .box h3 small { float: right; font-size: 14px; } .box .box-inner *:first-child { margin-top: 0; } .box .box-inner *:last-child { margin-bottom: 0; } /* Box Styles --------------------------------------------------------- */ .box.box-white { background-color: $white; border: 2px solid $lighter_gray; color: $darker_gray; } .box.box-white h3 { background-color: $lightest_gray; color: $darker_gray; border-bottom-color: $lighter_gray; }
Version data entries
22 entries across 22 versions & 1 rubygems