mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +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
105 B
SCSS
9 lines
105 B
SCSS
.delete-team-modal {
|
|
&__name {
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__warning {
|
|
color: $ui-error;
|
|
}
|
|
}
|