mirror of
https://github.com/fleetdm/fleet
synced 2026-04-24 23:17:43 +00:00
related to #9402 and #9404 Implements UI for toggling off and on fleet mdm disk encryption management and also the disk encryption aggregate data tables. **Toggling disk encryption:**  **disk encryption aggregate:**  - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
11 lines
180 B
SCSS
11 lines
180 B
SCSS
.status-indicator-with-icon {
|
|
&__value {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
|
|
.icon {
|
|
margin-right: $pad-xsmall;
|
|
}
|
|
}
|
|
}
|