Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/mixins/_reset-text.scss is written in an unsupported language. File is not indexed.

0001 @mixin reset-text {
0002   font-family: $font-family-base;
0003   // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
0004   font-style: normal;
0005   font-weight: $font-weight-normal;
0006   line-height: $line-height-base;
0007   text-align: left; // Fallback for where `start` is not supported
0008   text-align: start;
0009   text-decoration: none;
0010   text-shadow: none;
0011   text-transform: none;
0012   letter-spacing: normal;
0013   word-break: normal;
0014   word-spacing: normal;
0015   white-space: normal;
0016   line-break: auto;
0017 }