_decoupled-verification.scss 4.48 KB
Newer Older
1 2
// Updates for decoupled verification A/B test
.verification-process {
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  .pay-and-verify, .incourse-reverify, .reverify {
    .review {
      .title.center-col {
        padding: 0 calc((100% - 750px) / 2) 10px;
      }

      h2 {
        font-size: 16px;
        font-weight: 600;
        text-transform: unset;
        color: #4a4a4a;
        margin-bottom: 40px;

        .course-title {
          display: block;
          font-weight: 100;
          font-size: 24px;
          margin-top: 5px;
21
        }
22 23
      }
    }
24

25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
    .instruction {
      &.center-col {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
      }

      .instruction-info {
        font-size: 24px;
        font-weight: 100;
        color: #57595a;
        margin-bottom: 30px;

        .fa-envelope-o {
          color: #b92167;
          font-size: 26px;
          margin-right: 8px;
42
        }
43 44 45 46 47 48 49 50 51 52 53 54 55 56
      }

      .activate {
        font-size: 16px;
        font-weight: 600;
        color: #4a4a4a;
      }

      .activate-info {
        font-size: 16px;
        font-weight: 100;
        color: #4a4a4a;
      }
    }
57

58 59
    .payment-info {
      padding: 5px 0 30px;
60

61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
      .copy {
        margin: 20px 0;
      }
    }

    .placeholder-cam {
      .copy {
        font-weight: bold !important;
      }
    }

    .requirements-container {
      .list-reqs {
        .req {
          width: 300px;
          height: 250px;
          min-height: 250px;
          margin-right: 45px;

          &:last-of-type {
            margin-right: 0;
          }
83 84
        }

85 86 87 88 89 90 91
        &.account-not-activated {
          width: 300px;

          .req {
            height: 290px;
            min-height: 290px;
          }
92
        }
93 94
      }
    }
95

96 97 98
    .no-content {
      margin-bottom: 50px;
    }
99

100 101 102 103
    .nav-wizard {
      &.center {
        text-align: center;
      }
104

105 106
      .right {
        @include float(right);
107

108 109
        padding: 15px 50px;
      }
110

111 112 113
      .nav-link {
        line-height: 45px;
      }
114

115 116 117
      .prompt-verify .title {
        @include float(left);
        @include text-align(left);
118

119 120 121 122 123 124 125 126 127 128 129
        width: 600px;
        position: relative;
        display: inline;
        line-height: 45px;
        color: black;
      }

      .wizard-steps {
        width: auto;
      }
    }
130

131 132 133 134 135 136 137 138
    .photo-controls {
      position: relative;
      text-align: center;

      .control {
        &.control-do {
          left: 45%;
          left: calc((50%) - (69px / 2));
139 140
        }

141 142 143
        &.control-retake {
          left: 40%;
          left: calc((50%) - (131px / 2));
144 145
        }

146 147
        .action-redo {
          line-height: 28px;
148
        }
149 150
      }
    }
151

152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
    .retake-photos {
      color: $blue;
      background:none!important;
      border:0!important;
      padding:0!important;
      box-shadow: none;
      cursor: pointer;

      &:hover, &:focus {
        text-decoration: underline;
      }
    }

    .tip {
      .is-expandable {
        .title-expand {
          color: $blue !important;
169
        }
170
      }
171

172 173 174 175 176
      .expandable-area {
        margin-top: 5px;
        padding-bottom: 20px;
      }
    }
177

178 179
    .help-tips {
      margin-left: 0 !important;
180

181 182 183
      .title {
        font-size: 16px !important;
      }
184

185 186 187 188
      .list-tips {
        .tip {
          font-size: 16px;
          line-height: 1.5em;
189
        }
190 191
      }
    }
192

193 194
    .photo-tip {
      @extend %t-copy-sub1;
195

196 197 198
      color: black;
      margin-bottom: 20px;
    }
199

200 201
    .list-help {
      list-style: disc;
202

203 204
      @include padding-left($baseline);
    }
205

206 207 208 209 210
    .list-faq {
      dd {
        color: black;
      }
    }
211

212 213 214 215
    .wrapper-task {
      .msg-retake {
        margin-top: 0;
      }
216

217 218 219 220
      .wrapper-photos {
        margin-bottom: 0 !important;
      }
    }
221

222 223 224 225
    .report-course {
      .course-actions {
        td:last-of-type {
          width: 300px;
226
        }
227
      }
228 229
    }

230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
    .enrollment-status-footer {
      margin: 50px 0;

      h4 {
        font-weight: 600;
      }

      .verify-pending-msg {
        margin: 20px 0;
      }
    }
  }

  .tooltip {
    @include transition(opacity $tmg-f3 ease-out 0s);
    @include font-size(12);

    position: absolute;
    width: 350px;
    top: 0;
    left: 0;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.85);
    line-height: 26px;
    color: $white;
    pointer-events: none;
    opacity: 0;

    &::after {
      @include font-size(20);

      content: '▾';
      display: block;
      position: absolute;
      bottom: -14px;
      left: 50%;
      margin-left: -7px;
      color: rgba(0, 0, 0, 0.85);
269
    }
270
  }
271
}