mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
14 lines
224 B
SCSS
14 lines
224 B
SCSS
.fleet-maintained-apps-table {
|
|
.macos__header,
|
|
.windows__header {
|
|
.column-header {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
&__filters {
|
|
display: flex;
|
|
gap: $gap-table-elements;
|
|
}
|
|
}
|