styles update
This commit is contained in:
@@ -101,6 +101,7 @@ button,
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
padding: 8px 12px;
|
||||
min-height: 34px;
|
||||
background: var(--primary);
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
@@ -158,6 +159,33 @@ input[readonly] {
|
||||
margin: 8px 0 14px;
|
||||
}
|
||||
|
||||
.copy-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 1fr) 82px;
|
||||
gap: 8px;
|
||||
align-items: start;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.copy-row input {
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.copy-button,
|
||||
.actions-cell button {
|
||||
width: 82px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions-cell {
|
||||
width: 110px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.backup-row td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user