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

@ -13,7 +13,7 @@
min-height: @page-header_height; min-height: @page-header_height;
background-color: @background_page-header; background-color: @background_page-header;
border-top: 1px solid @color-border-light; border-top: 1px solid @color-border-light;
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
font-size: @font-size-default; font-size: @font-size-default;
text-align: right; text-align: right;
padding: @margin-small @margin-default; padding: @margin-small @margin-default;

View file

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

View file

@ -56,7 +56,7 @@
width: auto; width: auto;
box-sizing: border-box; box-sizing: border-box;
border: solid 1px transparent; 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; vertical-align: middle;
text-decoration: none; text-decoration: none;
margin-top: -.2em; margin-top: -.2em;
@ -106,7 +106,7 @@
width: auto; width: auto;
min-height: @toggle-size; min-height: @toggle-size;
border: 1px solid @color-border; 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; color: @color-nav;
text-align: center; text-align: center;
margin: 0; margin: 0;

View file

@ -108,13 +108,13 @@
transition: @transition color, @transition background-color, @transition border-color; transition: @transition color, @transition background-color, @transition border-color;
@media @screen_min-md { @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 { @media @screen_max-md {
top: -1px; top: -1px;
background-color: @background_page-header; 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; margin-left: 0;
padding: .2em .3rem .1em; padding: .2em .3rem .1em;
} }
@ -200,7 +200,7 @@
} }
@media @screen_min-sm { @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 { &.active {

View file

@ -32,7 +32,7 @@
min-height: @toggle-size; min-height: @toggle-size;
overflow: hidden; overflow: hidden;
border: 1px solid @color-border; 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; color: @color-nav;
text-align: center; text-align: center;
margin: 0; margin: 0;
@ -50,7 +50,7 @@
position: relative; position: relative;
display: table-cell; display: table-cell;
border: solid 1px @color-border; 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; padding-right: .3rem;
@media @screen_min-xxlg { @media @screen_min-xxlg {
@ -111,7 +111,7 @@
width: auto; width: auto;
opacity: 0; opacity: 0;
border: solid 1px @color-nav-hover; 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; transform: none;
transition: @transition opacity; transition: @transition opacity;
} }

View file

@ -31,7 +31,7 @@
height: 100%; height: 100%;
background-color: @button_background; background-color: @button_background;
border: solid 1px @button_background; border: solid 1px @button_background;
border-radius: @border-radius 0 0 @border-radius; // @border-radius vs. @fix_border-radius border-radius: @ini_default_border_radius 0 0 @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @button_color; color: @button_color;
text-decoration: none; text-decoration: none;
transition: @transition color, @transition background-color, @transition border-color; transition: @transition color, @transition background-color, @transition border-color;
@ -78,7 +78,7 @@
a { a {
background-color: @button_background; background-color: @button_background;
border-color: @button_background; border-color: @button_background;
border-radius: 0 @border-radius @border-radius 0; // @border-radius vs. @fix_border-radius border-radius: 0 @ini_default_border_radius @ini_default_border_radius 0; // @ini_default_border_radius vs. @fix_border-radius
&::before { &::before {
opacity: .6; opacity: .6;

View file

@ -11,8 +11,6 @@
@background_page-header: __background_page-header__; @background_page-header: __background_page-header__;
@border-radius: __default_border_radius__;
@font_family_screen: __font_family_screen__; @font_family_screen: __font_family_screen__;
@color-text: __text__; @color-text: __text__;

View file

@ -83,7 +83,7 @@
.content .row > .col-xs-12 { .content .row > .col-xs-12 {
z-index: 3; z-index: 3;
border-radius: 0 @border-radius @fix_border-radius @fix_border-radius; // @border-radius vs. @fix_border-radius border-radius: 0 @ini_default_border_radius @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
} }
.top-header { .top-header {

View file

@ -44,7 +44,7 @@
box-sizing: border-box; box-sizing: border-box;
box-shadow: __box_shadow__; box-shadow: __box_shadow__;
background-color: __nav_direct_background__; background-color: __nav_direct_background__;
border-radius: 0 0 __default_border_radius__ __default_border_radius__; border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius;
font-size: @font-size-default; font-size: @font-size-default;
padding: .8em 1em .5em; padding: .8em 1em .5em;
margin-bottom: 0; margin-bottom: 0;