fleet/frontend/components/TableContainer/DataTable/SetupSoftwareStatusCell/_styles.scss
2026-05-05 08:55:36 -04:00

18 lines
424 B
SCSS

.setup-software-status-cell {
display: flex;
align-items: center;
gap: $gap-icon-text;
font-size: $x-small; // Already applied but on component level for storybook
&__icon {
display: flex;
align-items: center;
justify-content: center;
width: $pad-medium;
height: $pad-medium;
}
&__label {
min-width: 14ch; // 14 characters — Prevents jitter, fits longest label ("Installing")
}
}