Sha256: a5cdcda108b7b7fe7ae699c25edab81f6ec13dabf9b3dfea8e75c2986c8f6b01
Contents?: true
Size: 605 Bytes
Versions: 1
Compression:
Stored size: 605 Bytes
Contents
.c-notice { border: 1px solid var(--db-border-color); background-color: var(--db-background-color); border-radius: $border-radius-object; margin-top: $spacing-unit / 2; margin-bottom: $spacing-unit / 2; padding: $spacing-unit / 4 $spacing-unit / 2; border-left-width: $border-radius-object * 2; &__header { font-weight: bold; margin-bottom: $spacing-unit / 4; &:empty { display: none; } } &--inline { .c-notice__header { display: inline; &::after { content: ':'; margin-right: 1em; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
databook-theme-0.1.1 | _sass/components/_notice.scss |