mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
16 lines
289 B
CSS
16 lines
289 B
CSS
.component_docx {
|
|
width: 100%;
|
|
}
|
|
|
|
.component_docx .docx-wrapper {
|
|
background: var(--surface);
|
|
}
|
|
.component_docx .docx-wrapper > section.docx {
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.component_filedownloader {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|