mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
18 lines
278 B
CSS
18 lines
278 B
CSS
@media only screen and (max-width: 640px) {
|
|
.mdl-layout__header.header-search-expanded .mdl-layout-title {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.mdl-layout-title {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.user-profile {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.mdl-button-padding {
|
|
padding-left: 20px;
|
|
}
|