This commit is contained in:
OVSharova 2021-09-20 16:07:27 +03:00
parent 465d5175c1
commit ba1f1bfc48
6 changed files with 9 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -49,7 +49,7 @@
} }
.cnt-sat { .cnt-sat {
width: 10px; width: 15px;
height: 100%; height: 100%;
position: relative; position: relative;
border: @scaled-one-px-value-ie solid @border-regular-control-ie; border: @scaled-one-px-value-ie solid @border-regular-control-ie;
@ -58,21 +58,22 @@
} }
.cnt-hb-arrow { .cnt-hb-arrow {
width: 9px; width: 12px;
height: 9px; height: 12px;
margin: -4px; margin: -6px;
margin-left: calc(-6*@scaled-one-px-value);
position: absolute; position: absolute;
background-position: 0 -196px; background-position: 0 -196px;
} }
.cnt-sat-arrow { .cnt-sat-arrow {
width: 14px; width: 23px;
height: 9px; height: 12px;
margin-top: -4px; margin-top: -6px;
margin-left: -3px; margin-left: -3px;
margin-left: calc(-2px - @scaled-one-px-value); margin-left: calc(-2px - @scaled-one-px-value);
position: absolute; position: absolute;
background-position: -11px -196px; background-position: -12px -196px;
} }
.empty-color { .empty-color {