Select Git revision
CloudSection.module.scss
CloudSection.module.scss 725 B
@import "../../../utils";
@import "../../../style/fonts";
@import "../../../style/colors";
.CloudSection {
background-image: url('#{$assetPath}/curves/courbe_2.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
min-height: 100vh;
vertical-align: center;
display: flex;
flex-direction: column;
align-items: center;
font-family: $primary_font;
font-weight: $primary_font_weight;
.UpperBlock {
padding-top: 5%;
font-size: 2.5em;
}
.Cloud {
padding-top: 5%;
max-width: 50vw;
max-height: 60vh;
}
.BottomBlock {
padding-top: 5%;
font-size: 2rem;
.Caption {
padding-top: 10px;
font-size: 1.5rem;
}
}
}