Files
alfresco-ng2-components/demo-shell-ng2/app/app.component.css
2016-11-30 11:12:44 +00:00

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;
}