Sha256: e78182e6468fc66d17d5f7bf7e1a7c82fd1bc0c09656c6a089286291638f1f53
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 KB
Contents
body.edit.posts > main > header { @include display(flex); @include flex-direction(column); } body.edit.posts > main > header form.title { @include display(flex); @include flex(0 auto); position: relative; margin: auto 0; &:after { position: absolute; width: 1em; content: '↵'; right: 1em; top: 1.1em; color: #FAFAFA; font-size: 1.4em; } input.title { width: 100%; min-height: 60px; font-size: 2em; cursor: pointer; text-decoration: underline; text-align: center; background: none; border-color: transparent; border-style: solid; border-width: 1px; resize: none; outline: none; color: inherit; &:focus { cursor: text; text-decoration: none; background: rgb(239, 239, 239); box-shadow: 0 0 2px #FFF; } } } body.posts > main [as='Navigation.Toggle'] { @include flex(0 auto); @include transition(transform 0.2s, color 0.2s); width: 2em; height: auto; cursor: pointer; fill: rgba(212, 228, 237, 1); margin: 0 auto; &:hover { fill: #73CDFF; } &.active { @include transform(rotate(180deg)); fill: #1A5371; } }
Version data entries
3 entries across 3 versions & 1 rubygems