mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Renamed navigator__item to navigator_item
This commit is contained in:
parent
90bee96462
commit
dc37044a41
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Usage example:
|
|||
{% include 'components/navigator.twig' with {previousPage: previousPage, nextPage: nextPage} %}
|
||||
#}
|
||||
|
||||
{% set mainClass = 'navigator__item' %}
|
||||
{% set mainClass = 'navigator_item' %}
|
||||
|
||||
|
||||
{% set tag = 'div' %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.navigator__item {
|
||||
.navigator_item {
|
||||
margin-top: 35px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue