fipamo/resources/views/includes/notifications.blade.php
ro 989a4c7b69
removed all font icons
the notifications and page editor ui elements where the only remaining
space that still contained font icons, so they've been removed and
replaced with svg

some styling tweaks are still needed so that will handlded as the css
edits continue
2024-03-21 20:10:09 -06:00

18 lines
788 B
PHP

<div class="notify-message">
<div class="notify-icons">
<svg id="nav-menu-icon" role="icon" class="notify-good">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-emoji-happy"/>
</svg>
<svg id="nav-menu-icon" role="icon" class="notify-notgood">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-emoji-sad"/>
</svg>
<svg id="nav-menu-icon" role="icon" class="notify-working">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-hour-glass"/>
</svg>
<i class="ti ti-settings notify-working"></i>
</div>
<div class="notify-text">
<span class="response-text">Hey Hey</span>
</div>
</div>