mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated dependencies
This commit is contained in:
parent
0341516fe5
commit
997da1efc5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/templates/assets/stylesheets/main.4b4a2bd9.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.4b4a2bd9.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -44,7 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35e1ed30.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4b4a2bd9.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.356b1318.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.356b1318.min.css' | url }}">
|
||||||
|
@ -52,8 +52,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: baseline;
|
place-content: baseline center;
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
// Feedback icon on hover
|
// Feedback icon on hover
|
||||||
&:hover .md-icon:not(:disabled) {
|
&:hover .md-icon:not(:disabled) {
|
||||||
|
@ -182,8 +182,7 @@
|
|||||||
&__title {
|
&__title {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: px2rem(48px);
|
height: px2rem(48px);
|
||||||
margin-inline-start: px2rem(20px);
|
margin-inline: px2rem(20px) px2rem(8px);
|
||||||
margin-inline-end: px2rem(8px);
|
|
||||||
font-size: px2rem(18px);
|
font-size: px2rem(18px);
|
||||||
line-height: px2rem(48px);
|
line-height: px2rem(48px);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user