fleet/frontend/pages/admin/TeamManagementPage/components/DeleteTeamModal/_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
105 B
SCSS

.delete-team-modal {
&__name {
font-weight: $bold;
}
&__warning {
color: $ui-error;
}
}