Sha256: 561c1a2e0f758180115a3fe31ba880d7a7e1f3d6b162291f6204761ae4e7b305
Contents?: true
Size: 765 Bytes
Versions: 673
Compression:
Stored size: 765 Bytes
Contents
@import "./detail_mixins"; @import "../tokens/titles"; @import "../tokens/typography"; [class^=pb_detail_kit]{ @include pb_detail; @each $color_name, $color_value in $pb_detail_colors { &[class*=color_#{$color_name}] { @include pb_detail($color_value); } } @each $dark_color_name, $dark_color_value in $pb_dark_detail_colors{ &[class*=color_#{$dark_color_name}][class*=dark]{ @include pb_detail($dark_color_value) } } // Styles &.bold, &.bold.dark, b, strong { font-weight: $bold; } a { color: $primary; &:hover { cursor: pointer; color: $text_lt_default; } } em { font-weight: $bold; } small { font-size: $font_smaller; letter-spacing: $lspace_loose; } }
Version data entries
673 entries across 673 versions & 1 rubygems