Sha256: 3c63d77a43d4234641d2db23f5b6d43a51f8a822f8d2a3a358cd03f5d31004ee
Contents?: true
Size: 1.48 KB
Versions: 9
Compression:
Stored size: 1.48 KB
Contents
@mixin ld-custom-styles { a:not(.o-ub-btn):not(.u-preserve-style) { border-bottom: 2px solid $ub-secondary; color: $ub-heading-txt; font-weight: normal; } ol, ul { margin-bottom: 0; } ul li { text-indent: 0; } ol { margin-left: 0.25rem; padding-left: 1em; > li::before { margin-left: -1em; } } // stylelint-disable selector-no-qualifying-type ol.c-ld-ol { margin-left: 1.3rem; } // stylelint-enable selector-no-qualifying-type thead, tbody, tfoot { border: 0; } .indented { text-indent: $list-side-margin * 2; } // TODO: Quick fix, cg&lesson styles separated at pr 622 // After merging with 622 should be checked, maybe we don't need this sup, sub { font-size: 75% !important; // stylelint-disable-line declaration-no-important } } .c-ld { @include m(ela-2) { // stylelint-disable selector-no-qualifying-type h2.o-ld-title { margin-top: $ub-large-margin * 2 !important; // stylelint-disable-line declaration-no-important } // stylelint-enable selector-no-qualifying-type } } // stylelint-disable max-nesting-depth .c-ld-table { @include e(wrap) { clear: both; // TODO: comment for now to avoid scrolling, need to rethink approach // overflow-x: auto; } tbody tr { background-color: $ub-white; } td, th { border: 1px solid $ub-hr; p { margin-bottom: initial !important; // stylelint-disable-line declaration-no-important } } }
Version data entries
9 entries across 9 versions & 1 rubygems