mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
<img width="786" alt="Screenshot 2024-01-23 at 5 25 51 PM" src="https://github.com/fleetdm/fleet/assets/61553566/944b4ef6-e059-4e68-bef9-4f23b454f488"> Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
11 lines
182 B
SCSS
11 lines
182 B
SCSS
.enroll-secrets {
|
|
&__secret {
|
|
.buttons {
|
|
display: flex;
|
|
position: absolute;
|
|
left: 410px;
|
|
justify-content: flex-end;
|
|
min-width: 130px;
|
|
}
|
|
}
|
|
}
|