refactor: delete view animation classes, small fixes

This commit is contained in:
woothu
2019-06-14 11:47:50 +02:00
parent 772a0502b8
commit 824a9b425c
31 changed files with 40 additions and 43 deletions
+5 -5
View File
@@ -1,22 +1,22 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="cui-globe"></i>Flags
<i class="cui-globe"></i> Flags
</CCardHeader>
<CCardBody>
<CRow class="c-text-center">
<CCol class="c-mb-5" col="12">
For using the flags inline with text add the classes
<!-- For using the flags inline with text add the classes
<code>.flag-icon</code> and <code>.flag-icon-xx</code>
(where xx is the ISO 3166-1-alpha-2 code of a country) to an empty
span. If you want to have a squared version flag then add the class
flag-icon-squared as well.
flag-icon-squared as well. -->
</CCol>
<template v-for="(flag, key) in displayedFlags">
<CCol
class="c-mb-5"
col="3"
col="3"
sm="2"
:key="key"
>