1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Style navigator renamed to navigator__item

This commit is contained in:
slaveeks 2022-08-01 16:58:34 +03:00
parent 385c475a34
commit 90bee96462
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Usage example:
{% include 'components/navigator.twig' with {previousPage: previousPage, nextPage: nextPage} %} {% include 'components/navigator.twig' with {previousPage: previousPage, nextPage: nextPage} %}
#} #}
{% set mainClass = 'navigator' %} {% set mainClass = 'navigator__item' %}
{% set tag = 'div' %} {% set tag = 'div' %}

View file

@ -1,4 +1,4 @@
.navigator { .navigator__item {
margin-top: 35px; margin-top: 35px;
cursor: pointer; cursor: pointer;
-webkit-user-select: none; -webkit-user-select: none;