index.scss
 1  .VerifyMessage {
 2    text-align: center;
 3    padding-top: 30px;
 4  
 5    &-sign {
 6      width: 100%;
 7    }
 8  
 9    &-help {
10      margin-top: 10px;
11      font-size: 13px;
12      font-style: italic;
13    }
14  
15    &-inputBox {
16      min-height: 180px;
17    }
18  
19    &-success {
20      opacity: 1;
21      transition: none;
22      margin-top: 10px;
23    }
24  
25    &-buy {
26      margin-top: 10px;
27    }
28  }