uploaded site and api data

This commit is contained in:
Dumitrana-Mihnea
2023-05-14 11:56:01 +03:00
committed by GitHub
parent db657aac76
commit bb7265d6b4
28 changed files with 3673 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.viewer-widget-js {
position: relative;
width: 100%;
height: 100%;
cursor: grab;
}
.viewer-widget-js .controls {
position: absolute;
bottom: 0;
left: 0;
cursor: pointer
}
.viewer-widget-js .landmark-label-js {
font-size: 0%;
position: absolute;
left: 0;
top: 0
}
.viewer-widget-js * {
user-select: none
}
.viewer-widget-js:active {
cursor: grabbing
}