feat: change styles of notification and button sections to version 3

This commit is contained in:
woothu
2019-05-16 21:14:48 +02:00
parent ba0664a61c
commit e005cd1556
7 changed files with 661 additions and 563 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
<template functional>
<div class="wrapper">
<div class="animated fadeIn">
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<CRow>
<CCol col="12" md="6">
<CCard>
@@ -22,7 +22,8 @@
</CCardBody>
<CCardFooter>
<CButton variant="primary">
Notifications <CBadge variant="light" :style="{position: 'static'}">4</CBadge>
Notifications
<CBadge variant="light" :style="{position: 'static'}">4</CBadge>
</CButton>
</CCardFooter>
</CCard>