Sha256: 7889d43d5080545b58db771c130dd60489322833e9b882c7a4c535e586a3f78a
Contents?: true
Size: 813 Bytes
Versions: 8
Compression:
Stored size: 813 Bytes
Contents
.callout { border: 0 solid $border-color; border-left-width: .25rem; margin: $spacer 0; padding: 0 $spacer; position: relative; @if $enable-rounded { border-radius: .25rem; } code { border-radius: .25rem; } h4 { margin-bottom: .25rem; margin-top: 0; } p:last-child { margin-bottom: 0; } + .callout { margin-top: - .25rem; } .chart-wrapper { float: right; left: 50%; position: absolute; top: 10px; width: 50%; } } .callout-bordered { border: 1px solid $border-color; border-left-width: .25rem; } .callout-default { border-left-color: $text-muted; h4 { color: $text-muted; } } @each $color, $value in $theme-colors { .callout-#{$color} { border-left-color: $value; h4 { color: $value; } } }
Version data entries
8 entries across 8 versions & 1 rubygems