Last change
on this file since eed0bf8 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
467 bytes
|
Rev | Line | |
---|
[fa375fe] | 1 | .reset-text() {
|
---|
| 2 | font-family: @font-family-base;
|
---|
| 3 | // We deliberately do NOT reset font-size.
|
---|
[6a3a178] | 4 | font-style: normal;
|
---|
[fa375fe] | 5 | font-weight: 400;
|
---|
| 6 | line-height: @line-height-base;
|
---|
| 7 | line-break: auto;
|
---|
[6a3a178] | 8 | text-align: left; // Fallback for where `start` is not supported
|
---|
| 9 | text-align: start;
|
---|
| 10 | text-decoration: none;
|
---|
| 11 | text-shadow: none;
|
---|
| 12 | text-transform: none;
|
---|
| 13 | letter-spacing: normal;
|
---|
| 14 | word-break: normal;
|
---|
| 15 | word-spacing: normal;
|
---|
[fa375fe] | 16 | word-wrap: normal;
|
---|
[6a3a178] | 17 | white-space: normal;
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.