Update index.html
This commit is contained in:
parent
7d388967c6
commit
24c009f20e
|
@ -89,22 +89,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Versão para tema escuro (ícone branco) -->
|
<div id="notification" class="icon-button" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
|
||||||
<div id="notification" class="icon-button dark-mode" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
|
|
||||||
<lord-icon
|
<lord-icon
|
||||||
src="https://cdn.lordicon.com/lznlxwtc.json"
|
src="https://cdn.lordicon.com/lznlxwtc.json"
|
||||||
trigger="hover"
|
trigger="hover"
|
||||||
colors="primary:#ffffff"
|
colors="primary:#e8b730"
|
||||||
style="width:24px;height:24px">
|
|
||||||
</lord-icon>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Versão para tema claro (ícone preto) -->
|
|
||||||
<div id="notification" class="icon-button light-mode" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
|
|
||||||
<lord-icon
|
|
||||||
src="https://cdn.lordicon.com/lznlxwtc.json"
|
|
||||||
trigger="hover"
|
|
||||||
colors="primary:#000000"
|
|
||||||
style="width:24px;height:24px">
|
style="width:24px;height:24px">
|
||||||
</lord-icon>
|
</lord-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue