test: pin resident parking permit record journey

This commit is contained in:
2026-08-18 21:32:34 +02:00
parent e7ee0b8017
commit 6159bde2b5
4 changed files with 22 additions and 7 deletions
+4 -4
View File
@@ -375,7 +375,7 @@
min-width: 24px;
height: 24px;
place-items: center;
border-radius: 50%;
border-radius: var(--radius-round);
background: var(--surface-strong);
color: var(--muted);
font-size: 12px;
@@ -450,7 +450,7 @@
align-self: start;
margin: 5px 0 0 3px;
border: 2px solid var(--accent);
border-radius: 50%;
border-radius: var(--radius-round);
background: var(--panel-soft);
}
@@ -506,7 +506,7 @@
grid-column: 1 / -1;
}
@media (max-width: 1260px) {
@media (max-width: 1280px) {
.records-workspace {
grid-template-columns: minmax(190px, 220px) minmax(330px, 0.85fr) minmax(390px, 1fr);
}
@@ -542,7 +542,7 @@
}
}
@media (max-width: 640px) {
@media (max-width: 680px) {
.records-workspace {
display: flex;
overflow-y: auto;