Sha256: d6c51058a8414fe4dd94ededc36857c847dd69a4f3e9cd6f71def5ce4b6c7226
Contents?: true
Size: 777 Bytes
Versions: 3
Compression:
Stored size: 777 Bytes
Contents
@import 'mixins/form'; form.post.new.title { @include display(flex); @include flex-direction(column); @include flex(1); @include justify-content(center); @include align-content(center); fieldset, p { opacity: 1; @include transition(opacity 1s); } .transparent { opacity: 0; } fieldset { @include textfield; margin: -30vh 10vw 0; position: relative; input { font-size: 1.1em; border: none; background: none; margin: 0; padding: 0 2em 0 0; outline: none; width: 100%; } &:after { position: absolute; width: 1em; content: '↵'; right: 0.5em; top: 0.5em; color: #BABABA; font-size: 1.4em; } } p { text-align: center; } }
Version data entries
3 entries across 3 versions & 1 rubygems