SPR-910: var rename - border-radius

This commit is contained in:
Silke Pisulla 2017-03-22 15:02:45 +01:00
commit ef4640f4d7
9 changed files with 14 additions and 16 deletions

View file

@ -126,7 +126,7 @@
box-sizing: border-box;
background-color: #fff;
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;
font-size: 1rem;
text-align: center;