mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 01:47:23 +00:00
9 lines
105 B
SCSS
9 lines
105 B
SCSS
.delete-user-modal {
|
|
&__name {
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__warning {
|
|
color: $ui-error;
|
|
}
|
|
}
|