mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
- add support for [disabled] attribute - move to angular/material icons - improve demo shell layout (files.component)
18 lines
210 B
CSS
18 lines
210 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;
|
|
}
|