Sha256: 6c6305ef2bb6901b53371eeec47a5c79801f165688f71c708b348076440774d0
Contents?: true
Size: 1.34 KB
Versions: 18
Compression:
Stored size: 1.34 KB
Contents
.tenon-login { @include media($mobile-breakpoint) { padding: 10px 0; min-height: 100%; height: auto; form { width: 90%; } } @include media($tablet-breakpoint) { padding-top: 150px; form { width: 448px; } } width: 100%; height: 100%; background: image-url('tenon/noise.png') $tn-client-color; form { margin: 0 auto; padding: 0; border: 1px solid $tn-dark-grey; border-radius: 5px; background: #fff; box-shadow: 1px 1px 5px darken($tn-client-color, 10%); } h4 { margin: 0; padding: 0; } label { display: block; } .row { padding: 12px 24px; &.bordered { border-top: 1px solid $tn-med-grey; } } .logo { display: inline-block; img { // height: 135px; width: 100%; } } .title { float: right; } .flash { margin: 0; padding: $tn-padding 24px; background: #f8ffb9; color: $tn-dark-grey; text-transform: uppercase; font-size: $tn-font-small; } .bottom { padding: 12px 24px; } .remember { position: relative; } input[type=text], input[type=password], input[type=email] { width: 100%; border: 0; &:-webkit-autofill { padding: 5px; &:focus { outline: none; } } } input[type=submit] { float: right; } }
Version data entries
18 entries across 18 versions & 1 rubygems