index.scss 302 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#captcha {
  ._nc {
    .stage {
      padding: 0;
    }

    .stage1 {
      height: 48px;

      .label {
        height: 46px;
      }

      .button {
        width: 48px;
        height: 48px;
      }

      .slider {
        height: 48px;
        width: 100%;
        left: 0;
      }
    }
  }
}