Sha256: e9ad14d7b337064b8486167bd866478deecbab9296a51c8495d61dd94acb20c7
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 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%; } .session-layout, .registration-layout { @extend .mdl-layout; } 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; height: 200px; 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
5 entries across 5 versions & 1 rubygems