This commit is contained in:
OVSharova 2021-09-20 19:40:26 +03:00
parent ba1f1bfc48
commit 2d32bc2c34

View file

@ -49,7 +49,7 @@
} }
.cnt-sat { .cnt-sat {
width: 15px; width: 12px;
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;
@ -67,11 +67,11 @@
} }
.cnt-sat-arrow { .cnt-sat-arrow {
width: 23px; width: 24px;
height: 12px; height: 12px;
margin-top: -6px; margin-top: -6px;
margin-left: -3px; margin-left: -4px;
margin-left: calc(-2px - @scaled-one-px-value); margin-left: calc(-3px - @scaled-one-px-value);
position: absolute; position: absolute;
background-position: -12px -196px; background-position: -12px -196px;
} }