fleet/frontend/pages/SoftwarePage/components/AddSoftwareAdvancedOptions/_styles.scss
Gabriel Hernandez 2bae250ff7
Feat UI upload software (#18575)
relates to #18326

Add ability to add software from the UI. This includes

- new button on software page to open add software modal
- new add software modal to add software.


> Note: still need to do form error validation but will do on another PR


- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2024-05-03 14:22:20 +01:00

17 lines
284 B
SCSS

.add-software-advanced-options {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: $pad-large;
&__input-fields {
width: 100%;
display: flex;
flex-direction: column;
gap: $pad-medium;
}
&__table-link {
font-size: $xx-small;
}
}