mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix index carbon
This commit is contained in:
parent
f08e3bcb5f
commit
535a238b58
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
|
||||
{% include head.html %}
|
||||
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||||
{{ content }}
|
||||
|
@ -201,7 +201,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1)
|
||||
animation: slideDown 500ms both
|
||||
animation-delay: 1.6s
|
||||
|
||||
#carbon
|
||||
html.route-index #carbon
|
||||
animation: slideUp 500ms both
|
||||
animation-delay: 1.8s
|
||||
|
||||
|
@ -6387,7 +6387,7 @@ body.page-grid .column > .notification {
|
||||
animation-delay: 1.6s;
|
||||
}
|
||||
|
||||
#carbon {
|
||||
html.route-index #carbon {
|
||||
animation: slideUp 500ms both;
|
||||
animation-delay: 1.8s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user