Sha256: d558be17c0e3686ae1c324716c53e1db00ea466b3636f2640856b09fc8918a69
Contents?: true
Size: 561 Bytes
Versions: 40
Compression:
Stored size: 561 Bytes
Contents
/*------------------------------------ Info Block v3-1 ------------------------------------*/ /* Title */ .info-v3-1__title { position: relative; display: inline-block; @include px-to-rem(margin-left, 60px); @include px-to-rem(margin-right, 60px); &::before, &::after { content: ""; position: absolute; top: 50%; display: block; @include px-to-rem(width, 50px); margin-top: -1px; height: 2px; background-color: $g-color-white; } &::before { right: 100%; margin-right: 10px; } &::after { left: 100%; margin-left: 10px; } }
Version data entries
40 entries across 40 versions & 1 rubygems