mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 15:09:20 +00:00
* fixed style for action buttons in all modals * fixed tests and modified more components * fixed class reference in test * removed unused file
9 lines
124 B
SCSS
9 lines
124 B
SCSS
.create-team-modal {
|
|
&__sandbox-info {
|
|
margin-top: $pad-medium;
|
|
}
|
|
|
|
&__info-header {
|
|
font-weight: $bold;
|
|
}
|
|
}
|