Sha256: f89011d753872d7099a973d8f8beececd23dd09990d3221ea7201e2fb7f6f14e
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
$selector: ".pb_nav_list"; [class^=pb_nav_list][class*=_vertical] { ul { padding: 0; margin: 0; list-style: none; } [class*=_title] { padding: 0 $space_xl $space_sm; } [class*=_border_item] { list-style: none; border-bottom: 1px solid $border_light; &:last-child { border-bottom: 0; } [class*=_link] { text-decoration: none; display: flex; align-items: center; padding: $space_sm $space_xl; border: 0 solid transparent; border-width: 0 0 0 3px; transition-property: color, border-color, background-color; transition-duration: 0.15s; transition-timing-function: $bezier; [class*=_icon] { font-size: $font_large; margin-right: $space_sm; color: $text_lt_lighter; } [class*=_text] { font-size: $font_base; font-weight: $bold; color: $text_lt_default; } &:hover { background-color: rgba($primary, 0.03); #{$selector}_item_icon { color: $primary; } #{$selector}_item_text { color: $primary; } } } } [class*=_active] { background-color: $active_light; #{$selector}_item_link { border-color: $primary; [class*=_item_icon] { color: $primary; } [class*=_item_text] { color: $primary; } } } }
Version data entries
4 entries across 4 versions & 1 rubygems