mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* fixed style for action buttons in all modals * fixed tests and modified more components * fixed class reference in test * removed unused file
9 lines
109 B
SCSS
9 lines
109 B
SCSS
.delete-secret-modal {
|
|
&__btn {
|
|
margin-left: $pad-large;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
}
|