mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
23 lines
297 B
CSS
23 lines
297 B
CSS
|
|
.viewer-download-text {
|
|
text-align: center;
|
|
}
|
|
|
|
.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 :100% !important;
|
|
}
|