Browse Source

MH border-radius

bugfix/marketinghero
Lukas Zimmer 2 years ago
parent
commit
89dd44d13d
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 9
- 1
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss View File

@@ -4,6 +4,10 @@ section.marketingheader{
margin-top:0;
.rotation .slider{
border-bottom:0;
//border-radius: 4px;
.slide-overflow{
border-radius: 4px;
}
.slider-tabs{
li:first-child:last-child{
display:none;
@@ -22,6 +26,11 @@ section.marketingheader{
}
}
}
.text-only{
.text-box{
color:white;
}
}
}
.search {
position: relative;
@@ -459,7 +468,6 @@ section.marketingheader{
}
}
&.infoteaser{
max-height:427px;
outer{
max-height:427px;
height:427px;


Loading…
Cancel
Save