fix: small fixes
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="settings" width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -150,7 +150,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="info"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="laptop" width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -160,7 +160,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="moon" width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -170,7 +170,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="danger"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="bell" width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -182,7 +182,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="settings" class="c-mx-5 " width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -192,7 +192,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="info"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="laptop" class="c-mx-5 " width="24"/>
|
||||
</CWidgetIcon>
|
||||
@@ -202,7 +202,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
>
|
||||
<CIcon name="moon" class="c-mx-5 " width="24"/>
|
||||
<template #footer>
|
||||
@@ -225,7 +225,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
link="#"
|
||||
>
|
||||
<CIcon name="settings" class="c-mx-5 " width="24"/>
|
||||
@@ -236,7 +236,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="info"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
link="#"
|
||||
>
|
||||
<CIcon name="laptop" class="c-mx-5 " width="24"/>
|
||||
@@ -247,7 +247,7 @@
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
no-padding
|
||||
no-icon-padding
|
||||
link="#"
|
||||
>
|
||||
<CIcon name="moon" class="c-mx-5" width="24"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
>
|
||||
<CIcon
|
||||
name="socialFacebook"
|
||||
height="56"
|
||||
height="52"
|
||||
class="c-my-4"
|
||||
/>
|
||||
<CChartLineSimple
|
||||
@@ -34,7 +34,7 @@
|
||||
>
|
||||
<CIcon
|
||||
name="socialTwitter"
|
||||
height="56"
|
||||
height="52"
|
||||
class="c-my-4"
|
||||
/>
|
||||
<CChartLineSimple
|
||||
@@ -57,7 +57,7 @@
|
||||
>
|
||||
<CIcon
|
||||
name="socialLinkedin"
|
||||
height="56"
|
||||
height="52"
|
||||
class="c-my-4"
|
||||
/>
|
||||
<CChartLineSimple
|
||||
@@ -80,7 +80,7 @@
|
||||
>
|
||||
<CIcon
|
||||
name="calendar"
|
||||
height="56"
|
||||
height="52"
|
||||
class="c-my-4"
|
||||
/>
|
||||
<CChartLineSimple
|
||||
@@ -163,7 +163,7 @@
|
||||
import { CChartLineSimple } from '../charts/index.js'
|
||||
|
||||
export default {
|
||||
name: 'WidgetsSocial',
|
||||
name: 'WidgetsBrand',
|
||||
components: {
|
||||
CChartLineSimple
|
||||
},
|
||||
|
||||
@@ -7,8 +7,10 @@
|
||||
class="c-float-right"
|
||||
variant="transparent c-p-0"
|
||||
placement="bottom-end"
|
||||
buttonHtml="<i class='cui-settings'></i>"
|
||||
>
|
||||
<template #toggler-content>
|
||||
<i class="cui-settings"></i>
|
||||
</template>
|
||||
<CDropdownItem>Action</CDropdownItem>
|
||||
<CDropdownItem>Another action</CDropdownItem>
|
||||
<CDropdownItem>Something else here...</CDropdownItem>
|
||||
@@ -38,6 +40,9 @@
|
||||
no-caret
|
||||
buttonHtml="<i class='cui-location-pin'></i>"
|
||||
>
|
||||
<template #toggler-content>
|
||||
<i class="cui-location-pin"></i>
|
||||
</template>
|
||||
<CDropdownItem>Action</CDropdownItem>
|
||||
<CDropdownItem>Another action</CDropdownItem>
|
||||
<CDropdownItem>Something else here...</CDropdownItem>
|
||||
@@ -69,8 +74,10 @@
|
||||
class="c-float-right"
|
||||
variant="transparent c-p-0"
|
||||
placement="bottom-end"
|
||||
buttonHtml="<i class='cui-settings'></i>"
|
||||
>
|
||||
<template #toggler-content>
|
||||
<i class="cui-settings"></i>
|
||||
</template>
|
||||
<CDropdownItem>Action</CDropdownItem>
|
||||
<CDropdownItem>Another action</CDropdownItem>
|
||||
<CDropdownItem>Something else here...</CDropdownItem>
|
||||
@@ -101,8 +108,10 @@
|
||||
class="c-float-right"
|
||||
variant="transparent c-p-0"
|
||||
placement="bottom-end"
|
||||
buttonHtml="<i class='cui-settings'></i>"
|
||||
>
|
||||
<template #toggler-content>
|
||||
<i class="cui-settings"></i>
|
||||
</template>
|
||||
<CDropdownItem>Action</CDropdownItem>
|
||||
<CDropdownItem>Another action</CDropdownItem>
|
||||
<CDropdownItem>Something else here...</CDropdownItem>
|
||||
|
||||
Reference in New Issue
Block a user