Sha256: 86864b1861cc49001ba56bac7a569b63656311d6210cfec9eec31d844efecd62
Contents?: true
Size: 881 Bytes
Versions: 1
Compression:
Stored size: 881 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 Styles --------------------------------------------------------- */ .box.box-white { background-color: $white; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atlas_assets-0.4.7 | lib/assets/stylesheets/atlas_assets/_boxes.scss |