notifications/icon component

main
psychobunny 10 years ago
parent 18f208331d
commit d3081733d6

@ -74,7 +74,7 @@
} }
} }
.notification-icon, .chat-icon { .counter {
font-style: normal; font-style: normal;
&:after { &:after {

@ -58,7 +58,7 @@
<section class="menu-section" data-section="notifications"> <section class="menu-section" data-section="notifications">
<h3 class="menu-section-title"> <h3 class="menu-section-title">
[[global:header.notifications]] [[global:header.notifications]]
<span class="notification-icon" data-content="0"></span> <span class="counter" component="notifications/icon" data-content="0"></span>
</h3> </h3>
<ul class="menu-section-list"></ul> <ul class="menu-section-list"></ul>
</section> </section>
@ -66,7 +66,7 @@
<section class="menu-section" data-section="chats"> <section class="menu-section" data-section="chats">
<h3 class="menu-section-title"> <h3 class="menu-section-title">
[[global:header.chats]] [[global:header.chats]]
<i class="chat-icon" component="chat/icon" data-content="0"></i> <i class="counter" component="chat/icon" data-content="0"></i>
</h3> </h3>
<ul class="menu-section-list chat-list"></ul> <ul class="menu-section-list chat-list"></ul>
</section> </section>

Loading…
Cancel
Save