mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
26 lines
467 B
CSS
26 lines
467 B
CSS
[data-service="file-setup-pipeline"] {
|
|
--service-icon-content: "E";
|
|
}
|
|
|
|
[data-service="tesseract-ocr-pipeline"] {
|
|
--service-icon-content: "F";
|
|
}
|
|
|
|
[data-service="transkribus-htr-pipeline"] {
|
|
--service-icon-content: "F";
|
|
}
|
|
|
|
[data-service="spacy-nlp-pipeline"] {
|
|
--service-icon-content: "G";
|
|
}
|
|
|
|
[data-service="corpus-analysis"] {
|
|
--service-icon-content: "H";
|
|
}
|
|
|
|
.nopaque-icons {
|
|
&.service-icons:empty::before {
|
|
content: var(--service-icon-content);
|
|
}
|
|
}
|