mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
13 lines
254 B
SCSS
13 lines
254 B
SCSS
.corpus-status-text,
|
|
.job-status-text {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.corpus-status-text[data-corpus-status]:empty::before {
|
|
content: attr(data-corpus-status);
|
|
}
|
|
|
|
.job-status-text[data-job-status]:empty::before {
|
|
content: attr(data-job-status);
|
|
}
|