* CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * return bootstrap-icons.min.css * return bootstrap.min.css * Update bootstrap-icons.css * Update bootstrap-icons.min.css * Update bootstrap-icons.min.css * Update bootstrap.min.css * CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * Update bootstrap-icons.css * Bootstrap CSS * Update prism.css
30 lines
557 B
CSS
30 lines
557 B
CSS
#pdf-preview {
|
|
margin: 0 auto;
|
|
display: block;
|
|
max-width: calc(100% - 30px);
|
|
max-height: calc(100% - 30px);
|
|
box-shadow: 0 0 4px rgba(100, 100, 100, 0.25);
|
|
transition: rotate 0.3s;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
translate: -50% -50%;
|
|
}
|
|
|
|
.previewContainer {
|
|
aspect-ratio: 1;
|
|
width: 100%;
|
|
border: 1px solid rgba(0, 0, 0, 0.125);
|
|
border-radius: 0.25rem;
|
|
margin: 1rem 0;
|
|
padding: 15px;
|
|
display: block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.buttonContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|