SPR-910: var rename - border-radius
This commit is contained in:
parent
0b41f4a629
commit
ef4640f4d7
9 changed files with 14 additions and 16 deletions
|
@ -56,7 +56,7 @@
|
|||
width: auto;
|
||||
box-sizing: border-box;
|
||||
border: solid 1px transparent;
|
||||
border-radius: @border-radius;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
margin-top: -.2em;
|
||||
|
@ -106,7 +106,7 @@
|
|||
width: auto;
|
||||
min-height: @toggle-size;
|
||||
border: 1px solid @color-border;
|
||||
border-radius: @border-radius;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
color: @color-nav;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue