Sha256: 2cacac41db204ab0ae2a98f59fce13be32f67c6c37fc27abe76b6e32f56d7c4f
Contents?: true
Size: 1.68 KB
Versions: 9
Compression:
Stored size: 1.68 KB
Contents
.o-adm-materials { @include e(results) { list-style: none; margin-left: 0; } @include e(result) { border-radius: 0.5rem; margin-bottom: 0.5rem; padding: 0.5rem 1rem; @include m(ok) { background-color: map-get($ub-green, sixty); } @include m(err) { background-color: lighten(map-get($ub-colorcodes, error), 40%); } @include m(waiting) { background-color: lighten($ub-dark-bg, 20%); } @include m(running) { background-color: map-get($ub-yellow, sixty); } p { margin-bottom: 0; } } @include e(link) { display: block; font-weight: bold; } @include e(spinner) { background: none !important; // stylelint-disable-line declaration-no-important } @include e(summary) { @include m(aside) { font-size: 0.9em; text-align: center; } .summary-entry { display: inline-block; text-align: center; width: 33%; } } @include e(resource) { border-radius: 0.5em; } } .o-adm-material-search { width: 25%; } .materials-table { @include e(wrapper) { overflow-x: auto; width: 100%; } @include e(btns) { .button { min-width: 80px; } form { &:last-child { .button { margin-bottom: 0; } } } } @include e(lessons) { list-style: none; @include m(file) { margin-right: 0.3em; } } } .c-multi-selected--select-all { display: inline-block; font-weight: bold; margin-left: 0.5em; margin-top: 1.5em; input { margin-right: 0.5em; } } .o-adm-list .table .c-selected-ids { // sass-lint:disable-line force-element-nesting margin-bottom: 0.2em; }
Version data entries
9 entries across 9 versions & 1 rubygems