Sha256: 1ebe6b9583dfb86067f1cc078682e0c55ddc4286e23d2df8dbb0bd9f31f8d972

Contents?: true

Size: 1.21 KB

Versions: 10

Compression:

Stored size: 1.21 KB

Contents

.style-guide-color
  margin-bottom: 2rem

.style-guide-color__sample
  +size(100% 6rem)
  margin-bottom: .5rem

.style-guide-color__hex
  +text-block(.875rem 1.45 .25rem, 600)

.style-guide-color__luma
  +text-block(.875rem 1.45 .25rem, 600)

.style-guide-color__name
  +text-block(.875rem 1.45 .25rem, 600)

// ui-colors
$ui-colors: primary secondary warning danger info
$color-set: ""
$colors: main tint tint-more shade text
@each $ui-color in $ui-colors
  @each $color in $colors
    @if $ui-color == primary
      $color-set: $primary-colors
    @else if $ui-color == secondary
      $color-set: $secondary-colors
    @else if $ui-color == warning
      $color-set: $warning-colors
    @else if $ui-color == danger
      $color-set: $danger-colors
    @else if $ui-color == info
      $color-set: $info-colors
    .style-guide-color.is-#{$ui-color}-color-#{$color}
      .style-guide-color__sample
        background-color: map-get($color-set, $color)
        padding: 1rem
      .style-guide-color__text
        color: map-get($color-set, text)
      .style-guide-color__hex::after
        content: ": #{map-get($color-set, $color)}"
      .style-guide-color__luma::after
        content: ": #{luma(map-get($color-set, $color))}"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
oulu-0.16.9 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.8 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.7 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.6 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.5 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.4 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.3 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.2 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.1 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
oulu-0.16.0 app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass