SPR-910: var rename - border-radius
This commit is contained in:
parent
0b41f4a629
commit
ef4640f4d7
9 changed files with 14 additions and 16 deletions
|
@ -32,7 +32,7 @@
|
|||
min-height: @toggle-size;
|
||||
overflow: hidden;
|
||||
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;
|
||||
|
@ -50,7 +50,7 @@
|
|||
position: relative;
|
||||
display: table-cell;
|
||||
border: solid 1px @color-border;
|
||||
border-radius: @border-radius;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
padding-right: .3rem;
|
||||
|
||||
@media @screen_min-xxlg {
|
||||
|
@ -111,7 +111,7 @@
|
|||
width: auto;
|
||||
opacity: 0;
|
||||
border: solid 1px @color-nav-hover;
|
||||
border-radius: @border-radius;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
transform: none;
|
||||
transition: @transition opacity;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue