mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
## For #32541 _This cannot be end-to-end tested until associated [server](https://github.com/fleetdm/fleet/issues/32542) and [agent](https://github.com/fleetdm/fleet/issues/32544) work is complete_ - Include windows as a valid platform with all logic for setup experience > software install IT Admin flow:  - [x] Changes file added for user-visible changes in `changes/` - [ ] QA'd all new/changed functionality manually --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
8 lines
125 B
SCSS
8 lines
125 B
SCSS
.install-software {
|
|
.tab-nav {
|
|
margin-top: -20px;
|
|
}
|
|
.react-tabs__tab-list {
|
|
margin-bottom: $pad-xxlarge;
|
|
}
|
|
}
|