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

MainPage,module.scss

Blame
  • MainPage,module.scss 393 B
    @import '../../style/colors';
    @import '../../style/fonts';
    
    html {
        scroll-behavior: smooth;
    }
    
    .top-bar{
        background: $primary_beige;
        position: fixed;
        z-index: 1;
        width: 100%;
        font-family: $primary_font;
    
    
    }
    
    .site-layout {
        background: $primary_lightblue;
    }
    
    .footer {
        text-align: center;
        font-family: $primary_font;
        font-weight: $primary_font_weight
    }