Sha256: 4b26fe64763a67aec16924e0827e34d7379f2da849b4b514847eb1badbfe85de
Contents?: true
Size: 1018 Bytes
Versions: 4
Compression:
Stored size: 1018 Bytes
Contents
.message-body border: 1px solid $border border-radius: $radius padding: 12px 15px strong color: inherit .message-header background: $text border-radius: $radius $radius 0 0 color: $text-invert padding: 7px 10px strong color: inherit & + .message-body border-radius: 0 0 $radius $radius border-top: none .message @extend .block background: $background border-radius: $radius // Colors @each $name, $pair in $colors $color: nth($pair, 1) $color-invert: nth($pair, 2) $lightning: (100% - lightness($color)) - 4% $darkness: max(lightness($color) - 10%, lightness($color)) &.is-#{$name} background: lighten($color, $lightning) .message-header background: $color color: $color-invert .message-body border-color: $color @if (colorLuminance($color) > 0.8) color: desaturate(lighten(darken($color, 100%), 40%), 40%) @else color: desaturate(lighten(darken($color, 100%), 50%), 30%)
Version data entries
4 entries across 4 versions & 1 rubygems