14 lines
204 B
SCSS
14 lines
204 B
SCSS
.ucap-document-viewer-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.ucap-document-viewer-header {
|
|
width: 100%;
|
|
height: 50px;
|
|
|
|
.ucap-document-viewer-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
}
|