Sha256: 0f545b9eabba4e7073d73822a9108bf42336f69b5a8f203e4c34f9de713997ba
Contents?: true
Size: 1.36 KB
Versions: 26
Compression:
Stored size: 1.36 KB
Contents
.block.subheader-container { @extend .header-container; border-top: 1px white solid; overflow: hidden; display: grid; } .block.subheader-container.title-ticketing { @media#{map-get($query,max639)} { justify-content: center; } } .list.subheader-menu { justify-content: flex-start; grid-auto-flow: column; list-style: none; display: grid; padding: 0; @media#{map-get($query,min640)} { margin: 0 -15px; } } %SubheaderItem { @extend %bold; padding: 0 10px 0 15px; grid-auto-flow: column; grid-column-gap: 5px; align-items: center; white-space: nowrap; position: relative; cursor: pointer; display: grid; height: 55px; svg { width: 24px; fill: white; } &:hover { @include bg(white,100%); @include color(black,100%); svg { fill: black; } } } .item.subheader-item { @extend %SubheaderItem; } .item.subheader-link { @extend %SubheaderItem; padding: 0 15px; } .item.subheader-link:nth-of-type(1)::after { @include zeros(absolute); background: white; content: ""; height: 4px; width: 100%; top: auto; } // .item.subheader-item.menu-item { // border-right: 1px solid white; // padding-right: 15px; // // @media#{map-get($query,min768)} { // display: none; // } // } // .menu-item + .item { // @media#{map-get($query,max767)} { // padding-left: 15px; // } // }
Version data entries
26 entries across 26 versions & 1 rubygems