Sha256: 80b91b545c489148883ae2852ddcd802fd42e86aa8cd19119773012dad069d38
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
.Header { z-index: 32; // TODO: Figure out z-index system display: flex; padding: $spacer-3; font-size: $h5-size; line-height: $lh-default; color: var(--color-header-text); background-color: var(--color-header-bg); align-items: center; flex-wrap: nowrap; } .Header-item { display: flex; margin-right: $spacer-3; align-self: stretch; align-items: center; flex-wrap: nowrap; } .Header-item--full { flex: auto; } .Header-link { font-weight: $font-weight-bold; // stylelint-disable-next-line primer/colors color: var(--color-header-logo); white-space: nowrap; &:hover, &:focus { color: var(--color-header-text); text-decoration: none; } } .Header-input { color: var(--color-header-text); background-color: var(--color-header-search-bg); border: $border-width $border-style var(--color-header-search-border); box-shadow: none; &::placeholder { // stylelint-disable-next-line primer/colors color: rgba(255, 255, 255, 0.75); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primery-0.1.0 | _sass/@primer/css/header/header.scss |