Skip to content
Snippets Groups Projects
Select Git revision
  • b8b4071b830ee53cc48564ba52a5c676f42daa6b
  • master default protected
  • performance_fix
  • fix-performance
  • feat-add_docker
5 results

LandingSection.module.scss

Blame
  • 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;
        }
      }
    }