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