mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
16 lines
274 B
SCSS
16 lines
274 B
SCSS
.script-uploader {
|
|
|
|
&.file-uploader {
|
|
background-color: $ui-off-white;
|
|
|
|
.file-uploader__message {
|
|
color: $ui-fleet-black-50;
|
|
}
|
|
|
|
.file-uploader__title {
|
|
color: $ui-fleet-black-75;
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
}
|
|
}
|