Align mapping icon in status control
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -119,7 +119,7 @@
|
|||||||
.sidebar-mapping-box { @apply overflow-visible; }
|
.sidebar-mapping-box { @apply overflow-visible; }
|
||||||
.mapping-details { @apply relative; }
|
.mapping-details { @apply relative; }
|
||||||
.mapping-summary { @apply relative grid min-h-8 grid-cols-[1fr_auto_1fr] items-center rounded bg-slate-800 px-9 text-center text-[11px] font-semibold text-slate-100; }
|
.mapping-summary { @apply relative grid min-h-8 grid-cols-[1fr_auto_1fr] items-center rounded bg-slate-800 px-9 text-center text-[11px] font-semibold text-slate-100; }
|
||||||
.mapping-summary > .sidebar-icon { @apply absolute left-2; }
|
.mapping-summary > .sidebar-icon { @apply absolute left-2 top-1/2 z-10 -translate-y-1/2; }
|
||||||
.mapping-title { @apply absolute left-1/2 max-w-[calc(100%-4.5rem)] -translate-x-1/2 truncate text-center; }
|
.mapping-title { @apply absolute left-1/2 max-w-[calc(100%-4.5rem)] -translate-x-1/2 truncate text-center; }
|
||||||
.mapping-state-dot { @apply absolute right-7 inline-block h-3 w-3 shrink-0 rounded-full border border-slate-500 shadow-sm; }
|
.mapping-state-dot { @apply absolute right-7 inline-block h-3 w-3 shrink-0 rounded-full border border-slate-500 shadow-sm; }
|
||||||
.mapping-state-dot.is-ready { @apply border-emerald-300 bg-emerald-500; }
|
.mapping-state-dot.is-ready { @apply border-emerald-300 bg-emerald-500; }
|
||||||
|
|||||||
Reference in New Issue
Block a user