Sha256: be2faa5e88fa11535abfd23c6a090df9cb7cf98bf15c3635b03b3b5b1799f988
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
@charset "utf-8" @import "material"; @import "jobshop/breakpoints"; @import "jobshop/static"; html, body { background-color: unquote("rgb(#{$palette-indigo-50})"); font-family: "Roboto", "Helvetica", sans-serif; } html { height: 100% } body { min-height: 100%; } main { display: flex; justify-content: center; } #sign-in, #register { @extend .mdl-shadow--2dp; margin: 1rem; width: 100%; @include tablet-up { width: 440px; } .mdl-card__supporting-text { width: auto; } .mdl-textfield { width: 100%; } } .mdl-layout-title { text-decoration: none; } .mdl-menu__item a { color: inherit; font-weight: inherit; text-decoration: none; } .mdl-card__title { align-items: center; justify-content: space-around; h4 { opacity: 0.82; text-align: right; strong { font-size: 1.1em; } } } .mdl-card__actions { align-items: center; display: flex; justify-content: space-between; padding: $card-vertical-padding $card-horizontal-padding; button { @extend .mdl-button; @extend .mdl-button--colored; } }
Version data entries
3 entries across 3 versions & 1 rubygems