mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
* add extensibility point to add a custom viewer * documentation and tests * add example in document list
24 lines
323 B
CSS
24 lines
323 B
CSS
|
|
.viewer-download-text {
|
|
text-align: center;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.viewer-margin-cloud-download{
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.viewer-margin {
|
|
margin: auto !important;
|
|
}
|
|
|
|
.center-element {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.full_width{
|
|
width :95% !important;
|
|
}
|