Skip to content

Commit 659473b

Browse files
committed
feat: change styles of dashboard, widgets and charts to version 3
1 parent 33297d3 commit 659473b

File tree

4 files changed

+534
-262
lines changed

4 files changed

+534
-262
lines changed

src/views/Charts.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div class="animated fadeIn">
3-
<CCardGroup columns class="card-columns cols-2">
2+
<div class="c-animated c-fadeIn">
3+
<CCardGroup columns class="c-card-columns c-cols-2">
44
<CCard headerHtml="Line Chart" bodyWrapper>
55
<CChartLineExample/>
66
</CCard>

0 commit comments

Comments
 (0)