Web3.scss
 1  .Web3Decrypt {
 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    &-install {
19      margin-top: 10px;
20    }
21  }