Skip to content
Snippets Groups Projects
layout.module.scss 437 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../../styles/config/colors';
    
    @import '../../styles/config/breakpoints';
    
    .root {
      display: flex;
    
      background: $dark-bg;
      height: 100vh;
    
      box-shadow:
        0px 5px 5px rgb(0 0 0 / 20%),
        0px 3px 14px rgb(0 0 0 / 12%),
    
        0px 8px 10px rgb(0 0 0 / 14%);
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      @media screen and (max-width: $width-tablet) {
    
        padding-bottom: 5rem;