Sha256: be431fdf90259e0b5c6f91a1a66c7bd11b4a07d0016f4533bb03fb8e16799840

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

%textured-bg {
  background-image: var(--theme-texture), var(--theme-gradient);
  background-repeat: repeat, no-repeat;
}

@each $variation, $lightness in $theme-bg-variations {
  .theme-bg-#{$variation} {
    @extend %textured-bg;
    background-color: adjust-theme-hsl(primary, $lightness: $lightness);
  }
}

.theme-bg {
  @extend .theme-bg-default;
}

.error-bg {
  @extend %textured-bg;
  background-color: $error-bg;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.10.1 frontend/css/components/_background.scss
trestle-0.10.0 frontend/css/components/_background.scss
trestle-0.10.0.pre2 frontend/css/components/_background.scss