component: YunoAlert remove rounded icon

This commit is contained in:
axolotle 2023-01-05 21:36:28 +01:00
parent 68386ffaec
commit 50ffebbf34

View file

@ -4,9 +4,9 @@
:is="alert ? 'b-alert' : 'div'"
:variant="alert ? variant : null"
:class="{ ['alert alert-' + variant]: !alert }"
class="d-flex flex-column flex-md-row align-items-center"
class="yuno-alert d-flex flex-column flex-md-row align-items-center"
>
<icon :iname="_icon" class="mr-md-3 mb-md-0 mb-2" :variant="variant" />
<icon :iname="_icon" class="mr-md-3 mb-md-0 mb-2 md" />
<div class="w-100">
<slot name="default" />