1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00
pds-2021-g2-nest/nest_frontend/components/providers/GlobalLanguage.module.css

12 lines
200 B
CSS
Raw Normal View History

2021-05-23 13:55:18 +00:00
.MissingLocalization {
background-color: darkorange;
2021-05-23 14:04:31 +00:00
color: black;
cursor: help;
2021-05-23 13:55:18 +00:00
}
.MissingString {
background-color: red;
2021-05-23 14:04:31 +00:00
color: black;
2021-05-23 13:55:18 +00:00
font-weight: bold;
cursor: help;
2021-05-23 13:55:18 +00:00
}