SPR-908: QS - sidebar padding, font
This commit is contained in:
parent
c5ddaf094e
commit
428e5f855d
1 changed files with 38 additions and 21 deletions
|
@ -13,6 +13,18 @@
|
||||||
margin-left: @menu-margin; // moves *all* sidebar content to the right
|
margin-left: @menu-margin; // moves *all* sidebar content to the right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:link,
|
||||||
|
&:visited {
|
||||||
|
opacity: .9;
|
||||||
|
color: @ini_nav_menu_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// the toggle element
|
// the toggle element
|
||||||
a.nav {
|
a.nav {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -22,6 +34,7 @@
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: @icon-size + @margin-small;
|
height: @icon-size + @margin-small;
|
||||||
|
opacity: 1;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: @fix_border-radius;
|
border-radius: @fix_border-radius;
|
||||||
color: @ini_nav_menu_color;
|
color: @ini_nav_menu_color;
|
||||||
|
@ -139,6 +152,31 @@
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* min-width: 1440px */
|
||||||
|
|
||||||
|
@media @screen_min-xlg {
|
||||||
|
#dokuwiki__aside {
|
||||||
|
nav {
|
||||||
|
li:not([class]),
|
||||||
|
.li {
|
||||||
|
font-size: @font-size-head6;
|
||||||
|
padding: .15em 0;
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-size: (@font-size-head6 - .05);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* max-width: 1023px */
|
/* max-width: 1023px */
|
||||||
|
|
||||||
|
@ -212,27 +250,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
||||||
/* min-width: 1440px */
|
|
||||||
|
|
||||||
@media @screen_min-xlg {
|
|
||||||
#dokuwiki__aside {
|
|
||||||
nav {
|
|
||||||
li:not([class]),
|
|
||||||
.li {
|
|
||||||
font-size: @font-size-default;
|
|
||||||
padding: .1em 0;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-size: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* max-width: 1439px */
|
/* max-width: 1439px */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue