2021-07-16 08:51:14 +00:00
|
|
|
/* Change navbar height bacause an extended and fixed navbar is used */
|
|
|
|
.navbar-fixed {
|
|
|
|
height: 112px;
|
2020-11-02 08:31:24 +00:00
|
|
|
}
|
|
|
|
|
2020-02-03 11:58:40 +00:00
|
|
|
/* add custom bold class */
|
2021-07-16 08:51:14 +00:00
|
|
|
.bold {font-weight: bold;}
|
2020-02-03 11:58:40 +00:00
|
|
|
|
2020-10-23 14:11:08 +00:00
|
|
|
/* Change placholdertext color of file uplaod fields */
|
2021-07-16 08:51:14 +00:00
|
|
|
::placeholder {
|
2020-10-23 14:11:08 +00:00
|
|
|
color: #9e9e9e;
|
2021-07-16 08:51:14 +00:00
|
|
|
opacity: 1;
|
2020-10-23 14:11:08 +00:00
|
|
|
}
|
|
|
|
|
2020-06-25 08:51:51 +00:00
|
|
|
/* preloader circle in the size of a button icon */
|
|
|
|
.button-icon-spinner {
|
2020-07-16 12:00:52 +00:00
|
|
|
bottom: -5px !important;
|
2020-07-22 11:15:55 +00:00
|
|
|
right: 55px !important;
|
2020-06-25 08:51:51 +00:00
|
|
|
margin-right: 12px !important;
|
|
|
|
width: 19.5px !important;
|
|
|
|
height: 19.5px !important;
|
|
|
|
}
|
|
|
|
|
2020-10-29 14:20:30 +00:00
|
|
|
/*
|
|
|
|
* changes preoloader size etc. to fit visually better with the chip status
|
|
|
|
* indicator of jobs
|
|
|
|
*/
|
|
|
|
.status-spinner {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
width: 30px !important;
|
|
|
|
height: 30px !important;
|
|
|
|
}
|
|
|
|
|
2020-04-15 10:49:26 +00:00
|
|
|
.show-if-only-child:not(:only-child) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2021-05-05 08:05:12 +00:00
|
|
|
.btn-scale-x2 {
|
|
|
|
transform: scale(2);
|
|
|
|
}
|
|
|
|
|
2021-05-27 11:05:46 +00:00
|
|
|
.btn-scale-x2 .nopaque-icons.service-icon {
|
2021-05-05 08:05:12 +00:00
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-04 10:26:49 +00:00
|
|
|
/* Fix material icon vertical alignment when nested in various elements */
|
|
|
|
h1 .nopaque-icons, h2 .nopaque-icons, h3 .nopaque-icons, h4 .nopaque-icons,
|
|
|
|
.tab .nopaque-icons, .tab .material-icons {
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
2021-05-27 11:05:46 +00:00
|
|
|
.nopaque-icons.service-icon[data-service="corpus-analysis"]:empty:before {content: "H";}
|
|
|
|
.nopaque-icons.service-icon[data-service="file-setup"]:empty:before {content: "E";}
|
2022-02-03 11:39:16 +00:00
|
|
|
.nopaque-icons.service-icon[data-service="spacy-nlp"]:empty:before {content: "G";}
|
|
|
|
.nopaque-icons.service-icon[data-service="tesseract-ocr"]:empty:before {content: "F";}
|
2021-05-05 08:05:12 +00:00
|
|
|
|
2021-07-16 08:51:14 +00:00
|
|
|
.status-text[data-status]:empty:before {content: attr(data-status);}
|
2021-11-16 14:23:57 +00:00
|
|
|
|
|
|
|
.hoverable {cursor: pointer;}
|
|
|
|
.s-attr.chip .p-attr.chip {background-color: inherit;}
|
2021-12-08 10:51:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
.responsive-youtube-video-container {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
padding-bottom: 56.25%;
|
|
|
|
}
|
|
|
|
.responsive-youtube-video {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|