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
+1 -1
View File
@@ -1,6 +1,6 @@
//IE fix for sticky footer
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.app {
.c-app {
height: 100%;
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CCardGroup columns class="c-card-columns c-cols-2">
<CCard header-html="Line Chart" body-wrapper>
<CChartLineExample/>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<WidgetsDropdown/>
<CCard>
<CCardBody>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col>
<CCard>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol sm="6" md="4">
<CCard header-html="Card title" :body-html="loremIpsum"/>
+1 -1
View File
@@ -1,6 +1,6 @@
<template functional>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol md="12" lg="9" >
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12" md="6">
<CCard>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol sm="6">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol>
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol md="6">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<!-- <CCard>
<CNavbar toggleable="md" light variant="light">
<CNavbarToggle class="hehe" @click="test2 = !test2"/>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i><strong> Bootstrap Navs</strong>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol xs="12" md="6">
<CCard v-if="true">
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol sm="12">
<CCard header-html="CTable power presentation" body-wrapper>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol xs="12" lg="6">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12" >
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12" md="6">
<CCard>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CCard >
<CCardHeader>
<strong>Standard buttons</strong>
+6 -9
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CCard >
<CCardHeader>
<i class="cui-pencil"></i>CoreUI Icons
@@ -16,7 +16,7 @@
</div>
</CCardHeader>
<CCardBody>
<CRow class="c-text-center c-mb-5">
<!-- <CRow class="c-text-center c-mb-5">
<template v-for="(name, key) in $options.iconNames">
<CCol :key="key" col="6" sm="4" md="3" xl="2" >
<CIcon :name="name" width="24" class="c-mt-4"/>
@@ -24,6 +24,7 @@
</CCol>
</template>
</CRow>
-->
<CRow class="c-text-center ">
<CCol col="6" sm="4" md="3" xl="2">
<i class="cui-account-logout c-icons c-font-2xl c-d-block c-mt-4"></i>
@@ -431,15 +432,11 @@
</div>
</template>
<script>
import { iconSet } from '@coreui/icons'
const iconNames = Object.keys(iconSet)
// import { iconSet } from '@coreui/icons'
// const iconNames = Object.keys(iconSet)
export default {
name: 'CoreUIIcons',
iconNames,
// mounted () {
// console.log(this.$options.iconNames)
// }
// iconNames,
}
</script>
+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"
>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12" md="6">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template functional>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12" md="6">
<CCard>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="c-wrapper">
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol col="12">
<CCard>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CCard >
<CCardHeader>
<i class="cui-drop"></i> Theme colors
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<div class="c-card">
<div class="c-card-header">
Headings
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="c-animated c-fadeIn">
<div>
<CRow>
<CCol sm="6" lg="3">
<CWidgetProgress