Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/killacct/index.css

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
.delete-confirm {
  display: block;
  width: 100%;
}
.delete-confirm-message {
  position: relative;
  padding-top: 1rem;
  padding-inline-start: 5rem;
}
.delete-confirm-message > strong {
  font-size: 1.4em;
}
.delete-dialog-icon {
  position: absolute;
  top: -10px;
  padding: 0;
  font-size: 6.5em;
  color: rgba(231, 76, 60, 0.22);
  inset-inline-start: -17px;
}
.callout {
  margin-top: 0;
  margin-bottom: 5px;
}
.delete-note {
  font-size: 0.95em;
  padding-top: 10px;
  display: block;
}
.delete-confirm {
  padding-inline-start: 0;
  overflow: hidden;
}
.cancel-cert-block {
  padding-top: 15px;
  margin-top: 15px;
}
.modal-dialog {
  max-width: 500px;
}
.check-column input {
  margin-inline-start: 15px;
}
.table .account-summary-table {
  background-color: transparent;
  margin-top: 8px;
}
.account-summary-error,
.account-summary-loading {
  margin-top: 8px;
  margin-bottom: 10px;
}
.global-action-buttons {
  margin-top: 15px;
}
.check-column-header {
  width: 100px;
}
.table.responsive-table > tbody > tr.delete-confirm-container > td {
  border-top: none;
  padding-top: 1px;
}
@media only screen and (max-width: 800px) {
  .table.responsive-table > tbody > tr.delete-requested {
    border-bottom: none;
  }
  .table.responsive-table > tbody > tr.delete-requested > td:last-child {
    border-bottom: none;
  }
  .table.responsive-table > tbody > tr.delete-confirm-container {
    border-top: none;
  }
  .table.responsive-table > tbody > tr.delete-confirm-container > td {
    padding-inline: 0;
  }
}
Back to Directory