remove duplicate class usage in Dash Component
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
be440684b3
commit
dbc660c48e
@ -538,7 +538,7 @@
|
||||
stroke-linejoin="round" size="18" height="18" width="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
|
||||
</svg><span
|
||||
class="absolute uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 inline-flex items-center justify-center rounded-full bg-blue-500 text-white"
|
||||
class="absolute uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 items-center justify-center rounded-full bg-blue-500 text-white"
|
||||
style="top:14px;right:8px">5</span></button>
|
||||
<div class="dropdown absolute top-0 right-0 mt-16 ">
|
||||
<div class="dropdown-content w-64 bottom-start">
|
||||
@ -659,7 +659,7 @@
|
||||
<div class="relative"><button class="flex h-16 w-8 rounded-full ml-2 relative"><span
|
||||
class="absolute top-0 left-0 pt-4"><img class="h-8 w-8 rounded-full shadow" src="/images/faces/m1.png"
|
||||
alt="avatar"><span
|
||||
class="absolute uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 inline-flex items-center justify-center rounded-full bg-red-500 text-white shadow-outline-white"
|
||||
class="absolute uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 items-center justify-center rounded-full bg-red-500 text-white shadow-outline-white"
|
||||
style="top:10px;right:-4px">2</span></span></button>
|
||||
<div class="dropdown absolute top-0 right-0 mt-16 ">
|
||||
<div class="dropdown-content w-48 bottom-end">
|
||||
@ -672,7 +672,7 @@
|
||||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
|
||||
<polyline points="22,6 12,13 2,6"></polyline>
|
||||
</svg><span class="mx-2">Inbox</span><span
|
||||
class="uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 inline-flex items-center justify-center rounded-full bg-red-500 text-white ml-auto">2</span></a>
|
||||
class="uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 items-center justify-center rounded-full bg-red-500 text-white ml-auto">2</span></a>
|
||||
</li>
|
||||
<li class="dropdown-item"><a class="flex flex-row items-center justify-start h-10 w-full px-2"
|
||||
href="/"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24"
|
||||
@ -682,7 +682,7 @@
|
||||
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
|
||||
</polygon>
|
||||
</svg><span class="mx-2">Messages</span><span
|
||||
class="uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 inline-flex items-center justify-center rounded-full bg-blue-500 text-white ml-auto">3</span></a>
|
||||
class="uppercase font-bold inline-flex text-center p-0 leading-none text-2xs h-4 w-4 items-center justify-center rounded-full bg-blue-500 text-white ml-auto">3</span></a>
|
||||
</li>
|
||||
<li class="dropdown-item"><a class="flex flex-row items-center justify-start h-10 w-full px-2"
|
||||
href="/extras/user-profile"><svg stroke="currentColor" fill="none" stroke-width="2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user