mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Style navigator renamed to navigator__item
This commit is contained in:
parent
385c475a34
commit
90bee96462
2 changed files with 2 additions and 2 deletions
|
@ -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' %}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue