You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/header/ParallaxHeaderPin/ParallaxHeaderPin.scss

28 lines
571 B
SCSS

.ParallaxHeaderPin {
background-size: cover;
background-attachment: fixed;
height: 270px;
color: var(--xshop-diff);
padding-top: 3rem;
overflow: hidden;
h2{
opacity: .4;
margin-bottom: 3rem;
max-height: 2.1em;
overflow: hidden;
}
.fake-container{
background: var(--xshop-background);
border-radius: var(--xshop-border-radius);
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
height: 100px;
}
2 months ago
+ .content{
margin-top: -3rem;
}
}