mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
36 lines
476 B
CSS
36 lines
476 B
CSS
@media screen and (max-width: 1024px) {
|
|
.mdl-layout__header {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.mdl-navigation__link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mdl-navigation__link label {
|
|
cursor: pointer;
|
|
}
|