Sha256: dac7e97777d585e82dc424c074a8c0b666242ec75da5372fe917a6dd5979ab84
Contents?: true
Size: 743 Bytes
Versions: 40
Compression:
Stored size: 743 Bytes
Contents
// // Dividers Icon Type // .u-divider { position: relative; border-top-width: 1px; // Icon Style &__icon { position: absolute; @include px-to-rem(top, -20px); @include px-to-rem(width, 40px); @include px-to-rem(height, 40px); @include px-to-rem(font-size, 18px); @include px-to-rem(line-height, 40px); text-align: center; font-style: normal; } // Icon Indented &__icon--indented { box-shadow: 0 0 0 15px $g-color-white; } // Alignment Positions &-center { text-align: center; } &-right { text-align: right; } &-center &__icon { left: auto; right: auto; @include px-to-rem(margin-left, -20px); } &-right &__icon { left: auto; right: 0; } }
Version data entries
40 entries across 40 versions & 1 rubygems