mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed unnecessary stuff
This commit is contained in:
1
material/assets/stylesheets/application-c147e0d28f.css
Normal file
1
material/assets/stylesheets/application-c147e0d28f.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -38,7 +38,7 @@
|
|||||||
<script src="{{ base_url }}/assets/javascripts/modernizr-1df76c4e58.js"></script>
|
<script src="{{ base_url }}/assets/javascripts/modernizr-1df76c4e58.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-e50196caa3.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-c147e0d28f.css">
|
||||||
{% if config.extra.palette %}
|
{% if config.extra.palette %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-8817cfa535.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-8817cfa535.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -94,6 +94,3 @@ pages:
|
|||||||
google_analytics:
|
google_analytics:
|
||||||
- !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
|
- !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
|
||||||
- auto
|
- auto
|
||||||
|
|
||||||
extra_javascript:
|
|
||||||
- https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.1/clipboard.min.js
|
|
||||||
|
|||||||
@@ -20,23 +20,6 @@
|
|||||||
/// DEALINGS
|
/// DEALINGS
|
||||||
////
|
////
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// Keyframes
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
// Show message
|
|
||||||
@keyframes md-clipboard__message--appear {
|
|
||||||
0% {
|
|
||||||
transform: translateX(0.8rem);
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
transform: translateX(0);
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Rules
|
// Rules
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -88,7 +71,7 @@
|
|||||||
padding: 0.6rem 1rem;
|
padding: 0.6rem 1rem;
|
||||||
transform: translateX(0.8rem);
|
transform: translateX(0.8rem);
|
||||||
transition:
|
transition:
|
||||||
transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
|
transform 0.25s cubic-bezier(0.9, 0.1, 0.9, 0),
|
||||||
opacity 0.175s;
|
opacity 0.175s;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
background: $md-color-black--light;
|
background: $md-color-black--light;
|
||||||
|
|||||||
Reference in New Issue
Block a user