Sha256: 8f8efd49390359e1d27d67158786a2e3a8739bd9410dad9ddc067eeaf4a0b283
Contents?: true
Size: 620 Bytes
Versions: 7
Compression:
Stored size: 620 Bytes
Contents
.callout__root { margin: $base-spacing 0; padding: $medium-spacing $medium-spacing $medium-spacing $base-spacing; border-radius: $tiny-border-radius; box-shadow: 0 0 8px $light-grey; padding-left: $base-spacing - $tiny-spacing; } .callout__root--default { border-left-color: $default-color; border-left-width: $tiny-spacing; border-left-style: solid; } .callout__root--info { border-left-color: $info-color; border-left-width: $tiny-spacing; border-left-style: solid; } .callout__root--error { border-left-color: $error-color; border-left-width: $tiny-spacing; border-left-style: solid; }
Version data entries
7 entries across 7 versions & 1 rubygems