Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
desktop.scss 327 B
Newer Older
  • Learn to ignore specific revisions
  • @import 'variables';
    
    body:not(.navigation-categories):not(.navigation-topics) #main-outlet {
      @include border-radius;
    
      box-shadow: 0 8px 60px 0 rgba(114, 114, 114, 0.1), 0 12px 90px 0 rgba(148, 148, 148, 0.1);
    
      padding: 2em;
    
      background-color: $secondary;
      border-top: 8px solid $header-background;
    
      margin-top: .8em;
    }