SPR-908: qs font-size, color, padding
This commit is contained in:
parent
c2023c17f6
commit
86e59cb304
7 changed files with 34 additions and 47 deletions
|
@ -154,7 +154,6 @@
|
|||
border: 2px solid @ini_nav_menu_color;
|
||||
border-top-right-radius: 50%;
|
||||
border-bottom-left-radius: 50%;
|
||||
transition: @transition border-color;
|
||||
}
|
||||
|
||||
// real icon
|
||||
|
@ -278,24 +277,30 @@
|
|||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1023px */
|
||||
/* max-width: 1439px */
|
||||
|
||||
@media @screen_max-md {
|
||||
// show when toggled
|
||||
body.show-mobile-sidebar {
|
||||
.search.main-sidebar {
|
||||
display: block !important;
|
||||
position: relative;
|
||||
@media @screen_max-xlg {
|
||||
#dokuwiki__aside {
|
||||
nav {
|
||||
li:not([class]),
|
||||
.li {
|
||||
font-size: @font-size-default;
|
||||
|
||||
form {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.no {
|
||||
display: block;
|
||||
* {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1023px */
|
||||
|
||||
@media @screen_max-md {
|
||||
body.show-mobile-sidebar {
|
||||
#dokuwiki__aside {
|
||||
> nav {
|
||||
position: relative;
|
||||
|
@ -319,23 +324,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1439px */
|
||||
|
||||
@media @screen_max-xlg {
|
||||
#dokuwiki__aside {
|
||||
nav {
|
||||
li:not([class]),
|
||||
.li {
|
||||
font-size: @font-size-default;
|
||||
|
||||
* {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
* {
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.prefix {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
@nav_direct_background: @ini_background_content;
|
||||
@nav_direct_color: @ini_existing;
|
||||
|
||||
@background_darker: rgba(230,230,230, .2);
|
||||
@ini_sidebar_width: (100 - @ini_site_width) - 4;
|
||||
|
||||
@height-context-bar: 50px;
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
&:active,
|
||||
&:focus {
|
||||
background-color: @ini_nav_menu_hover_color;
|
||||
border-color: @ini_nav_menu_hover_color;
|
||||
border-color: @ini_nav_menu_hover_bg;
|
||||
color: @ini_nav_menu_hover_bg;
|
||||
|
||||
.prefix {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
li {
|
||||
&.t0 a {
|
||||
font-size: .9rem;
|
||||
font-size: .88rem;
|
||||
}
|
||||
&.t1 a {
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue