fleet/frontend/pages/admin/IntegrationsPage/components/DeleteIntegrationModal/_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

5 lines
69 B
SCSS

.delete-integration-modal {
&__url {
font-weight: $bold;
}
}