fleet/frontend/components/DeleteSecretModal/_styles.scss
Martavis Parker 0cb8326423
Fixed style for action buttons in all modals (#5402)
* fixed style for action buttons in all modals

* fixed tests and modified more components

* fixed class reference in test

* removed unused file
2022-04-27 13:40:28 -07:00

9 lines
109 B
SCSS

.delete-secret-modal {
&__btn {
margin-left: $pad-large;
}
&__error {
color: $ui-error;
}
}