Sha256: 03875bef117b1293cb618d19f20cbbfd9dd93f5177a4b1e236951cdc8eb87664
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
.nav-menu { position: absolute; margin: 2rem 1rem; @media (min-width: $medium-breakpoint) { margin: 2rem; } ul { li { display: inline; list-style: none; padding: 0.35rem; a{ border-bottom: 0; font-family: $code-font-family; font-weight: 450; font-size: 0.85rem; text-transform: lowercase; } &:first-child::before { content: "~/"; padding-left: 0; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
another-theme-0.0.1 | _sass/another/_menu.scss |