37 lines
543 B
SCSS
37 lines
543 B
SCSS
.ucap-image-viewer-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.ucap-image-viewer-header {
|
|
width: 100%;
|
|
height: 50px;
|
|
|
|
.ucap-image-viewer-icon {
|
|
}
|
|
|
|
.ucap-image-viewer-title {
|
|
}
|
|
|
|
.ucap-image-viewer-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.ucap-image-viewer-action {
|
|
}
|
|
}
|
|
|
|
.ucap-image-viewer-body {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.ucap-image-viewer-image-wrapper {
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 10%;
|
|
width: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
}
|