mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
15 lines
211 B
SCSS
15 lines
211 B
SCSS
.delete-secret-modal {
|
|
&__button-wrap {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: $pad-large 0 0;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: $pad-large;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
}
|