Sha256: 1a35fdc03d188b8c4701f785a9330c9516a752e87be51e5f2b5aa84b08dbbf9c
Contents?: true
Size: 1.07 KB
Versions: 14
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%; margin: 0 auto; } main { display: flex; justify-content: center; } #sign-in, #register { @extend .mdl-shadow--2dp; 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
14 entries across 14 versions & 1 rubygems