Add service center card interactions
This commit is contained in:
@@ -1167,6 +1167,39 @@ button.is-busy {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.service-list-card,
|
||||
.service-card {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.service-list-card {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
min-height: auto;
|
||||
padding: 12px;
|
||||
color: var(--text);
|
||||
background: var(--soft);
|
||||
border: 1px solid var(--line);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.service-card {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
margin-top: 12px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.service-actions {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.summary-card::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user