Change style

This commit is contained in:
OVSharova 2021-09-22 00:41:56 +03:00
parent c163715dd6
commit af8ea597ff
2 changed files with 8 additions and 9 deletions

View file

@ -38,9 +38,8 @@
width: 63px; width: 63px;
height: 20px; height: 20px;
background-color: transparent; background-color: transparent;
border: @scaled-one-px-value-ie solid @border-regular-control-ie; border: @scaled-one-px-value-ie solid @border-color-shading-ie;
border: @scaled-one-px-value solid @border-regular-control; border: @scaled-one-px-value solid @border-color-shading;
&.top { &.top {
border-bottom: none; border-bottom: none;
} }

View file

@ -33,11 +33,11 @@
.cnt-hb { .cnt-hb {
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
width: 195px; width: 196px;
height: 196px; height: 196px;
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;
border: @scaled-one-px-value solid @border-regular-control; border: @scaled-one-px-value solid @border-regular-control;*/
background-position: 0 0; background-position: 0 0;
} }
@ -52,9 +52,9 @@
width: 12px; 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;
border: @scaled-one-px-value solid @border-regular-control; border: @scaled-one-px-value solid @border-regular-control;*/
background-position: -195px 0; background-position: -196px 0;
} }
.cnt-hb-arrow { .cnt-hb-arrow {