Fix Bug 50043

This commit is contained in:
OVSharova 2022-01-25 15:37:13 +03:00
parent a503275036
commit abb20fa371
7 changed files with 11 additions and 0 deletions

View file

@ -578,6 +578,7 @@
&.header { &.header {
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
} }
} }

View file

@ -34,6 +34,7 @@
.asc-about-companyname { .asc-about-companyname {
font: bold 15px Tahoma; font: bold 15px Tahoma;
letter-spacing: 0.01em;
color: @text-normal-ie; color: @text-normal-ie;
color: @text-normal; color: @text-normal;
} }

View file

@ -478,6 +478,7 @@
.border-radius(0); .border-radius(0);
background-color: transparent; background-color: transparent;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
&:hover:not(.disabled), &:hover:not(.disabled),
.over:not(.disabled) { .over:not(.disabled) {
@ -1047,6 +1048,7 @@
.dlg-btn { .dlg-btn {
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
width: 86px; width: 86px;
color: @text-normal-ie; color: @text-normal-ie;
color: @text-normal; color: @text-normal;

View file

@ -66,6 +66,7 @@
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
display: block; display: block;
letter-spacing: 0.01em;
padding: 0 10px 0 0; padding: 0 10px 0 0;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -107,6 +108,7 @@
color: @text-normal; color: @text-normal;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;

View file

@ -21,6 +21,7 @@
label { label {
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
margin-top: 2px; margin-top: 2px;
} }
} }
@ -153,6 +154,7 @@
color: @text-normal; color: @text-normal;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;

View file

@ -100,6 +100,7 @@
display: inline-block; display: inline-block;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
margin-right: 12px; margin-right: 12px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -129,6 +130,7 @@
overflow: hidden; overflow: hidden;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.01em;
cursor: pointer; cursor: pointer;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-right: 35px; padding-right: 35px;

View file

@ -101,6 +101,7 @@
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.01em;
vertical-align: bottom; vertical-align: bottom;
line-height: 26px; line-height: 26px;