Skip to content
Snippets Groups Projects
consents.module.scss 621 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    @import '../../styles/config/colors';
    @import '../../styles/config/breakpoints';
    @import '../../styles/config/typography';
    
    .content {
    
      padding: 1rem;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    .footerButtons {
    
      padding: 1rem 0;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      display: flex;
    
      gap: 1rem;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translate(-25%);
    
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
          position: absolute;
          font-size: 1rem;
          padding-top: 4px;
          right: -14px;
          top: -14px;
          width: 26px;
          height: 26px;
          border-radius: 50%;
          display: block;
          background: $grey-dark;
          border: 1px solid $text-dark;