Sha256: 1b01bf5d9719f1769a2f5944df9c7c449168862598a87b22b098bdf29e9b0353
Contents?: true
Size: 990 Bytes
Versions: 9
Compression:
Stored size: 990 Bytes
Contents
// stylelint-disable declaration-no-important, max-nesting-depth .cs-border-top--ela { border-top: 4px solid map-get($ub-colorcodes, ela-base) !important; } .cs-border-top--math-foundational { border-top: 4px solid map-get($ub-ld-colorcodes, math-activity-foundational) !important; } .cs-border-top--math { border-top: 4px solid map-get($ub-colorcodes, math-base) !important; } .cs-border-left--ela { border-left: 4px solid map-get($ub-colorcodes, ela-base) !important; } .cs-border-left--math { border-left: 4px solid map-get($ub-colorcodes, math-base) !important; } .cs-border-bottom--pd { border-bottom: 4px solid map-get($ub-ld-colorcodes, pd-bg-dark) !important; } .o-simple-table { @include gdoc-clearfix; @include e(content) { width: 90%; } @include e(v-text) { width: 10%; } td, tr { border: 0; } } .o-native-table { td, th { p { padding: 0; } } } // stylelint-enable declaration-no-important, max-nesting-depth
Version data entries
9 entries across 9 versions & 1 rubygems