mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
10 lines
148 B
SCSS
10 lines
148 B
SCSS
.setup-script-process-cell {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-small;
|
|
|
|
.graphic {
|
|
width: $pad-xlarge;
|
|
scale: 60%;
|
|
}
|
|
}
|