Sha256: 5906dc375cd629adb3c55f3bc21e0cfd11280321b2b539d74da3ef15ba2c30a3
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
@import "decidim/admin/utils/settings"; $code-color: $black; $code-font-family: $font-family-monospace; $code-font-weight: $global-weight-normal; $code-background: $light-gray; $code-border: 1px solid $medium-gray; $code-padding: rem-calc(2 5 1); .code { background: $code-background; color: $code-color; font-family: $code-font-family; font-weight: $code-font-weight; border: $code-border; padding: $code-padding; }
Version data entries
3 entries across 3 versions & 1 rubygems