Sha256: 56e3084d0b04a19466aefeafc5453afd2f826783e4cd61fccce2797f8a6b88b6
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 Bytes
Contents
.dialog-box { @extend .mdl-grid; @extend .mdl-shadow--2dp; background: $card-background-color; max-width: 480px; } .dialog-box .dialog-box__header { @extend .mdl-cell; @extend .mdl-cell--4-col; @extend .mdl-color-text--white; align-items: flex-start; background-color: unquote("rgb(#{$palette-indigo-500})"); display: flex; justify-content: center; @include handset { display: none; } & > .material-icons { font-size: 10rem; margin-top: 1rem; } } .dialog-box .dialog-box__content { @extend .mdl-cell; @extend .mdl-cell--12-col; @extend .mdl-card; } .dialog-box .dialog-box__header + .dialog-box__content { @extend .mdl-cell--8-col; } .dialog-box .dialog-box__content .mdl-card__actions { display: flex; justify-content: space-between; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jobshop-0.0.131 | app/assets/stylesheets/jobshop/dialog.scss |
jobshop-0.0.127 | app/assets/stylesheets/jobshop/dialog.scss |