mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
22 lines
257 B
CSS
22 lines
257 B
CSS
.container {
|
|
margin: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: 640px) {
|
|
.container {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.error-message {
|
|
text-align: left;
|
|
}
|
|
|
|
.error-message--text {
|
|
color: #d50000;
|
|
}
|
|
|
|
.adf-not-overlay-viewer {
|
|
height:900px;
|
|
}
|