refactor: delete 'c-' class prefix, update coreui styles to alpha-v13

This commit is contained in:
woothu
2019-09-20 13:59:53 +02:00
parent 6969728859
commit b3e6540052
46 changed files with 1125 additions and 1132 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
<CFooter>
<div>
<a href="https://coreui.io">CoreUI</a>
<span class="c-ml-1">&copy; 2018 creativeLabs.</span>
<span class="ml-1">&copy; 2018 creativeLabs.</span>
</div>
<div class="c-ml-auto">
<span class="c-mr-1">Powered by</span>
<div class="ml-auto">
<span class="mr-1">Powered by</span>
<a href="https://coreui.io">CoreUI for Vue</a>
</div>
</CFooter>