mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
13 lines
253 B
CSS
13 lines
253 B
CSS
.adf-process-list-loading-margin {
|
|
margin-left: calc((100% - 100px) / 2);
|
|
margin-right: calc((100% - 100px) / 2);
|
|
}
|
|
|
|
.no-content-message {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
opacity: 0.54;
|
|
color: #000;
|
|
}
|