SPR-910: var rename - border-color
This commit is contained in:
parent
ef4640f4d7
commit
38bfc8bb62
13 changed files with 35 additions and 30 deletions
|
@ -31,7 +31,7 @@
|
|||
width: auto;
|
||||
min-height: @toggle-size;
|
||||
overflow: hidden;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
color: @color-nav;
|
||||
text-align: center;
|
||||
|
@ -49,7 +49,7 @@
|
|||
&.user {
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
border: solid 1px @color-border;
|
||||
border: solid 1px @ini_border;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
padding-right: .3rem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue