"/**\n * Copyright (C) 2018-2021 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.bread-crumbs {\n display: inline-block;\n overflow: hidden;\n color: rgb(0 0 0 / 55%);\n}\n\n.bread-crumbs ul {\n list-style-type: none;\n height: 100%;\n}\n\n.bread-crumbs li {\n float: left;\n list-style-type: none;\n}\n\n.bread-crumbs a {\n color: rgb(0 0 0 / 75%);\n border-bottom-style: none;\n}\n\n.bread-crumbs a:hover {\n color: rgb(0 0 0 / 85%);\n text-decoration: underline;\n}\n",
"/**\n * Copyright (C) 2021 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-coverage {\n padding-top: 0.3rem;\n border: none;\n overflow: visible;\n}\n\n.swh-coverage a {\n text-decoration: none;\n}\n\n.swh-coverage-col {\n padding-left: 10px;\n padding-right: 10px;\n}\n\n.swh-coverage-header {\n padding-top: 0;\n padding-bottom: 0;\n}\n\n.swh-coverage-logo {\n display: block;\n width: 100%;\n height: 50px;\n margin-left: auto;\n margin-right: auto;\n object-fit: contain;\n\n /* polyfill for old browsers, see https://github.com/bfred-it/object-fit-images */\n font-family: \"object-fit: contain;\";\n}\n\n.swh-coverage-list {\n width: 100%;\n height: 320px;\n border: none;\n}\n\n.swh-coverage-chevron {\n position: absolute;\n right: 0;\n}\n\n.swh-coverage .card-header .mdi {\n transition: 0.3s transform ease-in-out;\n}\n\n.swh-coverage .card-header .collapsed .mdi {\n transform: rotate(90deg);\n}\n\n.swh-coverage-info-body {\n max-height: 150px;\n overflow-y: auto;\n overflow-x: hidden;\n scrollbar-width: thin; /* Firefox only */\n padding: 0;\n}\n\n/* Thin scrollbar for chromium based browsers */\n\n.swh-coverage-info-body::-webkit-scrollbar {\n width: 4px;\n}\n\n.swh-coverage-info-body::-webkit-scrollbar-track {\n background: #eff0f1;\n}\n\n.swh-coverage-info-body::-webkit-scrollbar-thumb {\n background: #909396;\n}\n",
"/**\n * Copyright (C) 2019 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-history-counter-line {\n fill: none;\n stroke: #ffab00;\n stroke-width: 3;\n}\n\n.swh-history-counter-overlay {\n fill: none;\n pointer-events: all;\n}\n\n.swh-history-counter-focus circle {\n fill: none;\n stroke: #ffab00;\n stroke-width: 3;\n}\n\n.swh-history-counter-focus text {\n font-size: 14px;\n}\n\n.swh-history-counter-tooltip {\n fill: white;\n stroke: #000;\n}\n",
"/**\n * Copyright (C) 2020 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-current-status-indicator {\n width: 12px;\n height: 12px;\n margin: 0 0 0 5px;\n display: inline-block;\n border-radius: 6px;\n}\n\n.swh-current-status-indicator.small {\n width: 8px;\n height: 8px;\n margin: 0 0 0 5px;\n display: inline-block;\n border-radius: 4px;\n}\n\n.swh-current-status-indicator.green {\n background: #27ae60;\n}\n\n.swh-current-status-indicator.yellow {\n background: #ffa837;\n}\n\n.swh-current-status-indicator.red {\n background: #c44031;\n}\n\n.swh-current-status-indicator.blue {\n background: #00aaf0;\n}\n"