mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
18 lines
284 B
SCSS
18 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;
|
||
|
|
}
|
||
|
|
}
|