SafeT.scss
 1  .SafeTminiDecrypt {
 2    text-align: center;
 3  
 4    &-help {
 5      margin-top: 10px;
 6      font-size: 13px;
 7    }
 8  
 9    &-error {
10      opacity: 0;
11      transition: none;
12  
13      &.is-showing {
14        opacity: 1;
15      }
16    }
17  
18    &-buy {
19      margin: 10px 0;
20    }
21  
22    &-message {
23      display: flex;
24      justify-content: center;
25      align-items: center;
26  
27      .Spinner {
28        margin-right: 16px;
29      }
30    }
31  }