Select Git revision
index.scss 1.39 KiB
@import 'variables';
.mirador {
&-viewer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
&-workspace-viewport {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
&-workspace {
box-sizing: border-box;
margin: 0;
overflow: scroll;
position: absolute;
}
&-workspace-with-control-panel {
padding-left: 100px; // The width of the control panel
}
&-workspace-add {
padding-left: 110px;
padding-right: 20px;
padding-top: 20px;
}
&-window-middle-content {
display: flex;
flex: 1;
position: relative;
}
&-window {
width:100%;
height:100%;
display: flex;
flex-direction: column;
height: 100%;
}
&-osd-container {
background: $gray;
flex: 1;
position: relative;
}
&-window-sidebar-panel-drawer {
margin-left: $window-sidebar-width;
}
&-companion-bottom {
background: lighten($black, 60%);
overflow-y: auto;
resize: vertical;
}
&-osd-navigation {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 33;
}
&-thumb-navigation {
.mirador-thumbnail-nav-canvas {
border: 1px solid $black;
color: $white;
cursor: pointer;
height: 100%;
&.mirador-current-canvas {
border: 3px solid $blue;
}
}
}
}