Sha256: 5321b56fae498a4d73f5a53fc654a36f312aed775335237ef7d578cd5b8623b5
Contents?: true
Size: 798 Bytes
Versions: 40
Compression:
Stored size: 798 Bytes
Contents
/*------------------------------------ Time Lines v3 ------------------------------------*/ .u-timeline-v3 { &-wrap::before { left: 21%; width: 1px; height: 100%; display: none; background-color: $g-color-gray-light-v4; } } // [class*="u-timeline-v3-wrap"] { // &::before { // left: 21%; // width: 1px; // height: 100%; // display: none; // background-color: $g-color-gray-light-v2; // } // } .u-timeline-v3 { position: relative; &__icon { left: 21%; } } @media (min-width: $g-md) { .u-timeline-v3 { &-wrap { &::before { display: block; } } } } @media (min-width: $g-lg) { .u-timeline-v3 { &-wrap { &::before { left: 18%; } } &__icon { left: 18%; } } }
Version data entries
40 entries across 40 versions & 1 rubygems