SPR-742: Konfigurierbarkeit check border-radius
This commit is contained in:
parent
abe8713796
commit
0b41f4a629
4 changed files with 7 additions and 23 deletions
|
@ -13,6 +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
|
||||||
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;
|
||||||
|
|
|
@ -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: @fix_border-radius @fix_border-radius 0 0;
|
border-radius: @border-radius @border-radius 0 0; // @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 @fix_border-radius @fix_border-radius;
|
border-radius: 0 0 @border-radius @border-radius; // @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: 0 0 @fix_border-radius @fix_border-radius; // @border-radius vs. @fix_border-radius
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
|
@ -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: @fix_border-radius 0 0 @fix_border-radius;
|
border-radius: @border-radius 0 0 @border-radius; // @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 @fix_border-radius @fix_border-radius 0;
|
border-radius: 0 @border-radius @border-radius 0; // @border-radius vs. @fix_border-radius
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
|
@ -107,21 +107,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
||||||
/* min-width: 1440px */
|
|
||||||
|
|
||||||
@media @screen_min-xlg {
|
|
||||||
.togglelink {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
||||||
/* max-width: 1199px */
|
|
||||||
|
|
||||||
@media @screen_max-xlg {
|
|
||||||
.togglelink {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -83,6 +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
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-header {
|
.top-header {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue