Skip to content
Snippets Groups Projects
connection.scss 1.53 KiB
Newer Older
  • Learn to ignore specific revisions
  • @import 'src/styles/base/color';
    @import 'src/styles/base/breakpoint';
    
    .konnector-form {
    
      width: 100%;
    
      margin: 0;
      @media only screen and (min-width : #{$width-large-phone}) {
        padding-top: 1rem;
        margin: 1rem 1.5rem 2rem 1.5rem;
        padding-bottom: 1rem;
      }
    }
    
    
    .connection-form {
      text-align: center;
      span {
        color: $gold-shadow;
        font-weight: bold;
      }
      .connection-form-title {
    
        &.enedissgegrandlyon {
          color: $elec-color;
        }
        &.grdfgrandlyon {
          color: $gas-color;
        }
        &.eglgrandlyon {
          color: $water-color;
        }
      }
      .connection-form-subtitle {
    
        color: $white;
      }
      .connection-form-infotext {
        color: $grey-bright;
      }
    
      .connection-form-button {
    
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        button {
    
          height: 2.5rem;
          max-width: 22.5rem;
    
        }
      }
      .connection-form-connect-button {
    
        }
        &.grdf {
          margin-top: 2rem;
        }
        .connection-form-connect-button-content {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          @media #{$large-phone} {
            justify-content: left;
          }
          .connection-form-connect-button-content-icon {
            margin: 0 0.5rem 0 0;
          }
          .connection-form-connect-button-text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
    
            max-width: 19.5rem;