1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00
pds-2021-g2-nest/nest_frontend/components/providers/GlobalLanguage.module.css

12 lines
No EOL
200 B
CSS

.MissingLocalization {
background-color: darkorange;
color: black;
cursor: help;
}
.MissingString {
background-color: red;
color: black;
font-weight: bold;
cursor: help;
}