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