Sha256: 033e2701565999c42a42e8f221e0e9bf080155b2c4d4a14ea1abb60eb7ce859d
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
// Layout // // Styles for managing the structural hierarchy of the site. .content { width: 100%; @media (min-width: $large-breakpoint) { width: 70%; } } .container { max-width: 100%; padding: 6rem 0; padding-left: 1rem; padding-right: 1rem; margin-left: 0; @media (min-width: $medium-breakpoint) { padding: 9rem 0; max-width: 70%; margin: auto; &.fluid { max-width: 80% !important; } } } #light, #dark { display: block; position: absolute; cursor: pointer; border-bottom: none; margin: 2rem 1rem; right: 0; svg { width: 1.333rem; height: 1.333rem; } &:hover { color: inherit; } @media (min-width: $medium-breakpoint) { margin: 2rem; } } #light { display: none; } [data-theme="dark"] { #light { display: block; } #dark { display: none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
another-theme-0.0.1 | _sass/another/_layout.scss |