mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
## Addresses #16155 <img width="767" alt="Screenshot 2024-02-02 at 9 45 02 AM" src="https://github.com/fleetdm/fleet/assets/61553566/3fea0949-2b1e-45e2-98c9-ff20f2c68864"> - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
20 lines
351 B
SCSS
20 lines
351 B
SCSS
.enroll-secret-modal {
|
|
&__reveal-secret {
|
|
float: right;
|
|
text-decoration: none;
|
|
}
|
|
|
|
pre,
|
|
code {
|
|
background-color: $ui-off-white;
|
|
color: $core-fleet-blue;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
border-radius: 4px;
|
|
padding: 7px $pad-medium;
|
|
margin: $pad-large 0 0 44px;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
}
|