Sha256: 77583a6c1624140aab38f00eff05039329c271ce672d4010bec54c068c06c80e
Contents?: true
Size: 782 Bytes
Versions: 34
Compression:
Stored size: 782 Bytes
Contents
.horizontal_rule_title-header { display: flex; justify-content: flex-start; @media screen and (min-width: $screen-sm) { justify-content: center; } } .horizontal_rule_title-header-inner { display: inline-flex; align-items: flex-start; flex-flow: column wrap; @media screen and (min-width: $screen-sm) { position: relative; flex-direction: row; align-items: center; margin-top: -$padding-large-vertical * 1.5; z-index: $zindex-navbar - 1; } &::after { @media screen and (min-width: $screen-sm) { position: absolute; left: -$padding-large-horizontal; width: calc(100% + #{$padding-large-horizontal} * 2); height: 100%; background-color: $color-white; content: ''; z-index: -1; } } }
Version data entries
34 entries across 34 versions & 1 rubygems