github.com/stampzilla/stampzilla-go@v2.0.0-rc9+incompatible/nodes/stampzilla-server/web/src/components/FormModal.scss (about)

     1  .formModal {
     2      table {
     3          th {
     4              border-top: 0 !important;
     5              padding-top: 0 !important;
     6          }
     7  
     8          .reason {
     9              border-top: 0;
    10              margin-top: 0;
    11              padding-left: 30px;
    12              background: #eee;
    13              box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    14          }
    15      }
    16      :global(.field-description) {
    17          color: #999;
    18      }
    19      :global(.modal-body) {
    20          dl:last-of-type {
    21              margin-bottom: 0 !important;
    22  
    23              dd:last-of-type {
    24                  margin-bottom:0 !important;
    25  
    26                  p:last-of-type {
    27                      margin-bottom:0 !important;
    28                  }
    29              }
    30          }
    31      }
    32  }
    33  
    34  .footerContainer {
    35      .buttons {
    36          display: flex;
    37          align-items: center;
    38          justify-content: flex-end;
    39  
    40          & > button,
    41          & > :global(.btn-group) {
    42            margin-left: 1rem;
    43          }
    44      }
    45  }