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

.create-team-modal {
&__sandbox-info {
margin-top: $pad-medium;
}
&__info-header {
font-weight: $bold;
}
}