Skip to content
Snippets Groups Projects
newsletter.scss 597 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../../styles/config/typography.scss';
    
    @import '../../styles/config/breakpoints';
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      padding: 1.5rem;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      width: inherit;
    
      background: radial-gradient(
        74.83% 76.97% at 50% 13.64%,
        #343641 0%,
        #1b1c22 100%
      );
    
      box-shadow:
        0px 5px 5px rgb(0 0 0 / 0%),
        0px 3px 14px rgb(0 0 0 / 0%),
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        0px 8px 10px rgb(0 0 0 / 15%);
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    .subtitle {
      margin: 1rem 0;
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    hr {
      margin: 2rem 1rem;
    }
    
    .buttons {
      display: flex;
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      @media screen and (max-width: $width-tablet) {
    
        flex-direction: column;
        button {
          width: 100%;
        }
      }