mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
7 lines
117 B
SCSS
7 lines
117 B
SCSS
.installer-status-table {
|
|
&__status-title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: $pad-small;
|
|
}
|
|
}
|