github.com/grafviktor/keep-my-secret@v0.9.10-0.20230908165355-19f35cce90e5/website/src/components/Home/PaymentCard/style.css (about)

     1  .kms-secret-edit {
     2    height: 100%;
     3    margin: 0 auto;
     4    padding: 10px;
     5    display: flex;
     6    flex-direction: column;
     7    width: 100%;
     8    max-width: 1200px
     9  }
    10  
    11  .kms-secret-edit__controls {
    12    display: flex;
    13    justify-content: center;
    14  }
    15  
    16  .kms-secret-edit__controls .btn {
    17    margin: 0;
    18    margin-right: 5px;
    19  }
    20  
    21  .kms-secret-edit__form {
    22    height: 100%;
    23  }