Skip to content
Snippets Groups Projects
termsView.scss 815 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    @import 'src/styles/base/color';
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    .terms-wrapper {
      padding: 0rem 1.5rem 0 1.5rem;
      box-sizing: border-box;
      width: 100vw;
      overflow-x: hidden;
      h1 {
        color: $gold-shadow;
        font-weight: 800;
      }
    }
    .terms-content {
      max-width: 45rem;
      margin: auto;
    
      .action {
        cursor: pointer;
        color: $gold-shadow;
      }
    
    
      label.inline {
        margin-top: 1rem;
        display: flex;
        gap: 0.5rem;
        align-items: center;
      }
    
    
      button {
        color: $gold-shadow;
        span {
          color: $gold-shadow;
        }
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    .dataShare-content-wrapper,
    .dataShare-content-root {
      width: inherit;
    }
    
    .terms-footer {
      max-width: 45rem;
      width: 100%;
      margin: auto;
      height: 60px;
      text-align: center;
      padding-top: 1.5rem;
      button {
        margin: 0;
        max-width: 150px;
        &:disabled {
    
          opacity: 0.3;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        }
      }
    }