mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* #1178 show header bar on mobile and tablet * #1178 add all options to burger icon on the right
28 lines
376 B
CSS
28 lines
376 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;
|
|
}
|