mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
23 lines
270 B
CSS
23 lines
270 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;
|
|
}
|
|
|
|
.options-container {
|
|
width: 250px;
|
|
margin: 20px;
|
|
}
|