Complete CarPass product flows
This commit is contained in:
@@ -659,7 +659,7 @@ h2 {
|
||||
.grid-form,
|
||||
.entry-form {
|
||||
display: grid;
|
||||
grid-template-columns: 1.1fr 1fr 1fr 120px auto;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
gap: 12px;
|
||||
align-items: end;
|
||||
}
|
||||
@@ -793,6 +793,15 @@ select:disabled {
|
||||
background: var(--soft);
|
||||
}
|
||||
|
||||
.stat.wide {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border-color: rgba(210, 141, 38, 0.35);
|
||||
background: #fff6e7;
|
||||
}
|
||||
|
||||
.stat strong {
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
@@ -1457,6 +1466,23 @@ select {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.row-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.row-actions button,
|
||||
.stack-item > button {
|
||||
min-height: 34px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 7px;
|
||||
background: #fff;
|
||||
color: var(--text);
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.trust-badge {
|
||||
width: fit-content;
|
||||
padding: 5px 8px;
|
||||
|
||||
Reference in New Issue
Block a user