Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/bootstrap/less/mixins/reset-text.less

    r6a3a178 rfa375fe  
    1 @mixin reset-text {
    2   font-family: $font-family-base;
    3   // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
     1.reset-text() {
     2  font-family: @font-family-base;
     3  // We deliberately do NOT reset font-size.
    44  font-style: normal;
    5   font-weight: $font-weight-normal;
    6   line-height: $line-height-base;
     5  font-weight: 400;
     6  line-height: @line-height-base;
     7  line-break: auto;
    78  text-align: left; // Fallback for where `start` is not supported
    89  text-align: start;
     
    1314  word-break: normal;
    1415  word-spacing: normal;
     16  word-wrap: normal;
    1517  white-space: normal;
    16   line-break: auto;
    1718}
Note: See TracChangeset for help on using the changeset viewer.