mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material into refactor/sidebar-height-spacing
This commit is contained in:
commit
e9af74f3df
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-d970c8bd45.css
Normal file
1
material/assets/stylesheets/application-d970c8bd45.css
Normal file
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-9b2df9daf6.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-d970c8bd45.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
|
||||
{% endif %}
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
// Navigation container
|
||||
.md-nav {
|
||||
font-size: ms(-1);
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.3;
|
||||
|
||||
// Table of contents
|
||||
@ -178,6 +178,13 @@
|
||||
background-color: $md-color-white;
|
||||
}
|
||||
|
||||
// List title and item
|
||||
.md-nav__title,
|
||||
.md-nav__item {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
// List title - higher specificity is necessary to ensure that the title
|
||||
// inside the drawer is always styled accordingly
|
||||
html & .md-nav__title {
|
||||
@ -354,13 +361,6 @@
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// List item
|
||||
.md-nav__title,
|
||||
.md-nav__item {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
// [tablet portrait -]: Show table of contents in drawer
|
||||
|
Loading…
Reference in New Issue
Block a user