|
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: @color-taskmenu-button;
|
|
|
|
|
padding: .45rem 0;
|
|
|
|
|
width: @layout-menu-width/2;
|
|
|
|
|
width: @layout-menu-width-sm;
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
|
|
|
|
|
@ -97,7 +97,7 @@
|
|
|
|
|
display: block;
|
|
|
|
|
height: 2.1rem;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
width: @layout-menu-width/2;
|
|
|
|
|
width: @layout-menu-width-sm;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -180,7 +180,7 @@
|
|
|
|
|
padding: .25rem;
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: (@screen-width-xs + 1px)) and (max-width: @screen-width-medium) {
|
|
|
|
|
max-width: @layout-menu-width/2;
|
|
|
|
|
max-width: @layout-menu-width * 0.45;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|