SPR-910: var rename - border-color

This commit is contained in:
Silke Pisulla 2017-03-22 15:20:49 +01:00
commit 38bfc8bb62
13 changed files with 35 additions and 30 deletions

View file

@ -127,7 +127,7 @@
button[type="submit"] {
border: solid 1px transparent;
border-right-color: @color-border;
border-right-color: @ini_border;
margin-left: -(@icon-size);
&::after {
@ -137,7 +137,7 @@
bottom: 15%;
width: 1px;
left: -1px;
background-color: @color-border;
background-color: @ini_border;
transition: @transition background-color;
}
}