Sha256: d7b96808cc30033157b8f2366887e86fb56bcbee31b8a7ac3fbf27d010b35863
Contents?: true
Size: 997 Bytes
Versions: 44
Compression:
Stored size: 997 Bytes
Contents
.box { background-color: $defaultBackgroundColor; border: 1px solid $defaultBorderColor; @include border-radius($defaultBorderRadius); margin-bottom: 10px; } .box .box-inner { background-color: white; padding: 15px; @include clearfix(); } .box .box-top { padding: 8px 10px; border-bottom: 1px solid $defaultBorderColor; } .box .box-bottom { padding: 8px 10px; border-top: 1px solid $defaultBorderColor; } .box .box-inner *:first-child { margin-top: 0; } .box .box-inner *:last-child { margin-bottom: 0; } .box .list { border: none; background-color: white; } .box .list.list-gray { border: none; } /* Remove padding from nested elements --------------------------------------------------------- */ .box .box-top input { margin: 0; } .box .box-top h3 { display: inline-block; padding: 0; margin: 0; margin-right: 5px; vertical-align: middle; } /* Box Styles --------------------------------------------------------- */ .box.box-white { background-color: $white; }
Version data entries
44 entries across 44 versions & 1 rubygems