mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
18 lines
235 B
CSS
18 lines
235 B
CSS
@media screen and (max-width: 1024px) {
|
|
.mdl-layout__header {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.mdl-layout-title {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.user-profile {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.mdl-button-padding {
|
|
padding-left: 20px;
|
|
}
|