Newer
Older
mardis_calc / css / styles.css
.page-header {
  padding: var(--space-6) 0;
  border-bottom: 2px solid var(--color-accent);
  margin-bottom: var(--space-6);
}

.page-header-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}

.page-header-subtitle {
  color: var(--color-text-muted);
  margin: var(--space-1) 0 0;
}

.text-center {
  text-align: center;
}

.dl-row-highlight {
  font-weight: 600;
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-2);
  margin-top: var(--space-2);
}

#artists-table td,
#artists-table th {
  vertical-align: middle;
}

.checkbox-inline {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.checkbox-inline .checkbox {
  margin: 0;
}

.payout-cell {
  font-weight: 600;
  white-space: nowrap;
}