Sha256: db499b18f0f9879a508ebb303889e06fb30443a527fe77c9960c4807e7bb5293
Contents?: true
Size: 611 Bytes
Versions: 32
Compression:
Stored size: 611 Bytes
Contents
.bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .bs-callout h4 { margin-top: 0; margin-bottom: 5px; } .bs-callout p:last-child { margin-bottom: 0; } .bs-callout code { border-radius: 3px; } .bs-callout + .bs-callout { margin-top: -5px; } $statuses: ( info: $brand-info, danger: $brand-danger, success: $brand-success, warning: $brand-warning, broken: $mu-color-broken, ); @each $status, $color in $statuses { .bs-callout-#{$status} { border-left-color: $color; h4 { color: $color; } } }
Version data entries
32 entries across 32 versions & 1 rubygems