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

Renamed navigator__item to navigator_item

This commit is contained in:
slaveeks 2022-08-01 17:58:02 +03:00
parent 90bee96462
commit dc37044a41
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__item' %} {% set mainClass = 'navigator_item' %}
{% set tag = 'div' %} {% set tag = 'div' %}

View file

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