SPR-910: var rename - border-radius
This commit is contained in:
parent
0b41f4a629
commit
ef4640f4d7
9 changed files with 14 additions and 16 deletions
|
@ -108,13 +108,13 @@
|
|||
transition: @transition color, @transition background-color, @transition border-color;
|
||||
|
||||
@media @screen_min-md {
|
||||
border-radius: @border-radius @border-radius 0 0; // @border-radius vs. @fix_border-radius
|
||||
border-radius: @ini_default_border_radius @ini_default_border_radius 0 0; // @ini_default_border_radius vs. @fix_border-radius
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
top: -1px;
|
||||
background-color: @background_page-header;
|
||||
border-radius: 0 0 @border-radius @border-radius; // @border-radius vs. @fix_border-radius
|
||||
border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
margin-left: 0;
|
||||
padding: .2em .3rem .1em;
|
||||
}
|
||||
|
@ -200,7 +200,7 @@
|
|||
}
|
||||
|
||||
@media @screen_min-sm {
|
||||
border-radius: 0 0 @fix_border-radius @fix_border-radius; // @border-radius vs. @fix_border-radius
|
||||
border-radius: 0 0 @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue