@ -28,8 +28,12 @@
class = "w-full max-w-sm mx-auto mb-3 overflow-hidden bg-slate-900/90 text-white rounded-lg shadow-md"
class = "w-full max-w-sm mx-auto mb-3 overflow-hidden bg-slate-900/90 text-white rounded-lg shadow-md"
>
>
< div class = "w-full px-4 py-3 overflow-hidden" >
< div class = "w-full px-4 py-3 overflow-hidden" >
< h4 class = "font-semibold text-ellipsis overflow-hidden" > { { notification . title } } < / h4 >
< h4 class = "font-semibold text-ellipsis overflow-hidden" >
< p class = "text-sm text-ellipsis overflow-hidden" > { { notification . text } } < / p >
{ { notification . title } }
< / h4 >
< p class = "text-sm text-ellipsis overflow-hidden" >
{ { notification . text } }
< / p >
< / div >
< / div >
< / div >
< / div >
@ -46,9 +50,15 @@
> < / f o n t - a w e s o m e >
> < / f o n t - a w e s o m e >
< / div >
< / div >
< div class = "relative w-full pl-4 pr-8 py-2 text-slate-900 overflow-hidden" >
< div
< h4 class = "font-semibold text-ellipsis overflow-hidden" > { { notification . title } } < / h4 >
class = "relative w-full pl-4 pr-8 py-2 text-slate-900 overflow-hidden"
< p class = "text-sm text-ellipsis overflow-hidden" > { { notification . text } } < / p >
>
< h4 class = "font-semibold text-ellipsis overflow-hidden" >
{ { notification . title } }
< / h4 >
< p class = "text-sm text-ellipsis overflow-hidden" >
{ { notification . text } }
< / p >
< button
< button
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-slate-200 text-slate-600"
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-slate-200 text-slate-600"
@ -72,9 +82,15 @@
> < / f o n t - a w e s o m e >
> < / f o n t - a w e s o m e >
< / div >
< / div >
< div class = "relative w-full pl-4 pr-8 py-2 text-emerald-900 overflow-hidden" >
< div
< h4 class = "font-semibold text-ellipsis overflow-hidden" > { { notification . title } } < / h4 >
class = "relative w-full pl-4 pr-8 py-2 text-emerald-900 overflow-hidden"
< p class = "text-sm text-ellipsis overflow-hidden" > { { notification . text } } < / p >
>
< h4 class = "font-semibold text-ellipsis overflow-hidden" >
{ { notification . title } }
< / h4 >
< p class = "text-sm text-ellipsis overflow-hidden" >
{ { notification . text } }
< / p >
< button
< button
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-emerald-200 text-emerald-600"
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-emerald-200 text-emerald-600"
@ -98,9 +114,15 @@
> < / f o n t - a w e s o m e >
> < / f o n t - a w e s o m e >
< / div >
< / div >
< div class = "relative w-full pl-4 pr-8 py-2 text-amber-900 overflow-hidden" >
< div
< h4 class = "font-semibold text-ellipsis overflow-hidden" > { { notification . title } } < / h4 >
class = "relative w-full pl-4 pr-8 py-2 text-amber-900 overflow-hidden"
< p class = "text-sm text-ellipsis overflow-hidden" > { { notification . text } } < / p >
>
< h4 class = "font-semibold text-ellipsis overflow-hidden" >
{ { notification . title } }
< / h4 >
< p class = "text-sm text-ellipsis overflow-hidden" >
{ { notification . text } }
< / p >
< button
< button
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-amber-200 text-amber-600"
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-amber-200 text-amber-600"
@ -124,9 +146,15 @@
> < / f o n t - a w e s o m e >
> < / f o n t - a w e s o m e >
< / div >
< / div >
< div class = "relative w-full pl-4 pr-8 py-2 text-rose-900 overflow-hidden" >
< div
< h4 class = "font-semibold text-ellipsis overflow-hidden" > { { notification . title } } < / h4 >
class = "relative w-full pl-4 pr-8 py-2 text-rose-900 overflow-hidden"
< p class = "text-sm text-ellipsis overflow-hidden" > { { notification . text } } < / p >
>
< h4 class = "font-semibold text-ellipsis overflow-hidden" >
{ { notification . title } }
< / h4 >
< p class = "text-sm text-ellipsis overflow-hidden" >
{ { notification . text } }
< / p >
< button
< button
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-rose-200 text-rose-600"
class = "absolute top-2 right-2 px-0.5 py-0 rounded-full bg-rose-200 text-rose-600"