* fixed style for action buttons in all modals * fixed tests and modified more components * fixed class reference in test * removed unused file
10 lines
109 B
SCSS
10 lines
109 B
SCSS
.delete-secret-modal {
|
|
&__btn {
|
|
margin-left: $pad-large;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
}
|