mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
component: YunoAlert remove rounded icon
This commit is contained in:
parent
68386ffaec
commit
50ffebbf34
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
:is="alert ? 'b-alert' : 'div'"
|
:is="alert ? 'b-alert' : 'div'"
|
||||||
:variant="alert ? variant : null"
|
:variant="alert ? variant : null"
|
||||||
:class="{ ['alert alert-' + variant]: !alert }"
|
: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">
|
<div class="w-100">
|
||||||
<slot name="default" />
|
<slot name="default" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue