Sha256: f97ddbeaeb924ae99e3787bfe316e2657bf113d6692be50ab7157d3d749cb20d
Contents?: true
Size: 755 Bytes
Versions: 190
Compression:
Stored size: 755 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_name}] { @include pb_detail($color_value); } } @each $dark_color_name, $dark_color_value in $pb_dark_detail_colors{ &[class*=_#{$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
190 entries across 190 versions & 1 rubygems