Sha256: ad5e551713b9cec28fed5cfaa3d964f3bd88ad4542bba5056b78b6d0a19856c8
Contents?: true
Size: 1.72 KB
Versions: 9
Compression:
Stored size: 1.72 KB
Contents
nav#Menu.admin { @include display(flex); @include align-content(flex-start); @include align-items(center); @include justify-content(space-between); @include flex-wrap(wrap); height: 4em; z-index: 50; font-size: 14px; font-family: Helvetica, sans-serif; font-weight: lighter; background-color: rgba(212, 228, 237, 1); color: #1A5371; border-bottom: 1px solid rgb(168, 178, 190); box-shadow: 0 2px 3px 0 rgba(43, 69, 82, 0.25); & > section { @include display(flex); height: 100%; } & > section > div { @include display(flex); @include flex(0 auto); @include align-items(center); height: 100%; padding: 0 1em; border-right: 1px solid rgba(43, 82, 71, 0.4); } a { color: inherit; text-decoration: none; font-size: inherit; font-weight: inherit; font-family: inherit; } div.posts { h4 { margin: 0 1em; a:hover { text-decoration: underline; } } a { @include display(flex); @include flex-wrap(flex); @include flex-direction(column); @include align-items(center); padding: 8px; &:hover span.count { text-decoration: underline; } &.new.button { margin: 0 1em; &:hover { text-decoration: underline; } } span { @include flex(1); margin: 4px 0; &.type { text-transform: uppercase; font-weight: bold; font-size: 0.7em; } } } } } nav#Menu.admin .logout { border: none; background: none; margin: 0 8px; padding: 0; cursor: pointer; outline: none; svg.logout { margin: 0; width: 1em; height: 1em; fill: rgb(128, 41, 41); } }
Version data entries
9 entries across 9 versions & 1 rubygems