diff --git a/README.md b/README.md
deleted file mode 100644
index cf94aeef..00000000
--- a/README.md
+++ /dev/null
@@ -1,48 +0,0 @@
-![Nuxt CoreUI Project](nuxtcoreui.jpg)
-
-# NuxtJS + CoreUI
-
-Unofficial Nuxt + CoreUI project, free to use boilerplate for every need. For more information about Vue CoreUI you can see at [Official Vue CoreUI](https://github.com/mrholek/CoreUI-Vue).
-
-## Usage
-
-If you want to use this boilerplate, make sure you already installed [NodeJS](https://nodejs.org/en/) and [Vue CLI](https://www.npmjs.com/package/vue-cli) on your local machine. And then, you can use below command to download this boilerplate.
-
-``` bash
-$ vue init muhibbudins/nuxt-coreui my-project
-$ cd my-project
-
-# install dependencies
-$ npm install # Or yarn install
-```
-
-> Make sure to use a version of vue-cli >= 2.1 (`vue -V`).
-
-### Development
-
-``` bash
-# serve with hot reloading at localhost:3000
-$ npm run dev # Or yarn dev
-```
-
-Go to [http://localhost:3000](http://localhost:3000)
-
-### Production
-
-``` bash
-# build for production and launch the server
-$ npm run build
-$ npm start
-```
-
-## Todo
-
-- [x] Fix link and views
-- [x] Upgrade to latest Nuxt boilerplate
-- [x] Using Express as server
-- [x] Move installation to Vue CLI
-- [x] Extend SCSS to Style Resources
-
-## License
-
-This project under [NuxtJS License](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE) and [CoreUI License](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/LICENSE)
diff --git a/meta.js b/meta.js
deleted file mode 100644
index 4b755337..00000000
--- a/meta.js
+++ /dev/null
@@ -1,26 +0,0 @@
-module.exports = {
- skipInterpolation: '**/**/*.vue',
- helpers: {
- escape: function(value) {
- return value.replace(/'/g, ''');
- }
- },
- prompts: {
- name: {
- 'type': 'string',
- 'required': true,
- 'message': 'Project name :'
- },
- description: {
- 'type': 'string',
- 'required': false,
- 'message': 'Project description :',
- 'default': 'My Nuxt.js + Core UI project'
- },
- author: {
- 'type': 'string',
- 'message': 'Author :'
- }
- },
- completeMessage: '{{#inPlace}}To get started:\n\n npm install # Or yarn\n npm run dev{{else}}To get started:\n\n cd {{destDirName}}\n npm install # Or yarn\n npm run dev{{/inPlace}}'
-};
\ No newline at end of file
diff --git a/nuxtcoreui.jpg b/nuxtcoreui.jpg
deleted file mode 100644
index b71d72e1..00000000
Binary files a/nuxtcoreui.jpg and /dev/null differ
diff --git a/template/.editorconfig b/template/.editorconfig
deleted file mode 100644
index 5d126348..00000000
--- a/template/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-# editorconfig.org
-root = true
-
-[*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false
diff --git a/template/.eslintrc.js b/template/.eslintrc.js
deleted file mode 100644
index f807de97..00000000
--- a/template/.eslintrc.js
+++ /dev/null
@@ -1,21 +0,0 @@
-module.exports = {
- root: true,
- env: {
- browser: true,
- node: true
- },
- parserOptions: {
- parser: 'babel-eslint'
- },
- extends: [
- // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
- // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
- 'plugin:vue/essential'
- ],
- // required to lint *.vue files
- plugins: [
- 'vue'
- ],
- // add your custom rules here
- rules: {}
-}
diff --git a/template/.gitignore b/template/.gitignore
deleted file mode 100644
index 8f6faa7b..00000000
--- a/template/.gitignore
+++ /dev/null
@@ -1,85 +0,0 @@
-# Created by .ignore support plugin (hsz.mobi)
-### Node template
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-*.pid.lock
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# nyc test coverage
-.nyc_output
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# Bower dependency directory (https://bower.io/)
-bower_components
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (https://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directories
-node_modules/
-jspm_packages/
-
-# TypeScript v1 declaration files
-typings/
-
-# Optional npm cache directory
-.npm
-
-# Optional eslint cache
-.eslintcache
-
-# Optional REPL history
-.node_repl_history
-
-# Output of 'npm pack'
-*.tgz
-
-# Yarn Integrity file
-.yarn-integrity
-
-# dotenv environment variables file
-.env
-
-# parcel-bundler cache (https://parceljs.org/)
-.cache
-
-# next.js build output
-.next
-
-# nuxt.js build output
-.nuxt
-
-# Nuxt generate
-dist
-
-# vuepress build output
-.vuepress/dist
-
-# Serverless directories
-.serverless
-
-# IDE
-.idea
-
-# DS_Store
-DS_Store
-**/DS_Store
\ No newline at end of file
diff --git a/template/README.md b/template/README.md
deleted file mode 100644
index a35e601b..00000000
--- a/template/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-![Nuxt CoreUI Project](nuxtcoreui.jpg)
-
-# NuxtJS + CoreUI
-
-Unofficial Nuxt + CoreUI project, free to use boilerplate for every need. For more information about Vue CoreUI you can see at [Official Vue CoreUI](https://github.com/mrholek/CoreUI-Vue).
-
-## Usage
-
-If you want to use this boilerplate, make sure you already installed [NodeJS](https://nodejs.org/en/) and [Vue CLI](https://www.npmjs.com/package/vue-cli) on your local machine. And then, you can use below command to download this boilerplate.
-
-``` bash
-$ vue init muhibbudins/nuxt-coreui my-project
-$ cd my-project
-
-# install dependencies
-$ npm install # Or yarn install
-```
-
-> Make sure to use a version of vue-cli >= 2.1 (`vue -V`).
-
-### Development
-
-``` bash
-# serve with hot reloading at localhost:3000
-$ npm run dev # Or yarn dev
-```
-
-Go to [http://localhost:3000](http://localhost:3000)
-
-### Production
-
-``` bash
-# build for production and launch the server
-$ npm run build
-$ npm start
-```
-
-## Todo
-
-- [x] Fix link and views
-- [x] Updgrade to latest NuxtJS boilerplate
-- [x] Using Express as server
-- [x] Move installation to Vue CLI
-- [x] Extend SCSS to Style Resources
-- [x] Improve performance and code style
-
-## License
-
-This project under [NuxtJS License](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE) and [CoreUI License](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/LICENSE)
\ No newline at end of file
diff --git a/template/assets/README.md b/template/assets/README.md
deleted file mode 100644
index 34766f93..00000000
--- a/template/assets/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# ASSETS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).
diff --git a/template/assets/scss/_bootstrap-variables.scss b/template/assets/scss/_bootstrap-variables.scss
deleted file mode 100644
index 8d9e717c..00000000
--- a/template/assets/scss/_bootstrap-variables.scss
+++ /dev/null
@@ -1,130 +0,0 @@
-// Bootstrap overrides
-
-//
-// Color system
-//
-
-$white: #fff;
-$gray-100: #f0f3f5;
-$gray-200: #c2cfd6;
-$gray-300: #a4b7c1;
-$gray-400: #869fac;
-$gray-500: #678898;
-$gray-600: #536c79;
-$gray-700: #3e515b;
-$gray-800: #29363d;
-$gray-900: #151b1e;
-$black: #000 !default;
-
-$blue: #20a8d8;
-$indigo: #6610f2 !default;
-$purple: #6f42c1 !default;
-$pink: #e83e8c !default;
-$red: #f86c6b;
-$orange: #f8cb00;
-$yellow: #ffc107 !default;
-$green: #4dbd74;
-$teal: #20c997 !default;
-$cyan: #63c2de;
-
-$colors: (
- blue: $blue,
- indigo: $indigo,
- purple: $purple,
- pink: $pink,
- red: $red,
- orange: $orange,
- yellow: $yellow,
- green: $green,
- teal: $teal,
- cyan: $cyan,
- white: $white,
- gray: $gray-600,
- gray-dark: $gray-800
-);
-
-$theme-colors: (
- primary: $blue,
- secondary: $gray-300,
- success: $green,
- info: $cyan,
- warning: $yellow,
- danger: $red,
- light: $gray-100,
- dark: $gray-800,
-
- blue: $blue,
- indigo: $indigo,
- purple: $purple,
- pink: $pink,
- red: $red,
- orange: $orange,
- yellow: $yellow,
- green: $green,
- teal: $teal,
- cyan: $cyan,
-
- gray-100: $gray-100,
- gray-200: $gray-200,
- gray-300: $gray-300,
- gray-400: $gray-400,
- gray-500: $gray-500,
- gray-600: $gray-600,
- gray-700: $gray-700,
- gray-800: $gray-800,
- gray-900: $gray-900
-);
-
-// Options
-//
-// Quickly modify global styling by enabling or disabling optional features.
-
-$enable-transitions: true;
-$enable-rounded: false;
-
-// Body
-//
-// Settings for the `
` element.
-
-$body-bg: #e4e5e6;
-
-// Typography
-//
-// Font, line-height, and color for body text, headings, and more.
-
-$font-size-base: 0.875rem;
-
-// Breadcrumbs
-
-$breadcrumb-bg: #fff;
-$breadcrumb-margin-bottom: 1.5rem;
-
-// Cards
-
-$card-border-color: $gray-200;
-$card-cap-bg: $gray-100;
-
-// Dropdowns
-
-$dropdown-padding-y: 0;
-$dropdown-border-color: $gray-200;
-$dropdown-divider-bg: $gray-100;
-
-// Buttons
-
-$btn-secondary-border: $gray-300;
-
-// Progress bars
-
-$progress-bg: $gray-100;
-
-// Tables
-
-$table-bg-accent: $gray-100;
-$table-bg-hover: $gray-100;
-
-// Forms
-
-$input-group-addon-bg: $gray-100;
-$input-border-color: $gray-200;
-$input-group-addon-border-color: $gray-200;
diff --git a/template/assets/scss/_core-variables.scss b/template/assets/scss/_core-variables.scss
deleted file mode 100644
index 906e13ac..00000000
--- a/template/assets/scss/_core-variables.scss
+++ /dev/null
@@ -1 +0,0 @@
-// core overrides
diff --git a/template/assets/scss/_custom.scss b/template/assets/scss/_custom.scss
deleted file mode 100644
index 15d367af..00000000
--- a/template/assets/scss/_custom.scss
+++ /dev/null
@@ -1 +0,0 @@
-// Here you can add other styles
diff --git a/template/assets/scss/core/_animate.scss b/template/assets/scss/core/_animate.scss
deleted file mode 100644
index c0a244ba..00000000
--- a/template/assets/scss/core/_animate.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-// scss-lint:disable all
-.animated {
- animation-duration: 1s;
- // animation-fill-mode: both;
-}
-
-.animated.infinite {
- animation-iteration-count: infinite;
-}
-
-.animated.hinge {
- animation-duration: 2s;
-}
-
-@keyframes fadeIn {
- from {
- opacity: 0;
- }
-
- to {
- opacity: 1;
- }
-}
-
-.fadeIn {
- animation-name: fadeIn;
-}
diff --git a/template/assets/scss/core/_aside.scss b/template/assets/scss/core/_aside.scss
deleted file mode 100644
index fc71e42c..00000000
--- a/template/assets/scss/core/_aside.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-.aside-menu {
- z-index: $zindex-sticky - 1;
- width: $aside-menu-width;
- color: $aside-menu-color;
- background: $aside-menu-bg;
- @include borders($aside-menu-borders);
-
- .nav-tabs {
- border-color: $border-color;
- .nav-link {
- padding: $aside-menu-nav-padding-y $aside-menu-nav-padding-x;
- color: $body-color;
- border-top: 0;
- &.active {
- color: theme-color("primary");
- border-right-color: $border-color;
- border-left-color: $border-color;
- }
- }
- .nav-item:first-child {
- .nav-link {
- border-left: 0;
- }
- }
- }
-
- .tab-content {
- position: relative;
- overflow-x: hidden;
- overflow-y: auto;
- border: 0;
- border-top: 1px solid $border-color;
- -ms-overflow-style: -ms-autohiding-scrollbar;
-
- &::-webkit-scrollbar {
- width: 10px;
- margin-left: -10px;
- -webkit-appearance: none;
- }
-
- // &::-webkit-scrollbar-button { }
-
- &::-webkit-scrollbar-track {
- background-color: lighten($aside-menu-bg, 5%);
- border-right: 1px solid darken($aside-menu-bg, 5%);
- border-left: 1px solid darken($aside-menu-bg, 5%);
- }
-
- // &::-webkit-scrollbar-track-piece { }
-
- &::-webkit-scrollbar-thumb {
- height: 50px;
- background-color: darken($aside-menu-bg, 10%);
- background-clip: content-box;
- border-color: transparent;
- border-style: solid;
- border-width: 1px 2px;
- }
-
- .tab-pane {
- padding: 0;
- }
- }
-}
diff --git a/template/assets/scss/core/_avatars.scss b/template/assets/scss/core/_avatars.scss
deleted file mode 100644
index 623016ef..00000000
--- a/template/assets/scss/core/_avatars.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-.img-avatar {
- border-radius: 50em;
-}
-
-.avatar {
- $width: 36px;
- $status-width: 10px;
- @include avatar($width,$status-width);
-}
-
-.avatar.avatar-xs {
- $width: 20px;
- $status-width: 8px;
- @include avatar($width,$status-width);
-}
-
-.avatar.avatar-sm {
- $width: 24px;
- $status-width: 8px;
- @include avatar($width,$status-width);
-}
-
-.avatar.avatar-lg {
- $width: 72px;
- $status-width: 12px;
- @include avatar($width,$status-width);
-}
-
-.avatars-stack {
- .avatar.avatar-xs {
- margin-right: -10px;
- }
-
- // .avatar.avatar-sm {
- //
- // }
-
- .avatar {
- margin-right: -15px;
- transition: margin-left $layout-transition-speed, margin-right $layout-transition-speed;
-
- &:hover {
- margin-right: 0 !important;
- }
- }
-
- // .avatar.avatar-lg {
- //
- // }
-
-}
diff --git a/template/assets/scss/core/_badge.scss b/template/assets/scss/core/_badge.scss
deleted file mode 100644
index 31048856..00000000
--- a/template/assets/scss/core/_badge.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.badge-pill {
- border-radius: $badge-pill-border-radius;
-}
diff --git a/template/assets/scss/core/_breadcrumb-menu.scss b/template/assets/scss/core/_breadcrumb-menu.scss
deleted file mode 100644
index dbbe07e0..00000000
--- a/template/assets/scss/core/_breadcrumb-menu.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-.breadcrumb-menu {
- margin-left: auto;
-
- &::before {
- display: none;
- }
-
- .btn-group {
- vertical-align: top;
- }
-
- .btn {
- padding: 0 $input-btn-padding-x;
- color: $text-muted;
- vertical-align: top;
- border: 0;
-
- &:hover, &.active {
- color: $body-color;
- background: transparent;
- }
- }
-
- .open {
- .btn {
- color: $body-color;
- background: transparent;
- }
- }
-
- .dropdown-menu {
- min-width: 180px;
- line-height: $line-height-base;
- }
-}
diff --git a/template/assets/scss/core/_breadcrumb.scss b/template/assets/scss/core/_breadcrumb.scss
deleted file mode 100644
index d8a003dc..00000000
--- a/template/assets/scss/core/_breadcrumb.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-.breadcrumb {
- position: relative;
- @include borders($breadcrumb-borders);
-}
diff --git a/template/assets/scss/core/_buttons.scss b/template/assets/scss/core/_buttons.scss
deleted file mode 100644
index 9d665442..00000000
--- a/template/assets/scss/core/_buttons.scss
+++ /dev/null
@@ -1,566 +0,0 @@
-button {
- cursor: pointer;
-}
-
-.btn-transparent {
- color: #fff;
- background-color: transparent;
- border-color: transparent;
-}
-
-.btn {
- [class^="icon-"], [class*=" icon-"] {
- display: inline-block;
- margin-top: -2px;
- vertical-align: middle;
- }
-}
-
-.btn-facebook,
-.btn-twitter,
-.btn-linkedin,
-.btn-flickr,
-.btn-tumblr,
-.btn-xing,
-.btn-github,
-.btn-html5,
-.btn-openid,
-.btn-stack-overflow,
-.btn-youtube,
-.btn-css3,
-.btn-dribbble,
-.btn-google-plus,
-.btn-instagram,
-.btn-pinterest,
-.btn-vk,
-.btn-yahoo,
-.btn-behance,
-.btn-dropbox,
-.btn-reddit,
-.btn-spotify,
-.btn-vine,
-.btn-foursquare,
-.btn-vimeo {
- position: relative;
- overflow: hidden;
- color: #fff !important;
- text-align: center;
-
- &::before {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- font-family: "FontAwesome";
- font-style: normal;
- font-weight: normal;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- }
-
- &:hover {
- color: #fff;
- }
-
- &.icon {
-
- span {
- display: none;
- }
- }
-
- &.text {
- &::before {
- display: none;
- }
-
- span {
- margin-left: 0 !important;
- }
- }
- @include button-social-size($input-btn-padding-y, $input-btn-padding-x, $font-size-base, $line-height-base, $btn-border-radius);
-
- &.btn-lg {
- @include button-social-size($input-btn-padding-y-lg, $input-btn-padding-x-lg, $font-size-lg, $line-height-lg, $btn-border-radius-lg);
- }
-
- &.btn-sm {
- @include button-social-size($input-btn-padding-y-sm, $input-btn-padding-x-sm, $font-size-sm, $line-height-sm, $btn-border-radius-sm);
- }
-
-}
-
-.btn-facebook {
- $color: $facebook;
-
- background: $color;
- &::before {
- content: "\f09a";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-twitter {
- $color: $twitter;
-
- background: $color;
- &::before {
- content: "\f099";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-linkedin {
- $color: $linkedin;
-
- background: $color;
- &::before {
- content: "\f0e1";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-flickr {
- $color: $flickr;
-
- background: $color;
- &::before {
- content: "\f16e";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-tumblr {
- $color: $tumblr;
-
- background: $color;
- &::before {
- content: "\f173";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-xing {
- $color: $xing;
-
- background: $color;
- &::before {
- content: "\f168";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-github {
- $color: $github;
-
- background: $color;
- &::before {
- content: "\f09b";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-html5 {
- $color: $html5;
-
- background: $color;
- &::before {
- content: "\f13b";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-openid {
- $color: $openid;
-
- background: $color;
- &::before {
- content: "\f19b";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-stack-overflow {
- $color: $stack-overflow;
-
- background: $color;
- &::before {
- content: "\f16c";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-css3 {
- $color: $css3;
-
- background: $color;
- &::before {
- content: "\f13c";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-youtube {
- $color: $youtube;
-
- background: $color;
- &::before {
- content: "\f167";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-dribbble {
- $color: $dribbble;
-
- background: $color;
- &::before {
- content: "\f17d";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-google-plus {
- $color: $google-plus;
-
- background: $color;
- &::before {
- content: "\f0d5";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-instagram {
- $color: $instagram;
-
- background: $color;
- &::before {
- content: "\f16d";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-pinterest {
- $color: $pinterest;
-
- background: $color;
- &::before {
- content: "\f0d2";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-vk {
- $color: $vk;
-
- background: $color;
- &::before {
- content: "\f189";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-yahoo {
- $color: $yahoo;
-
- background: $color;
- &::before {
- content: "\f19e";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-behance {
- $color: $behance;
-
- background: $color;
- &::before {
- content: "\f1b4";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-dropbox {
- $color: $dropbox;
-
- background: $color;
- &::before {
- content: "\f16b";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-reddit {
- $color: $reddit;
-
- background: $color;
- &::before {
- content: "\f1a1";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-spotify {
- $color: $spotify;
-
- background: $color;
- &::before {
- content: "\f1bc";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-vine {
- $color: $vine;
-
- background: $color;
- &::before {
- content: "\f1ca";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-foursquare {
- $color: $foursquare;
-
- background: $color;
- &::before {
- content: "\f180";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
-
-.btn-vimeo {
- $color: $vimeo;
-
- background: $color;
- &::before {
- content: "\f194";
- background: darken($color, 5%);
-
- }
-
- &:hover {
- background: darken($color, 5%);
-
- &::before {
- background: darken($color, 10%);
- }
- }
-}
diff --git a/template/assets/scss/core/_callout.scss b/template/assets/scss/core/_callout.scss
deleted file mode 100644
index b98ebac5..00000000
--- a/template/assets/scss/core/_callout.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-.callout {
- position: relative;
- padding: 0 $spacer;
- margin: $spacer 0;
- border: 0 solid $border-color;
- border-left-width: .25rem;
-
- @if $enable-rounded {
- border-radius: .25rem;
- }
-
- .chart-wrapper {
- position: absolute;
- top: 10px;
- left: 50%;
- float: right;
- width: 50%;
- }
-}
-
-.callout-bordered {
- border: 1px solid $border-color;
- border-left-width: .25rem;
-}
-.callout code {
- border-radius: .25rem;
-}
-.callout h4 {
- margin-top: 0;
- margin-bottom: .25rem;
-}
-.callout p:last-child {
- margin-bottom: 0;
-}
-.callout + .callout {
- margin-top: - .25rem;
-}
-
-.callout-default {
- border-left-color: $text-muted;
-
- h4 {
- color: $text-muted;
- }
-}
-
-@each $color, $value in $theme-colors {
- .callout-#{$color} {
- border-left-color: $value;
-
- h4 {
- color: $value;
- }
- }
-}
diff --git a/template/assets/scss/core/_card.scss b/template/assets/scss/core/_card.scss
deleted file mode 100644
index 733b9632..00000000
--- a/template/assets/scss/core/_card.scss
+++ /dev/null
@@ -1,193 +0,0 @@
-.card {
- margin-bottom: 1.5 * $spacer;
-
- // Cards with color accent
- @each $color, $value in $theme-colors {
- &.bg-#{$color} {
- border-color: darken($value, 12.5%);
- .card-header {
- background-color: darken($value, 3%);
- border-color: darken($value, 12.5%);
- }
- }
- }
-}
-
-.text-white .text-muted {
- color: rgba(255,255,255,.6) !important;
-}
-
-.card-header {
-
- .icon-bg {
- display: inline-block;
- padding: $card-spacer-y $card-spacer-x !important;
- margin-top: -$card-spacer-y;
- margin-right: $card-spacer-x;
- margin-bottom: -$card-spacer-y;
- margin-left: -$card-spacer-x;
- line-height: inherit;
- color: $card-icon-color;
- vertical-align: bottom;
- background: $card-icon-bg;
- border-right: $card-border-width solid $card-border-color;
- }
-
- .nav.nav-tabs {
- margin-top: -$card-spacer-y;
- margin-bottom: -$card-spacer-y;
- border-bottom: 0;
-
- .nav-item {
- border-top: 0;
- }
-
- .nav-link {
- padding: $card-spacer-y $card-spacer-x / 2;
- color: $text-muted;
- border-top: 0;
-
- &.active {
- color: $body-color;
- background: #fff;
- }
- }
- }
-
- &.card-header-inverse {
- color: #fff;
- }
-
- .btn {
- margin-top: - $input-btn-padding-y;
- }
- .btn-sm {
- margin-top: - $input-btn-padding-y-sm;
- }
- .btn-lg {
- margin-top: - $input-btn-padding-y-lg;
- }
-}
-//
-.card-footer {
-
- ul {
- display: table;
- width: 100%;
- padding: 0;
- margin: 0;
- table-layout: fixed;
-
- li {
- display: table-cell;
- padding: 0 $card-spacer-x;
- text-align: center;
- }
- }
-}
-
-[class*="card-outline-"] {
- .card-body {
- background: #fff !important;
- }
-
- &.card-outline-top {
- border-top-width: 2px;
- border-right-color: $border-color;
- border-bottom-color: $border-color;
- border-left-color: $border-color;
- }
-}
-
-// Cards with color accent
-@each $color, $value in $theme-colors {
- .card-accent-#{$color} {
- @include card-accent-variant($value);
- }
-}
-
-// Card Actions
-.card-header {
- > i {
- margin-right: $spacer / 2;
- }
- .card-actions {
- position: absolute;
- top: 0;
- right: 0;
- //height: inherit;
-
- a, button {
- display: block;
- float: left;
- width: 50px;
- padding: $card-spacer-y 0;
- margin: 0 !important;
- color: $body-color;
- text-align: center;
- background: transparent;
- border: 0;
- border-left: 1px solid $border-color;
- box-shadow: 0;
-
- &:hover {
- text-decoration: none;
- }
-
- [class^="icon-"], [class*=" icon-"] {
- display: inline-block;
- vertical-align: middle;
- }
-
- i {
- display: inline-block;
- transition: .4s;
- }
-
- .r180 {
- transform: rotate(180deg);
- }
- }
-
- .input-group {
- width: 230px;
- margin: 6px;
-
- .input-group-prepend, .input-group-append {
- background: #fff;
- }
-
- input {
- border-left: 0;
- }
- }
- }
-}
-
-.card-full {
- margin-top: - $spacer;
- margin-right: - $grid-gutter-width / 2;
- margin-left: - $grid-gutter-width / 2;
- border: 0;
- border-bottom: $card-border-width solid $border-color;
-}
-
-@include media-breakpoint-up(sm) {
- .card-columns {
-
- &.cols-2 {
- column-count: 2;
- }
- }
-}
-
-.card {
- &.drag, .drag {
- cursor: move;
- }
-}
-
-.card-placeholder {
- background: rgba(0,0,0,.025);
- border: 1px dashed $gray-300;
-}
diff --git a/template/assets/scss/core/_charts.scss b/template/assets/scss/core/_charts.scss
deleted file mode 100644
index 0e7a3c2a..00000000
--- a/template/assets/scss/core/_charts.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-.chart-wrapper {
- canvas {
- width: 100% !important;
- }
-}
-// scss-lint:disable QualifyingElement
-base-chart.chart {
- display: block !important;
-}
diff --git a/template/assets/scss/core/_dropdown-menu-right.scss b/template/assets/scss/core/_dropdown-menu-right.scss
deleted file mode 100644
index 4f195468..00000000
--- a/template/assets/scss/core/_dropdown-menu-right.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-// Temp fix for reactstrap
-.app-header {
- .navbar-nav {
- .dropdown-menu-right {
- right: auto;
- }
- }
-}
diff --git a/template/assets/scss/core/_dropdown.scss b/template/assets/scss/core/_dropdown.scss
deleted file mode 100644
index 1fa93c17..00000000
--- a/template/assets/scss/core/_dropdown.scss
+++ /dev/null
@@ -1,70 +0,0 @@
-// Links, buttons, and more within the dropdown menu
-.dropdown-item {
- position: relative;
- padding: 10px 20px;
- border-bottom: 1px solid $dropdown-border-color;
-
- &:last-child {
- border-bottom: 0;
- }
-
- i {
- display: inline-block;
- width: 20px;
- margin-right: 10px;
- margin-left: -10px;
- color: $dropdown-border-color;
- text-align: center;
- }
-
- .badge {
- position: absolute;
- right: 10px;
- margin-top: 2px;
- }
-}
-
-// Dropdown section headers
-.dropdown-header {
- padding: 8px 20px;
- background: $dropdown-divider-bg;
- border-bottom: 1px solid $dropdown-border-color;
-
- .btn {
- margin-top: -7px;
- color: $dropdown-header-color;
-
- &:hover {
- color: $body-color;
- }
-
- &.pull-right {
- margin-right: -20px;
- }
- }
-}
-
-.dropdown-menu-lg {
- width: 250px;
-}
-.app-header {
- .navbar-nav {
- .dropdown-menu {
- position: absolute;
- z-index: $zindex-sticky;
- }
- // Menu positioning
- //
- // Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
- // menu with the parent.
- .dropdown-menu-right {
- right: 0;
- left: auto; // Reset the default from `.dropdown-menu`
- }
-
- .dropdown-menu-left {
- right: auto;
- left: 0;
- }
- }
-}
diff --git a/template/assets/scss/core/_footer.scss b/template/assets/scss/core/_footer.scss
deleted file mode 100644
index e01595a1..00000000
--- a/template/assets/scss/core/_footer.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-.app-footer {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- padding: 0 $spacer;
- color: $footer-color;
- background: $footer-bg;
- @include borders($footer-borders);
-}
diff --git a/template/assets/scss/core/_grid.scss b/template/assets/scss/core/_grid.scss
deleted file mode 100644
index 0d0963c1..00000000
--- a/template/assets/scss/core/_grid.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.row.row-equal {
- padding-right: ($grid-gutter-width / 4);
- padding-left: ($grid-gutter-width / 4);
- margin-right: ($grid-gutter-width / -2);
- margin-left: ($grid-gutter-width / -2);
-
- [class*="col-"] {
- padding-right: ($grid-gutter-width / 4);
- padding-left: ($grid-gutter-width / 4);
- }
-}
-
-.main .container-fluid {
- padding: 0 30px;
-}
diff --git a/template/assets/scss/core/_input-group.scss b/template/assets/scss/core/_input-group.scss
deleted file mode 100644
index c8ce1158..00000000
--- a/template/assets/scss/core/_input-group.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.input-group-prepend,
-.input-group-append {
- white-space: nowrap;
- vertical-align: middle; // Match the inputs
-}
diff --git a/template/assets/scss/core/_layout.scss b/template/assets/scss/core/_layout.scss
deleted file mode 100644
index 1800abbd..00000000
--- a/template/assets/scss/core/_layout.scss
+++ /dev/null
@@ -1,387 +0,0 @@
-// IE10&11 Flexbox fix
-@media all and (-ms-high-contrast:none) {
- html {
- display: flex;
- flex-direction: column;
- }
-}
-
-// app-dashboard and app-root are Angular2+ selectors. You can add here your own selectors if you need.
-.app,
-app-dashboard,
-app-root {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
-}
-
-.app-header {
- flex: 0 0 $navbar-height;
-}
-
-.app-footer {
- flex: 0 0 $footer-height;
-}
-
-.app-body {
- display: flex;
- flex-direction: row;
- flex-grow: 1;
- overflow-x: hidden;
-
- .main {
- flex: 1;
- min-width: 0;
- }
-
- .sidebar {
- // $sidebar-width is the width of the columns
- flex: 0 0 $sidebar-width;
- // put the nav on the left
- order: -1;
- }
-
- .aside-menu {
- // $aside-menu-width is the width of the columns
- flex: 0 0 $aside-menu-width;
- }
-}
-
-//
-// header
-//
-.header-fixed {
- .app-header {
- position: fixed;
- z-index: $zindex-sticky;
- width: 100%;
- }
- .app-body {
- margin-top: $navbar-height;
- }
-}
-
-//
-// Sidebar
-//
-.sidebar-hidden {
- .sidebar {
- margin-left: - $sidebar-width;
- }
-}
-
-.sidebar-fixed {
- .sidebar {
- position: fixed;
- z-index: $zindex-sticky - 1;
- width: $sidebar-width;
- height: calc(100vh - #{$navbar-height});
- // margin-top: - $navbar-height;
-
- // .sidebar-nav {
- // height: calc(100vh - #{$navbar-height});
- // }
- }
-
- .main, .app-footer {
- margin-left: $sidebar-width;
- }
-
- &.sidebar-hidden {
- .main, .app-footer {
- margin-left: 0;
- }
- }
-}
-
-.sidebar-off-canvas {
- .sidebar {
- position: fixed;
- z-index: $zindex-sticky - 1;
- height: calc(100vh - #{$navbar-height});
- }
-}
-
-@include media-breakpoint-up(lg) {
- .sidebar-compact {
- .sidebar {
- flex: 0 0 $sidebar-compact-width;
- }
-
- &.sidebar-hidden {
- .sidebar {
- margin-left: - $sidebar-compact-width;
- }
- }
-
- &.sidebar-fixed {
- .main, .app-footer {
- margin-left: $sidebar-compact-width;
- }
-
- .sidebar {
- width: $sidebar-compact-width;
- }
-
- &.sidebar-hidden {
- .main, .app-footer {
- margin-left: 0;
- }
- }
- }
- .sidebar-minimizer {
- display: none;
- }
- }
-
- .sidebar-minimized {
- .sidebar {
- flex: 0 0 $sidebar-minimized-width;
- }
-
- &.sidebar-hidden {
- .sidebar {
- margin-left: - $sidebar-minimized-width;
- }
- }
-
- &.sidebar-fixed {
- .main, .app-footer {
- margin-left: $sidebar-minimized-width;
- }
-
- .sidebar {
- width: $sidebar-minimized-width;
- }
-
- &.sidebar-hidden {
- .main, .app-footer {
- margin-left: 0;
- }
- }
- }
- }
-}
-
-//
-// Aside Menu
-//
-.aside-menu-hidden {
- .aside-menu {
- margin-right: - $aside-menu-width;
- }
-}
-
-.aside-menu-fixed {
- .aside-menu {
- position: fixed;
- right: 0;
- height: 100%;
-
- .tab-content {
- height: calc(100vh - #{$aside-menu-nav-padding-y * 2 + $font-size-base} - #{$navbar-height});
- }
- }
-
- .main, .app-footer {
- margin-right: $aside-menu-width;
- }
-
- &.aside-menu-hidden {
- .main, .app-footer {
- margin-right: 0;
- }
- }
-}
-
-.aside-menu-off-canvas {
- .aside-menu {
- position: fixed;
- right: 0;
- z-index: $zindex-sticky - 1;
- height: 100%;
-
- .tab-content {
- height: calc(100vh - #{$aside-menu-nav-padding-y * 2 + $font-size-base} - #{$navbar-height});
- }
- }
-}
-
-//
-// Breadcrumb
-//
-.breadcrumb-fixed {
- .main {
- $breadcrumb-height: 2 * $breadcrumb-padding-y + $font-size-base + 1.5 * $spacer;
- padding-top: $breadcrumb-height;
- }
-
- .breadcrumb {
- position: fixed;
- top: $navbar-height;
- right: 0;
- left: 0;
- z-index: $zindex-sticky - 2;
- }
-
- // if sidebar + main + aside
- .main:nth-child(2) {
- .breadcrumb {
- right: $aside-menu-width;
- left: $sidebar-width;
- }
- }
-
- // if sidebar + main
- .main:first-child {
- .breadcrumb {
- right: $aside-menu-width;
- left: 0;
- }
- }
-
- // if main + aside
- .main:last-child {
- .breadcrumb {
- right: 0;
- }
- }
-
- &.sidebar-minimized {
- .main .breadcrumb {
- left: $sidebar-minimized-width;
- }
- }
-
- &.sidebar-hidden, &.sidebar-off-canvas {
- .main .breadcrumb {
- left: 0;
- }
- }
-
- &.aside-menu-hidden, &.aside-menu-off-canvas {
- .main .breadcrumb {
- right: 0;
- }
- }
-}
-
-//
-// Footer
-//
-.footer-fixed {
- .app-footer {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: $zindex-sticky;
- height: $footer-height;
- }
-
- .app-body {
- margin-bottom: $footer-height;
- }
-}
-
-//
-// Animations
-//
-.app-header,
-.app-footer,
-.sidebar,
-.main,
-.aside-menu {
- transition: margin-left $layout-transition-speed, margin-right $layout-transition-speed, width $layout-transition-speed, flex $layout-transition-speed;
-}
-.sidebar-nav {
- transition: width $layout-transition-speed;
-}
-.breadcrumb {
- transition: left $layout-transition-speed, right $layout-transition-speed, width $layout-transition-speed;
-}
-
-//
-// Mobile layout
-//
-
-@include media-breakpoint-down(md) {
- .app-header.navbar {
- position: fixed !important;
- z-index: $zindex-sticky;
- width: 100%;
- text-align: center;
- background-color: $navbar-brand-bg;
- @include borders($navbar-brand-border);
-
- .navbar-toggler {
- @if (lightness( $navbar-brand-bg ) > 40) {
- color: $navbar-color;
- } @else {
- color: #fff;
- }
- }
-
- .navbar-brand {
- position: absolute;
- left: 50%;
- margin-left: - ($navbar-brand-width / 2);
- }
- }
-
- .app-body {
- margin-top: $navbar-height;
- }
-
- .breadcrumb-fixed {
- .main:nth-child(2) .breadcrumb {
- right: auto;
- left: auto;
- width: 100%;
- }
- }
-
- .sidebar {
- position: fixed;
- z-index: $zindex-sticky - 1;
- width: $mobile-sidebar-width;
- height: calc(100vh - #{$navbar-height});
- margin-left: - $mobile-sidebar-width;
-
- .sidebar-nav,
- .nav {
- width: $mobile-sidebar-width;
- min-height: calc(100vh - #{$navbar-height});
- }
-
- .sidebar-minimizer {
- display: none;
- }
- }
-
- .main, .app-footer {
- margin-left: 0 !important;
- }
-
- // .aside-menu {
- // margin-right: - $aside-menu-width;
- // }
-
- .sidebar-hidden {
- .sidebar {
- margin-left: - $mobile-sidebar-width;
- }
- }
-
- .sidebar-mobile-show {
- .sidebar {
- width: $mobile-sidebar-width;
- margin-left: 0;
- }
-
- .main {
- margin-right: - $mobile-sidebar-width !important;
- margin-left: $mobile-sidebar-width !important;
- }
- }
-}
diff --git a/template/assets/scss/core/_loading.scss b/template/assets/scss/core/_loading.scss
deleted file mode 100644
index 3e409fb7..00000000
--- a/template/assets/scss/core/_loading.scss
+++ /dev/null
@@ -1,128 +0,0 @@
-// Angular Version
-// Make clicks pass-through
-// scss-lint:disable all
-#loading-bar,
-#loading-bar-spinner {
- -webkit-pointer-events: none;
- pointer-events: none;
- -moz-transition: 350ms linear all;
- -o-transition: 350ms linear all;
- -webkit-transition: 350ms linear all;
- transition: 350ms linear all;
-}
-
-#loading-bar.ng-enter,
-#loading-bar.ng-leave.ng-leave-active,
-#loading-bar-spinner.ng-enter,
-#loading-bar-spinner.ng-leave.ng-leave-active {
- opacity: 0;
-}
-
-#loading-bar.ng-enter.ng-enter-active,
-#loading-bar.ng-leave,
-#loading-bar-spinner.ng-enter.ng-enter-active,
-#loading-bar-spinner.ng-leave {
- opacity: 1;
-}
-
-#loading-bar .bar {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 20002;
- width: 100%;
- height: 2px;
- background: theme-color("primary");
- border-top-right-radius: 1px;
- border-bottom-right-radius: 1px;
- -moz-transition: width 350ms;
- -o-transition: width 350ms;
- -webkit-transition: width 350ms;
- transition: width 350ms;
-}
-
-// Fancy blur effect
-#loading-bar .peg {
- position: absolute;
- top: 0;
- right: 0;
- width: 70px;
- height: 2px;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-shadow: #29d 1px 0 6px 1px;
- -ms-box-shadow: #29d 1px 0 6px 1px;
- -webkit-box-shadow: #29d 1px 0 6px 1px;
- box-shadow: #29d 1px 0 6px 1px;
- opacity: .45;
-}
-
-#loading-bar-spinner {
- position: fixed;
- top: 10px;
- left: 10px;
- z-index: 10002;
- display: block;
-}
-
-#loading-bar-spinner .spinner-icon {
- width: 14px;
- height: 14px;
-
- border: solid 2px transparent;
- border-top-color: #29d;
- border-left-color: #29d;
- border-radius: 50%;
-
- -moz-animation: loading-bar-spinner 400ms linear infinite;
- -ms-animation: loading-bar-spinner 400ms linear infinite;
- -o-animation: loading-bar-spinner 400ms linear infinite;
- -webkit-animation: loading-bar-spinner 400ms linear infinite;
- animation: loading-bar-spinner 400ms linear infinite;
-}
-
-@-webkit-keyframes loading-bar-spinner {
- 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
- 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
-}
-@-moz-keyframes loading-bar-spinner {
- 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
- 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
-}
-@-o-keyframes loading-bar-spinner {
- 0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
- 100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
-}
-@-ms-keyframes loading-bar-spinner {
- 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
- 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
-}
-@keyframes loading-bar-spinner {
- 0% { transform: rotate(0deg); transform: rotate(0deg); }
- 100% { transform: rotate(360deg); transform: rotate(360deg); }
-}
-
-//Ajax & Static Version
-.pace {
- -webkit-pointer-events: none;
- pointer-events: none;
-
- -moz-user-select: none;
- -webkit-user-select: none;
- user-select: none;
-}
-
-.pace-inactive {
- display: none;
-}
-
-.pace .pace-progress {
- position: fixed;
- top: 0;
- right: 100%;
- z-index: 2000;
- width: 100%;
- height: 2px;
- background: theme-color("primary");
-}
diff --git a/template/assets/scss/core/_mixins.scss b/template/assets/scss/core/_mixins.scss
deleted file mode 100644
index 153f1d39..00000000
--- a/template/assets/scss/core/_mixins.scss
+++ /dev/null
@@ -1,116 +0,0 @@
-@mixin button-social-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
- padding: $padding-y $padding-x;
- font-size: $font-size;
- line-height: $line-height;
- border: 0;
- @include border-radius($border-radius);
-
- &::before {
- width: ($padding-y * 2) + ($font-size * $line-height);
- height: ($padding-y * 2) + ($font-size * $line-height);
- padding: $padding-y 0;
- font-size: $font-size;
- line-height: $line-height;
- @include border-radius($border-radius);
- }
-
- span {
- margin-left: ($padding-y * 2) + ($font-size * $line-height);
- }
-
- &.icon {
- width: ($padding-y * 2) + ($font-size * $line-height);
- height: ($padding-y * 2) + ($font-size * $line-height);
- }
-}
-
-@mixin avatar($width, $status-width) {
- position: relative;
- display: inline-block;
- width: $width;
-
- .img-avatar {
- width: $width;
- height: $width;
- }
-
- .avatar-status {
- position: absolute;
- right: 0;
- bottom: 0;
- display: block;
- width: $status-width;
- height: $status-width;
- border: 1px solid #fff;
- border-radius: 50em;
- }
-}
-
-@mixin borders($borders) {
- @each $border in $borders {
- $direction: nth($border, 1);
- @if $direction == "all" {
- $size: map-get(map-get($borders, $direction), size);
- $style: map-get(map-get($borders, $direction), style);
- $color: map-get(map-get($borders, $direction), color);
- border: $size $style $color;
- } @else if $direction == "top" {
- $size: map-get(map-get($borders, $direction), size);
- $style: map-get(map-get($borders, $direction), style);
- $color: map-get(map-get($borders, $direction), color);
- border-top: $size $style $color;
- } @else if $direction == "right" {
- $size: map-get(map-get($borders, $direction), size);
- $style: map-get(map-get($borders, $direction), style);
- $color: map-get(map-get($borders, $direction), color);
- border-right: $size $style $color;
- } @else if $direction == "bottom" {
- $size: map-get(map-get($borders, $direction), size);
- $style: map-get(map-get($borders, $direction), style);
- $color: map-get(map-get($borders, $direction), color);
- border-bottom: $size $style $color;
- } @else if $direction == "left" {
- $size: map-get(map-get($borders, $direction), size);
- $style: map-get(map-get($borders, $direction), style);
- $color: map-get(map-get($borders, $direction), color);
- border-left: $size $style $color;
- }
- }
-}
-
-@mixin sidebar-width($borders, $width) {
- $sidebar-width: $width;
-
- @each $border in $borders {
- $direction: nth($border, 1);
- @if $direction == "all" {
- $size: map-get(map-get($borders, $direction), size);
- $sidebar-width: ($sidebar-width - (2 * $size));
- } @else if $direction == "right" {
- $size: map-get(map-get($borders, $direction), size);
- $sidebar-width: $sidebar-width - $size;
- } @else if $direction == "left" {
- $size: map-get(map-get($borders, $direction), size);
- $sidebar-width: $sidebar-width - $size;
- }
- width: $sidebar-width;
- }
-}
-
-@mixin bg-variant($parent, $color) {
- #{$parent} {
- @include border-radius($card-border-radius-inner $card-border-radius-inner $card-border-radius-inner $card-border-radius-inner);
- color: #fff !important;
- background-color: $color !important;
- }
- a#{$parent} {
- @include hover-focus {
- background-color: darken($color, 10%);
- }
- }
-}
-
-@mixin card-accent-variant($color) {
- border-top-width: 2px;
- border-top-color: $color;
-}
diff --git a/template/assets/scss/core/_mobile.scss b/template/assets/scss/core/_mobile.scss
deleted file mode 100644
index e69de29b..00000000
diff --git a/template/assets/scss/core/_modal.scss b/template/assets/scss/core/_modal.scss
deleted file mode 100644
index 1c44ddd0..00000000
--- a/template/assets/scss/core/_modal.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-@each $color, $value in $theme-colors {
- .modal-#{$color} {
-
- .modal-content {
- border-color: $value;
- }
-
- .modal-header {
- color: #fff;
- background-color: $value;
- }
- }
-}
diff --git a/template/assets/scss/core/_nav.scss b/template/assets/scss/core/_nav.scss
deleted file mode 100644
index cae51793..00000000
--- a/template/assets/scss/core/_nav.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-.nav-tabs {
- .nav-link {
- color: $gray-600;
- &:hover {
- cursor: pointer;
- }
- &.active {
- color: $gray-800;
- background: #fff;
- border-color: $border-color;
- border-bottom-color: #fff;
- &:focus {
- background: #fff;
- border-color: $border-color;
- border-bottom-color: #fff;
- }
- }
- }
-}
-
-.tab-content {
- margin-top: -1px;
- background: #fff;
- border: 1px solid $border-color;
- .tab-pane {
- padding: $spacer;
- }
-}
-
-.card-block {
- .tab-content {
- margin-top: 0;
- border: 0;
- }
-}
diff --git a/template/assets/scss/core/_navbar.scss b/template/assets/scss/core/_navbar.scss
deleted file mode 100644
index 221ab126..00000000
--- a/template/assets/scss/core/_navbar.scss
+++ /dev/null
@@ -1,127 +0,0 @@
-.app-header.navbar {
- position: relative;
- flex-direction: row;
- height: $navbar-height;
- padding: 0;
- margin: 0;
- background-color: $navbar-bg;
- @include borders($navbar-border);
-
- .navbar-brand {
- display: inline-block;
- width: $navbar-brand-width;
- height: $navbar-height;
- padding: $navbar-padding-y $navbar-padding-x;
- margin-right: 0;
- background-color: $navbar-brand-bg;
- background-image: $navbar-brand-logo;
- background-repeat: no-repeat;
- background-position: center center;
- background-size: $navbar-brand-logo-size;
- @include borders($navbar-brand-border);
- }
-
- .navbar-toggler {
- min-width: 50px;
- padding: $navbar-toggler-padding-y 0;
-
- &:hover .navbar-toggler-icon {
- background-image: $navbar-toggler-icon-hover;
- }
- }
-
- .navbar-toggler-icon {
- height: 23px;
- background-image: $navbar-toggler-icon;
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
- }
-
- .nav-item {
- position: relative;
- min-width: 50px;
- margin: 0 !important;
- text-align: center;
-
- button {
- margin: 0 auto;
- }
-
- .nav-link {
- padding-top: 0;
- padding-bottom: 0;
- background: 0;
- border: 0;
-
- .badge {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -16px;
- margin-left: 0;
- }
-
- > .img-avatar {
- height: $navbar-height - 20px;
- margin: 0 10px;
- }
- }
- }
-
- .dropdown-menu {
- padding-bottom: 0;
- line-height: $line-height-base;
- }
-
- .dropdown-item {
- min-width: 180px;
- }
-}
-
-.navbar-brand {
- color: $navbar-active-color;
-
- @include hover-focus {
- color: $navbar-active-color;
- }
-}
-
-.navbar-nav {
- .nav-link {
- color: $navbar-color;
-
- @include hover-focus {
- color: $navbar-hover-color;
- }
- }
-
- .open > .nav-link,
- .active > .nav-link,
- .nav-link.open,
- .nav-link.active {
- @include plain-hover-focus {
- color: $navbar-active-color;
- }
- }
-}
-
-.navbar-divider {
- background-color: rgba(0,0,0,.075);
-}
-
-@include media-breakpoint-up(lg) {
- .brand-minimized {
- .app-header.navbar {
- .navbar-brand {
- width: $navbar-brand-minimized-width;
- background-color: $navbar-brand-minimized-bg;
- background-image: $navbar-brand-minimized-logo;
- background-size: $navbar-brand-minimized-logo-size;
- @include borders($navbar-brand-minimized-border);
- }
- }
- }
-}
diff --git a/template/assets/scss/core/_others.scss b/template/assets/scss/core/_others.scss
deleted file mode 100644
index 381baab0..00000000
--- a/template/assets/scss/core/_others.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-// scss-lint:disable QualifyingElement
-hr.transparent {
- border-top: 1px solid transparent;
-}
diff --git a/template/assets/scss/core/_progress.scss b/template/assets/scss/core/_progress.scss
deleted file mode 100644
index 65f56dd3..00000000
--- a/template/assets/scss/core/_progress.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.progress-xs {
- height: 4px;
-}
-
-.progress-sm {
- height: 8px;
-}
-
-// White progress bar
-.progress-white {
- background-color: rgba(255,255,255,.2) !important;
- .progress-bar {
- background-color: #fff;
- }
-}
diff --git a/template/assets/scss/core/_rtl.scss b/template/assets/scss/core/_rtl.scss
deleted file mode 100644
index 28db3859..00000000
--- a/template/assets/scss/core/_rtl.scss
+++ /dev/null
@@ -1,281 +0,0 @@
-//
-// RTL Support
-//
-// scss-lint:disable NestingDepth, SelectorDepth
-*[dir="rtl"] {
- direction: rtl;
- unicode-bidi: embed;
-
- ul {
- -webkit-padding-start: 0;
- }
-
- table tr th {
- text-align: right;
- }
-
- // Breadcrumb
-
- .breadcrumb-item {
- float: right;
- }
-
- .breadcrumb-menu {
- right: auto;
- left: $breadcrumb-padding-x;
- }
-
- // Dropdown
- .dropdown-item {
- text-align: right;
-
- i {
- margin-right: -10px;
- margin-left: 10px;
- }
-
- .badge {
- right: auto;
- left: 10px;
- }
- }
-
- //
- // Sidebar
- //
- .sidebar-hidden {
- .sidebar {
- margin-right: - $sidebar-width;
- }
- }
-
- .sidebar-fixed {
- .main, .app-footer {
- margin-right: $sidebar-width;
- }
-
- &.sidebar-hidden {
- .main, .app-footer {
- margin-right: 0;
- }
- }
- }
-
- .sidebar-minimized {
- .sidebar {
- flex: 0 0 $sidebar-minimized-width;
- }
-
- &.sidebar-hidden {
- .sidebar {
- margin-right: - $sidebar-minimized-width;
- margin-left: 0;
- }
- }
-
- &.sidebar-fixed {
- .main, .app-footer {
- margin-right: $sidebar-minimized-width;
- }
-
- &.sidebar-hidden {
- .main, .app-footer {
- margin-left: 0;
- }
- }
- }
- }
-
- //
- // Aside Menu
- //
- .aside-menu-hidden {
- .aside-menu {
- margin-right: 0;
- margin-left: - $aside-menu-width;
- }
- }
-
- .aside-menu-fixed {
- .aside-menu {
- right: auto;
- left: 0;
- }
-
- .main, .app-footer {
- //margin-right: 0;
- margin-left: $aside-menu-width;
- }
-
- &.aside-menu-hidden {
- .main, .app-footer {
- margin-left: 0;
- }
- }
- }
-
- .aside-menu-off-canvas {
- .aside-menu {
- position: fixed;
- right: 0;
- z-index: $zindex-sticky - 1;
- height: 100%;
-
- .tab-content {
- height: calc(100vh - #{$aside-menu-nav-padding-y * 2 + $font-size-base} - #{$navbar-height});
- }
- }
- }
-
- // Sidebar Menu
- .sidebar {
- .sidebar-nav {
- .nav {
- .nav-item {
- .nav-link {
- direction: rtl;
- i {
- margin: 0 0 0 ($sidebar-nav-link-padding-x / 2);
- }
- .badge {
- float: left;
- margin-top: 2px;
- // margin-left: 10px;
- }
- &.nav-dropdown-toggle {
- &::before {
- position: absolute;
- right: auto !important;
- left: $sidebar-nav-link-padding-x;
- transform: rotate(180deg);
- }
- }
- }
- &.nav-dropdown {
- &.open {
- > .nav-link.nav-dropdown-toggle::before {
- transform: rotate(270deg);
- }
- }
- }
- }
- }
- }
- }
-
- .sidebar-minimized .sidebar {
- .nav-link {
- padding-right: 0;
- i {
- float: right;
- padding: 0;
- margin: 0;
- }
- .badge {
- right: auto;
- left: 15px;
- }
- }
- .nav > .nav-dropdown {
-
- &:hover {
- > .nav-dropdown-items {
- right: $sidebar-minimized-width;
- left: 0;
- }
- }
- }
- }
-
- // Horizontal bars
- .horizontal-bars {
-
- li {
-
- .bars {
- padding-right: 100px;
- padding-left: 0;
-
- .progress:first-child {
- margin-bottom: 2px;
- }
- }
- }
-
- &.type-2 {
-
- li {
-
- i {
- margin-right: 5px;
- margin-left: $spacer;
- }
-
- .value {
- float: left;
- font-weight: 600;
- }
-
- .bars {
- padding: 0;
- }
- }
- }
- }
-
- // Icon list
- .icons-list {
-
- li {
- position: relative;
- height: 40px;
- vertical-align: middle;
-
- i {
- float: right;
- }
-
- .desc {
- margin-right: 50px;
- margin-left: 0;
- }
-
- .value {
- right: auto;
- left: 45px;
- text-align: left;
-
- strong {
- display: block;
- margin-top: -3px;
- }
- }
-
- .actions {
- right: auto;
- left: 10px;
- }
- }
- }
-
- // Callouts
- .callout {
- border: 0 solid $border-color;
- border-right-width: .25rem;
-
- @each $color, $value in $theme-colors {
- &.callout-#{$color} {
- border-right-color: $value;
- }
- }
-
- .chart-wrapper {
- left: 0;
- float: left;
- }
- }
-
- .callout-default {
- border-right-color: $text-muted;
- }
-}
diff --git a/template/assets/scss/core/_sidebar.scss b/template/assets/scss/core/_sidebar.scss
deleted file mode 100644
index ae76bd4b..00000000
--- a/template/assets/scss/core/_sidebar.scss
+++ /dev/null
@@ -1,454 +0,0 @@
-// scss-lint:disable NestingDepth, SelectorDepth
-.sidebar {
- display: flex;
- flex-direction: column;
- padding: $sidebar-padding;
- color: $sidebar-color;
- background: $sidebar-bg;
- @include borders($sidebar-borders);
-
- .sidebar-close {
- position: absolute;
- right: 0;
- display: none;
- padding: 0 $spacer;
- font-size: 24px;
- font-weight: 800;
- line-height: $navbar-height;
- color: $sidebar-color;
- background: 0;
- border: 0;
- opacity: .8;
-
- &:hover {
- opacity: 1;
- }
- }
-
- // Will be added soon
- // .sidebar-brand { }
-
- .sidebar-header {
- flex: 0 0 $sidebar-header-height;
- padding: $sidebar-header-padding-y $sidebar-header-padding-x;
- text-align: center;
- background: $sidebar-header-bg;
- }
-
- .sidebar-form .form-control {
- color: $sidebar-form-color;
- background: $sidebar-form-bg;
- border: $sidebar-form-border;
-
- &::placeholder {
- color: $sidebar-form-placeholder-color;
- }
- }
-
- .sidebar-nav {
- position: relative;
- flex: 1;
- overflow-x: hidden;
- overflow-y: auto;
- -ms-overflow-style: -ms-autohiding-scrollbar;
- @include sidebar-width($sidebar-borders, $sidebar-width);
-
- &::-webkit-scrollbar {
- position: absolute;
- width: 10px;
- margin-left: -10px;
- -webkit-appearance: none;
- }
-
- &::-webkit-scrollbar-track {
- background-color: lighten($sidebar-bg, 5%);
- border-right: 1px solid darken($sidebar-bg, 5%);
- border-left: 1px solid darken($sidebar-bg, 5%);
- }
-
- &::-webkit-scrollbar-thumb {
- height: 50px;
- background-color: darken($sidebar-bg, 10%);
- background-clip: content-box;
- border-color: transparent;
- border-style: solid;
- border-width: 1px 2px;
- }
- }
-
- .nav {
- @include sidebar-width($sidebar-borders, $sidebar-width);
- flex-direction: column;
- min-height: 100%;
- }
-
- .nav-title {
- padding: $sidebar-nav-title-padding-y $sidebar-nav-title-padding-x;
- font-size: 11px;
- font-weight: 600;
- color: $sidebar-nav-title-color;
- text-transform: uppercase;
- }
-
- .nav-divider, .divider {
- height: 10px;
- }
-
- .nav-item {
- position: relative;
- margin: 0;
- transition: background .3s ease-in-out;
- }
-
- .nav-dropdown-items {
- max-height: 0;
- padding: 0;
- margin: 0;
- overflow-y: hidden;
- transition: max-height .3s ease-in-out;
-
- .nav-item {
- padding: 0;
- list-style: none;
- }
- }
-
- .nav-link {
- display: block;
- padding: $sidebar-nav-link-padding-y $sidebar-nav-link-padding-x;
- color: $sidebar-nav-link-color;
- text-decoration: none;
- background: $sidebar-nav-link-bg;
- @include borders($sidebar-nav-link-borders);
- @if $enable-sidebar-nav-rounded {
- border-radius: $border-radius;
- }
-
- i {
- display: inline-block;
- width: 20px;
- margin: 0 ($sidebar-nav-link-padding-x / 2) 0 0;
- font-size: 14px;
- color: $sidebar-nav-link-icon-color;
- text-align: center;
- }
-
- .badge {
- float: right;
- margin-top: 2px;
- }
-
- &.active {
- color: $sidebar-nav-link-active-color;
- background: $sidebar-nav-link-active-bg;
- @include borders($sidebar-nav-link-active-borders);
-
- i {
- color: $sidebar-nav-link-active-icon-color;
- }
- }
-
- &:hover {
- color: $sidebar-nav-link-hover-color;
- background: $sidebar-nav-link-hover-bg;
- @include borders($sidebar-nav-link-hover-borders);
-
- i {
- color: $sidebar-nav-link-hover-icon-color;
- }
-
- &.nav-dropdown-toggle::before {
- background-image: $sidebar-nav-dropdown-indicator-hover;
- }
- }
-
- @each $color, $value in $theme-colors {
- &.nav-link-#{$color} {
- background: $value;
- i {
- color: rgba(255,255,255,.7);
- }
- &:hover {
- background: darken($value,5%) !important;
- i {
- color: #fff;
- }
- }
- }
- }
- }
-
- // ex. Components
- .nav-dropdown-toggle {
- position: relative;
-
- &::before {
- position: absolute;
- top: 50%;
- right: $sidebar-nav-link-padding-x;
- display: block;
- width: 8px;
- height: 8px;
- padding: 0;
- margin-top: -4px;
- content: "";
- background-image: $sidebar-nav-dropdown-indicator;
- background-repeat: no-repeat;
- background-position: center;
- transition: transform .3s;
- }
- }
-
- // ex.
- .nav-dropdown.open {
- background: $sidebar-nav-dropdown-bg;
- @include borders($sidebar-nav-dropdown-borders);
- @if $enable-sidebar-nav-rounded {
- border-radius: $border-radius;
- }
- > .nav-dropdown-items {
- max-height: 1500px;
- }
-
- .nav-link {
- color: $sidebar-nav-dropdown-color;
- border-left: 0 !important;
- }
-
- > .nav-link.nav-dropdown-toggle::before {
- transform: rotate(-90deg);
- }
-
- .nav-dropdown.open {
- border-left: 0;
- }
- }
-
- .nav-label {
- display: block;
- padding: ($sidebar-nav-link-padding-y / 8) $sidebar-nav-link-padding-x;
- color: $sidebar-nav-title-color;
-
- &:hover {
- color: $sidebar-color;
- text-decoration: none;
- }
-
- i {
- width: 20px;
- margin: -3px ($sidebar-nav-link-padding-x / 2) 0 0;
- font-size: 10px;
- color: $sidebar-nav-link-icon-color;
- text-align: center;
- vertical-align: middle;
- }
- }
-
- @if (lightness( $sidebar-bg ) < 40) {
- .progress {
- background-color: lighten($sidebar-bg, 15%) !important;
- }
- }
-
- .sidebar-footer {
- flex: 0 0 $sidebar-footer-height;
- padding: $sidebar-footer-padding-y $sidebar-footer-padding-x;
- background: $sidebar-footer-bg;
- @include borders($sidebar-footer-borders);
- }
-
- .sidebar-minimizer {
- position: relative;
- flex: 0 0 $sidebar-minimizer-height;
- background-color: $sidebar-minimizer-bg;
- border: 0;
- @include borders($sidebar-minimizer-borders);
-
- &::before {
- position: absolute;
- top: 0;
- right: 0;
- width: $sidebar-minimizer-height;
- height: $sidebar-minimizer-height;
- content: "";
- background-image: $sidebar-minimizer-indicator;
- background-repeat: no-repeat;
- background-position: center;
- background-size: $sidebar-minimizer-height / 4;
- transition: .3s;
- }
-
- &:focus,
- &.focus {
- outline: 0;
- }
-
- &:hover {
- background-color: $sidebar-minimizer-hover-bg;
- &::before {
- background-image: $sidebar-minimizer-hover-indicator;
- }
- }
- }
-}
-
-@include media-breakpoint-up(lg) {
- .sidebar-compact {
- .sidebar {
- .sidebar-nav {
- @include sidebar-width($sidebar-borders, $sidebar-compact-width);
- }
-
- .nav {
- @include sidebar-width($sidebar-borders, $sidebar-compact-width);
-
- .nav-title {
- text-align: center;
- }
-
- .nav-item {
- width: $sidebar-compact-width;
- border-left: 0 !important;
-
- .nav-link {
- text-align: center;
-
- i {
- display: block;
- width: 100%;
- margin: $spacer / 4 0;
- font-size: 24px;
- }
-
- .badge {
- position: absolute;
- top: 18px;
- right: 10px;
- }
-
- &.nav-dropdown-toggle {
-
- &::before {
- top: 30px;
- }
- }
- }
- }
- }
- }
- }
-
- // Minimized Sidebar
- .sidebar-minimized {
- .hidden-cn {
- display: none;
- }
- .sidebar {
- z-index: $zindex-sticky - 1;
-
- .sidebar-nav {
- overflow: visible;
- @include sidebar-width($sidebar-borders, $sidebar-minimized-width);
- }
-
- .nav {
- @include sidebar-width($sidebar-borders, $sidebar-minimized-width);
- }
-
- .nav-divider, .divider,
- .nav-title,
- .sidebar-footer,
- .sidebar-form,
- .sidebar-header {
- display: none;
- }
-
- .sidebar-minimizer::before {
- width: 100%;
- transform: rotate(-180deg);
- }
-
- .nav-item {
- width: $sidebar-minimized-width;
- overflow: hidden;
- border-left: 0 !important;
-
- &:hover {
- width: $sidebar-width + $sidebar-minimized-width;
- overflow: visible;
-
- > .nav-link {
- background: $sidebar-nav-link-hover-bg;
-
- i {
- color: $sidebar-nav-link-hover-color;
- }
- }
- }
- }
-
- .nav-link {
- position: relative;
- padding-left: 0;
- margin: 0;
- white-space: nowrap;
- border-left: 0 !important;
-
- i {
- display: block;
- float: left;
- width: $sidebar-minimized-height;
- // padding: 0;
- // margin: 0 !important;
- font-size: 18px;
- }
-
- .badge {
- position: absolute;
- right: 15px;
- display: none;
- }
-
- &:hover {
- width: $sidebar-width + $sidebar-minimized-width;
- background: $sidebar-nav-link-hover-bg;
-
- .badge {
- display: inline;
- }
- }
-
- &.nav-dropdown-toggle::before {
- display: none;
- }
- }
-
- .nav-dropdown-items {
- .nav-item {
- width: $sidebar-width;
-
- .nav-link {
- width: $sidebar-width;
- }
- }
- }
-
- .nav > .nav-dropdown {
- > .nav-dropdown-items {
- display: none;
- max-height: 1000px;
- background: $sidebar-bg;
- }
-
- &:hover {
- background: $sidebar-nav-link-hover-bg;
- > .nav-dropdown-items {
- position: absolute;
- left: $sidebar-minimized-width;
- display: inline;
- }
- }
- }
- }
- }
-}
diff --git a/template/assets/scss/core/_switches.scss b/template/assets/scss/core/_switches.scss
deleted file mode 100644
index fbc000b9..00000000
--- a/template/assets/scss/core/_switches.scss
+++ /dev/null
@@ -1,301 +0,0 @@
-@mixin switch-size($width, $height, $font-size, $handle-margin) {
- width: $width;
- height: $height;
-
- .switch-label {
- font-size: $font-size;
- }
-
- .switch-handle {
- width: $height - $handle-margin * 2;
- height: $height - $handle-margin * 2;
- }
-
- .switch-input:checked ~ .switch-handle {
- left: $width - $height + $handle-margin;
- }
-}
-
-@mixin switch($type, $width, $height, $font-size, $handle-margin) {
- position: relative;
- display: inline-block;
- vertical-align: top;
- width: $width;
- height: $height;
- background-color: transparent;
- cursor: pointer;
-
- .switch-input {
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- }
-
- .switch-label {
- position: relative;
- display: block;
- height: inherit;
- @if $type == icon {
- font-family: FontAwesome;
- }
- font-size: $font-size;
- font-weight: 600;
- text-transform: uppercase;
- @if $type == ddd {
- background-color: $gray-100;
- } @else {
- background-color: #fff;
- }
- border: 1px solid $border-color;
- border-radius: 2px;
- transition: opacity background .15s ease-out;
- }
- @if $type == text or $type == icon {
- .switch-label::before,
- .switch-label::after {
- position: absolute;
- top: 50%;
- width: 50%;
- margin-top: -.5em;
- line-height: 1;
- text-align: center;
- transition: inherit;
- }
- .switch-label::before {
- right: 1px;
- color: $gray-200;
- content: attr(data-off);
- }
- .switch-label::after {
- left: 1px;
- color: #fff;
- content: attr(data-on);
- opacity: 0;
- }
- }
- .switch-input:checked ~ .switch-label {
- //background: $gray-lightest;
- }
- .switch-input:checked ~ .switch-label::before {
- opacity: 0;
- }
- .switch-input:checked ~ .switch-label::after {
- opacity: 1;
- }
-
- .switch-handle {
- position: absolute;
- top: $handle-margin;
- left: $handle-margin;
- width: $height - $handle-margin * 2;
- height: $height - $handle-margin * 2;
- background: #fff;
- border: 1px solid $border-color;
- border-radius: 1px;
- transition: left .15s ease-out;
- @if $type == ddd {
- border: 0;
- box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
- }
- }
-
- .switch-input:checked ~ .switch-handle {
- left: $width - $height + $handle-margin;
- }
-
-
- @if $type == ddd {
- @extend .switch-pill;
- }
-
- //size variations
- @if $type == default {
-
- &.switch-lg {
- @include switch-size($switch-lg-width, $switch-lg-height, $switch-lg-font-size, $handle-margin);
- }
- &.switch-sm {
- @include switch-size($switch-sm-width, $switch-sm-height, $switch-sm-font-size, $handle-margin);
- }
- &.switch-xs {
- @include switch-size($switch-xs-width, $switch-xs-height, $switch-xs-font-size, $handle-margin);
- }
-
- } @else if $type == text {
-
- &.switch-lg {
- @include switch-size($switch-text-lg-width, $switch-text-lg-height, $switch-text-lg-font-size, $handle-margin);
- }
- &.switch-sm {
- @include switch-size($switch-text-sm-width, $switch-text-sm-height, $switch-text-sm-font-size, $handle-margin);
- }
- &.switch-xs {
- @include switch-size($switch-text-xs-width, $switch-text-xs-height, $switch-text-xs-font-size, $handle-margin);
- }
-
- } @else if $type == icon {
-
- &.switch-lg {
- @include switch-size($switch-icon-lg-width, $switch-icon-lg-height, $switch-icon-lg-font-size, $handle-margin);
- }
- &.switch-sm {
- @include switch-size($switch-icon-sm-width, $switch-icon-sm-height, $switch-icon-sm-font-size, $handle-margin);
- }
- &.switch-xs {
- @include switch-size($switch-icon-xs-width, $switch-icon-xs-height, $switch-icon-xs-font-size, $handle-margin);
- }
-
- } @else if $type == ddd {
-
- &.switch-lg {
- @include switch-size($switch-lg-width, $switch-lg-height, $switch-lg-font-size, 0);
- }
- &.switch-sm {
- @include switch-size($switch-sm-width, $switch-sm-height, $switch-sm-font-size, 0);
- }
- &.switch-xs {
- @include switch-size($switch-xs-width, $switch-xs-height, $switch-xs-font-size, 0);
- }
- }
-}
-
-@mixin switch-variant($color) {
- > .switch-input:checked ~ .switch-label {
- background: $color !important;
- border-color: darken($color,10%);
- }
-
- > .switch-input:checked ~ .switch-handle {
- border-color: darken($color,10%);
- }
-}
-
-@mixin switch-outline-variant($color) {
- > .switch-input:checked ~ .switch-label {
- background: #fff !important;
- border-color: $color;
-
- &::after {
- color: $color;
- }
- }
-
- > .switch-input:checked ~ .switch-handle {
- border-color: $color;
- }
-}
-
-@mixin switch-outline-alt-variant($color) {
- > .switch-input:checked ~ .switch-label {
- background: #fff !important;
- border-color: $color;
-
- &::after {
- color: $color;
- }
- }
-
- > .switch-input:checked ~ .switch-handle {
- background: $color !important;
- border-color: $color;
- }
-}
-
-$switch-lg-width: 48px;
-$switch-lg-height: 28px;
-$switch-lg-font-size: 12px;
-
-$switch-width: 40px;
-$switch-height: 24px;
-$switch-font-size: 10px;
-
-$handle-margin: 2px;
-
-$switch-sm-width: 32px;
-$switch-sm-height: 20px;
-$switch-sm-font-size: 8px;
-
-$switch-xs-width: 24px;
-$switch-xs-height: 16px;
-$switch-xs-font-size: 7px;
-
-
-$switch-text-lg-width: 56px;
-$switch-text-lg-height: 28px;
-$switch-text-lg-font-size: 12px;
-
-$switch-text-width: 48px;
-$switch-text-height: 24px;
-$switch-text-font-size: 10px;
-
-$switch-text-sm-width: 40px;
-$switch-text-sm-height: 20px;
-$switch-text-sm-font-size: 8px;
-
-$switch-text-xs-width: 32px;
-$switch-text-xs-height: 16px;
-$switch-text-xs-font-size: 7px;
-
-
-$switch-icon-lg-width: 56px;
-$switch-icon-lg-height: 28px;
-$switch-icon-lg-font-size: 12px;
-
-$switch-icon-width: 48px;
-$switch-icon-height: 24px;
-$switch-icon-font-size: 10px;
-
-$switch-icon-sm-width: 40px;
-$switch-icon-sm-height: 20px;
-$switch-icon-sm-font-size: 8px;
-
-$switch-icon-xs-width: 32px;
-$switch-icon-xs-height: 16px;
-$switch-icon-xs-font-size: 7px;
-
-.switch.switch-default {
- @include switch('default', $switch-width, $switch-height, $switch-font-size, $handle-margin);
-}
-
-.switch.switch-text {
- @include switch('text', $switch-text-width, $switch-text-height, $switch-text-font-size, $handle-margin);
-}
-
-.switch.switch-icon {
- @include switch('icon', $switch-icon-width, $switch-icon-height, $switch-icon-font-size, $handle-margin);
-}
-
-.switch.switch-3d {
- @include switch('ddd', $switch-width, $switch-height, $switch-font-size, 0);
-}
-
-//pills style
-.switch-pill {
- .switch-label,
- .switch-handle {
- border-radius: 50em !important;
- }
-
- .switch-label::before {
- right: 2px !important;
- }
- .switch-label::after {
- left: 2px !important;
- }
-}
-
-@each $color, $value in $theme-colors {
- //normal style
- .switch-#{$color} {
- @include switch-variant($value);
- }
- //outline style
- .switch-#{$color}-outline {
- @include switch-outline-variant($value);
- }
- //outline alternative style
- .switch-#{$color}-outline-alt {
- @include switch-outline-alt-variant($value);
- }
-}
diff --git a/template/assets/scss/core/_tables.scss b/template/assets/scss/core/_tables.scss
deleted file mode 100644
index aabc023f..00000000
--- a/template/assets/scss/core/_tables.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-.table-outline {
- border: 1px solid $table-border-color;
-
- td {
- vertical-align: middle;
- }
-}
-
-.table-align-middle {
-
- td {
- vertical-align: middle;
- }
-}
-
-.table-clear {
- td {
- border: 0;
- }
-}
diff --git a/template/assets/scss/core/_temp.scss b/template/assets/scss/core/_temp.scss
deleted file mode 100644
index e4097127..00000000
--- a/template/assets/scss/core/_temp.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-.pagination-datatables, .pagination {
- li {
- @extend .page-item;
-
- a {
- @extend .page-link;
- }
- }
-}
-
-.label-pill {
- border-radius: 1rem !important;
-}
-
-// temp fix for Vue & React
-
-// Open state for the dropdown
-.open, .show {
- // Remove the outline when :focus is triggered
- > a {
- outline: 0;
- }
-}
-
-// navbar dropdown fix
-.navbar .dropdown-toggle {
- @extend .nav-link;
-
- .img-avatar {
- height: $navbar-height - 20px;
- margin: 0 10px;
- }
-}
-
-.card-block {
- @extend .card-body;
-}
diff --git a/template/assets/scss/core/_typography.scss b/template/assets/scss/core/_typography.scss
deleted file mode 100644
index be550c93..00000000
--- a/template/assets/scss/core/_typography.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-body {
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
-}
-
-.font-xs {
- font-size: .75rem !important;
-}
-
-.font-sm {
- font-size: .85rem !important;
-}
-
-.font-lg {
- font-size: 1rem !important;
-}
-
-.font-xl {
- font-size: 1.25rem !important;
-}
-
-.font-2xl {
- font-size: 1.5rem !important;
-}
-
-.font-3xl {
- font-size: 1.75rem !important;
-}
-
-.font-4xl {
- font-size: 2rem !important;
-}
-
-.font-5xl {
- font-size: 2.5rem !important;
-}
diff --git a/template/assets/scss/core/_utilities.scss b/template/assets/scss/core/_utilities.scss
deleted file mode 100644
index 6398c9f1..00000000
--- a/template/assets/scss/core/_utilities.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-@import "utilities/background";
-@import "utilities/borders";
-@import "utilities/display";
diff --git a/template/assets/scss/core/_variables.scss b/template/assets/scss/core/_variables.scss
deleted file mode 100644
index 9fc08f28..00000000
--- a/template/assets/scss/core/_variables.scss
+++ /dev/null
@@ -1,219 +0,0 @@
-// scss-lint:disable all
-// Core Admin Variables
-
-$enable-sidebar-nav-rounded: false !default;
-
-$border-color: $gray-200 !default;
-$layout-transition-speed: .25s !default;
-
-// Social Colors
-
-$facebook: #3b5998 !default;
-$twitter: #00aced !default;
-$linkedin: #4875b4 !default;
-$google-plus: #d34836 !default;
-$flickr: #ff0084 !default;
-$tumblr: #32506d !default;
-$xing: #026466 !default;
-$github: #4183c4 !default;
-$html5: #e34f26 !default;
-$openid: #f78c40 !default;
-$stack-overflow: #fe7a15 !default;
-$youtube: #b00 !default;
-$css3: #0170ba !default;
-$dribbble: #ea4c89 !default;
-$google-plus: #bb4b39 !default;
-$instagram: #517fa4 !default;
-$pinterest: #cb2027 !default;
-$vk: #45668e !default;
-$yahoo: #400191 !default;
-$behance: #1769ff !default;
-$dropbox: #007ee5 !default;
-$reddit: #ff4500 !default;
-$spotify: #7ab800 !default;
-$vine: #00bf8f !default;
-$foursquare: #1073af !default;
-$vimeo: #aad450 !default;
-
-// Navbar
-
-$navbar-height: 55px !default;
-$navbar-bg: #fff !default;
-$navbar-border: (
- bottom: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-$navbar-brand-width: 155px !default;
-$navbar-brand-bg: #fff !default;
-$navbar-brand-logo: url('/img/logo.png') !default;
-$navbar-brand-logo-size: 70px auto !default;
-$navbar-brand-border: (
- bottom: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-
-$navbar-brand-minimized-width: 50px !default;
-$navbar-brand-minimized-bg: $navbar-brand-bg !default;
-$navbar-brand-minimized-logo: url('/img/logo.png') !default;
-$navbar-brand-minimized-logo-size: 24px !default;
-$navbar-brand-minimized-border: $navbar-brand-border !default;
-
-$navbar-color: $gray-600 !default;
-$navbar-hover-color: $gray-800 !default;
-$navbar-active-color: $gray-800 !default;
-$navbar-disabled-color: $gray-300 !default;
-
-$navbar-toggler-icon: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-color}' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
-$navbar-toggler-icon-hover: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-hover-color}' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
-
-// Sidebar
-
-$sidebar-width: 200px !default;
-$sidebar-padding: 0 !default;
-$sidebar-minimized-width: 50px !default;
-$sidebar-minimized-height: $sidebar-minimized-width !default;
-$sidebar-compact-width: 150px !default;
-$sidebar-compact-height: $sidebar-compact-width !default;
-$sidebar-color: #fff !default;
-$sidebar-bg: $gray-800 !default;
-$sidebar-borders: none !default;
-$mobile-sidebar-width: 220px !default;
-
-// Sidebar Header
-
-$sidebar-header-height: auto !default;
-$sidebar-header-bg: rgba(0,0,0,.2) !default;
-$sidebar-header-padding-y: .75rem !default;
-$sidebar-header-padding-x: 1rem !default;
-
-// Sidebar Form
-
-$sidebar-form-border: 0 !default;
-$sidebar-form-bg: darken($sidebar-bg,10%) !default;
-$sidebar-form-color: #fff !default;
-$sidebar-form-placeholder-color: rgba(255,255,255,.7) !default;
-
-// Sidebar Navigation
-
-$sidebar-nav-color: #fff !default;
-$sidebar-nav-title-padding-y: .75rem !default;
-$sidebar-nav-title-padding-x: 1rem !default;
-$sidebar-nav-title-color: $gray-200 !default;
-$sidebar-nav-link-padding-y: .75rem !default;
-$sidebar-nav-link-padding-x: 1rem !default;
-$sidebar-nav-link-color: #fff !default;
-$sidebar-nav-link-bg: transparent !default;
-$sidebar-nav-link-icon-color: $gray-600 !default;
-$sidebar-nav-link-borders: 0 !default;
-
-$sidebar-nav-link-hover-color: #fff !default;
-$sidebar-nav-link-hover-bg: theme-color("primary") !default;
-$sidebar-nav-link-hover-icon-color: #fff !default;
-$sidebar-nav-link-hover-borders: 0 !default;
-
-$sidebar-nav-link-active-color: #fff !default;
-$sidebar-nav-link-active-bg: lighten($sidebar-bg, 5%) !default;
-$sidebar-nav-link-active-icon-color: theme-color("primary") !default;
-$sidebar-nav-link-active-borders: 0 !default;
-
-$sidebar-nav-dropdown-color: #fff !default;
-$sidebar-nav-dropdown-bg: rgba(0,0,0,.2) !default;
-$sidebar-nav-dropdown-borders: 0 !default;
-$sidebar-nav-dropdown-indicator-color:$gray-600 !default;
-$sidebar-nav-dropdown-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-nav-dropdown-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default;
-$sidebar-nav-dropdown-indicator-hover-color:$sidebar-nav-link-hover-color;
-$sidebar-nav-dropdown-indicator-hover:str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-nav-dropdown-indicator-hover-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default;
-
-// Sidebar Footer
-
-$sidebar-footer-height: auto !default;
-$sidebar-footer-bg: rgba(0,0,0,.2) !default;
-$sidebar-footer-padding-y: .75rem !default;
-$sidebar-footer-padding-x: 1rem !default;
-$sidebar-footer-borders: 0 !default;
-
-// Sidebar Minimizer
-
-$sidebar-minimizer-height: 50px !default;
-$sidebar-minimizer-bg: rgba(0,0,0,.2) !default;
-$sidebar-minimizer-borders: 0 !default;
-$sidebar-minimizer-indicator-color: $gray-600 !default;
-$sidebar-minimizer-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-minimizer-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default;
-$sidebar-minimizer-hover-bg: rgba(0,0,0,.3) !default;
-$sidebar-minimizer-hover-indicator-color:$sidebar-nav-link-hover-color !default;
-$sidebar-minimizer-hover-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-minimizer-hover-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default;
-
-
-// Top Navigation
-
-$top-nav-bg: #fff !default;
-$top-nav-color: $body-color !default;
-$top-nav-borders: (
- bottom: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-$top-nav-ul-borders: (
- all: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-
-$top-nav-hover-color: #fff !default;
-$top-nav-hover-bg: theme-color("primary") !default;
-$top-nav-active-color: #fff !default;
-$top-nav-active-bg: theme-color("primary") !default;
-$top-nav-height: $navbar-height - 15px !default;
-
-// Breadcrumb
-$breadcrumb-borders: (
- bottom: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-
-// Aside
-
-$aside-menu-width: 250px !default;
-$aside-menu-color: $gray-800 !default;
-$aside-menu-bg: #fff !default;
-$aside-menu-borders: (
- left: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-
-$aside-menu-nav-padding-y: .75rem !default;
-$aside-menu-nav-padding-x: 1rem !default;
-
-// Footer
-
-$footer-height: 50px !default;
-$footer-bg: $gray-100 !default;
-$footer-color: $body-color !default;
-$footer-borders: (
- top: (
- size: 1px,
- style: solid,
- color: $border-color
- )
-) !default;
-
-// Cards
-
-$card-icon-bg: transparent !default;
-$card-icon-color: $body-color !default;
diff --git a/template/assets/scss/core/_widgets.scss b/template/assets/scss/core/_widgets.scss
deleted file mode 100644
index 2fa5f705..00000000
--- a/template/assets/scss/core/_widgets.scss
+++ /dev/null
@@ -1,253 +0,0 @@
-// .social-box
-.social-box {
- min-height: 160px;
- margin-bottom: 2 * $card-spacer-y;
- text-align: center;
- background: #fff;
- border: $card-border-width solid $card-border-color;
- @include border-radius($card-border-radius);
-
- i {
- display: block;
- margin: -1px -1px 0;
- font-size: 40px;
- line-height: 90px;
- background: $gray-200;
-
- @include border-radius($card-border-radius $card-border-radius 0 0);
- }
-
- .chart-wrapper {
- height: 90px;
- margin: -90px 0 0;
-
- canvas {
- width: 100% !important;
- height: 90px !important;
- }
- }
-
- ul {
- padding: 10px 0;
- list-style: none;
-
-
- li {
- display: block;
- float: left;
- width: 50%;
-
- &:first-child {
- border-right: 1px solid $border-color;
- }
-
- strong {
- display: block;
- font-size: 20px;
- }
-
- span {
- font-size: 10px;
- font-weight: 500;
- color: $border-color;
- text-transform: uppercase;
- }
- }
- }
-
- &.facebook {
- i {
- color: #fff;
- background: $facebook;
- }
- }
-
- &.twitter {
- i {
- color: #fff;
- background: $twitter;
- }
- }
-
- &.linkedin {
- i {
- color: #fff;
- background: $linkedin;
- }
- }
-
- &.google-plus {
- i {
- color: #fff;
- background: $google-plus;
- }
- }
-}
-
-.horizontal-bars {
- padding: 0;
- margin: 0;
- list-style: none;
-
- li {
- position: relative;
- height: 40px;
- line-height: 40px;
- vertical-align: middle;
-
- .title {
- width: 100px;
- font-size: 12px;
- font-weight: 600;
- color: $text-muted;
- vertical-align: middle;
- }
-
- .bars {
- position: absolute;
- top: 15px;
- width: 100%;
- padding-left: 100px;
-
- .progress:first-child {
- margin-bottom: 2px;
- }
- }
-
- &.legend {
- text-align: center;
-
- .badge {
- display: inline-block;
- width: 8px;
- height: 8px;
- padding: 0;
- }
- }
-
- &.divider {
- height: 40px;
-
- i {
- margin: 0 !important;
- }
- }
- }
-
- &.type-2 {
-
- li {
- overflow: hidden;
-
- i {
- display: inline-block;
- margin-right: $spacer;
- margin-left: 5px;
- font-size: 18px;
- line-height: 40px;
- }
-
- .title {
- display: inline-block;
- width: auto;
- margin-top: -9px;
- font-size: $font-size-base;
- font-weight: normal;
- line-height: 40px;
- color: $body-color;
- }
-
- .value {
- float: right;
- font-weight: 600;
- }
-
- .bars {
- position: absolute;
- top: auto;
- bottom: 0;
- padding: 0;
- }
- }
- }
-}
-
-.icons-list {
- padding: 0;
- margin: 0;
- list-style: none;
-
- li {
- position: relative;
- height: 40px;
- vertical-align: middle;
-
- i {
- display: block;
- float: left;
- width: 35px !important;
- height: 35px !important;
- margin: 2px;
- line-height: 35px !important;
- text-align: center;
- }
-
- .desc {
- height: 40px;
- margin-left: 50px;
- border-bottom: 1px solid $border-color;
-
- .title {
- padding: 2px 0 0;
- margin: 0;
- }
- small {
- display: block;
- margin-top: -4px;
- color: $text-muted;
- }
- }
-
- .value {
- position: absolute;
- top: 2px;
- right: 45px;
- text-align: right;
-
- strong {
- display: block;
- margin-top: -3px;
- }
- }
-
- .actions {
- position: absolute;
- top: -4px;
- right: 10px;
- width: 40px;
- height: 40px;
- line-height: 40px;
- text-align: center;
-
- i {
- float: none;
- width: auto;
- height: auto;
- padding: 0;
- margin: 0;
- line-height: normal;
- }
- }
-
- &.divider {
- height: 40px;
-
- i {
- width: auto;
- height: auto;
- margin: 2px 0 0;
- font-size: 18px;
- }
- }
- }
-}
diff --git a/template/assets/scss/core/core.scss b/template/assets/scss/core/core.scss
deleted file mode 100644
index 9f029c54..00000000
--- a/template/assets/scss/core/core.scss
+++ /dev/null
@@ -1,47 +0,0 @@
-// Import core styles
-@import "variables";
-@import "mixins";
-
-// Additional typography
-@import "typography";
-
-// Animations
-@import "animate";
-
-// Components
-@import "aside";
-@import "avatars";
-@import "badge";
-@import "breadcrumb-menu";
-@import "breadcrumb";
-@import "buttons";
-@import "callout";
-@import "card";
-@import "charts";
-@import "dropdown";
-@import "footer";
-@import "grid";
-@import "input-group";
-@import "loading";
-@import "modal";
-@import "nav";
-@import "navbar";
-@import "progress";
-@import "sidebar";
-@import "switches";
-@import "tables";
-@import "widgets";
-
-// Layout Options
-@import "layout";
-
-@import "others";
-
-// Utility classes
-@import "utilities";
-
-// Temporary fixes
-@import "temp";
-
-// Right-to-left
-@import "rtl";
diff --git a/template/assets/scss/core/utilities/_background.scss b/template/assets/scss/core/utilities/_background.scss
deleted file mode 100644
index 22603868..00000000
--- a/template/assets/scss/core/utilities/_background.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-.bg-primary,
-.bg-success,
-.bg-info,
-.bg-warning,
-.bg-danger,
-.bg-inverse {
- color: #fff;
-}
diff --git a/template/assets/scss/core/utilities/_borders.scss b/template/assets/scss/core/utilities/_borders.scss
deleted file mode 100644
index c840fd0c..00000000
--- a/template/assets/scss/core/utilities/_borders.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-//border
-@each $prop, $abbrev in (border: b) {
- @each $size in (0,1,2) {
- @if $size == 0 {
- .#{$abbrev}-a-#{$size} { #{$prop}: 0 !important; } // a = All sides
- .#{$abbrev}-t-#{$size} { #{$prop}-top: 0 !important; }
- .#{$abbrev}-r-#{$size} { #{$prop}-right: 0 !important; }
- .#{$abbrev}-b-#{$size} { #{$prop}-bottom: 0 !important; }
- .#{$abbrev}-l-#{$size} { #{$prop}-left: 0 !important; }
- } @else {
- .#{$abbrev}-a-#{$size} { #{$prop}: $size * $border-width solid $border-color !important; } // a = All sides
- .#{$abbrev}-t-#{$size} { #{$prop}-top: $size * $border-width solid $border-color !important; }
- .#{$abbrev}-r-#{$size} { #{$prop}-right: $size * $border-width solid $border-color !important; }
- .#{$abbrev}-b-#{$size} { #{$prop}-bottom: $size * $border-width solid $border-color !important; }
- .#{$abbrev}-l-#{$size} { #{$prop}-left: $size * $border-width solid $border-color !important; }
- }
- }
-}
diff --git a/template/assets/scss/core/utilities/_display.scss b/template/assets/scss/core/utilities/_display.scss
deleted file mode 100644
index 0f0e58a7..00000000
--- a/template/assets/scss/core/utilities/_display.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// Utilities for common `display` values
-//
-
-@each $breakpoint in map-keys($grid-breakpoints) {
- @include media-breakpoint-down($breakpoint) {
- $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
-
- .d#{$infix}-down-none { display: none !important; }
- // .d#{$infix}-inline { display: inline !important; }
- // .d#{$infix}-inline-block { display: inline-block !important; }
- // .d#{$infix}-block { display: block !important; }
- // .d#{$infix}-table { display: table !important; }
- // .d#{$infix}-table-cell { display: table-cell !important; }
- // .d#{$infix}-flex { display: flex !important; }
- // .d#{$infix}-inline-flex { display: inline-flex !important; }
- }
-}
diff --git a/template/assets/scss/style.scss b/template/assets/scss/style.scss
deleted file mode 100644
index b51308da..00000000
--- a/template/assets/scss/style.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/*!
- * CoreUI - Open Source Bootstrap Admin Template
- * @version v1.0.10
- * @link http://coreui.io
- * Copyright (c) 2018 creativeLabs Łukasz Holeczek
- * @license MIT
- */
-
-// Override Boostrap variables
-@import "bootstrap-variables";
-
-// Import Bootstrap source files
-@import "node_modules/bootstrap/scss/bootstrap";
-
-// Override core variables
-@import "core-variables";
-
-// Import core styles
-@import "core/core";
-
-// Custom styles
-@import "custom";
diff --git a/template/assets/scss/vendors/_variables.scss b/template/assets/scss/vendors/_variables.scss
deleted file mode 100644
index 988dfec6..00000000
--- a/template/assets/scss/vendors/_variables.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-@import "node_modules/bootstrap/scss/functions";
-@import "../bootstrap-variables";
-@import "node_modules/bootstrap/scss/variables";
-@import "node_modules/bootstrap/scss/mixins";
-@import "../core-variables";
-@import "../core/variables";
diff --git a/template/assets/scss/vendors/chart.js/chart.scss b/template/assets/scss/vendors/chart.js/chart.scss
deleted file mode 100644
index 7e99ccaa..00000000
--- a/template/assets/scss/vendors/chart.js/chart.scss
+++ /dev/null
@@ -1,48 +0,0 @@
-// Import variables
-@import '../variables';
-
-.chart-legend,
-.bar-legend,
-.line-legend,
-.pie-legend,
-.radar-legend,
-.polararea-legend,
-.doughnut-legend {
- list-style-type: none;
- margin-top: 5px;
- text-align: center;
- -webkit-padding-start: 0;
- -moz-padding-start: 0;
- padding-left: 0;
-}
-.chart-legend li,
-.bar-legend li,
-.line-legend li,
-.pie-legend li,
-.radar-legend li,
-.polararea-legend li,
-.doughnut-legend li {
- display: inline-block;
- white-space: nowrap;
- position: relative;
- margin-bottom: 4px;
- @include border-radius($border-radius);
- padding: 2px 8px 2px 28px;
- font-size: smaller;
- cursor: default;
-}
-.chart-legend li span,
-.bar-legend li span,
-.line-legend li span,
-.pie-legend li span,
-.radar-legend li span,
-.polararea-legend li span,
-.doughnut-legend li span {
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- width: 20px;
- height: 20px;
- @include border-radius($border-radius);
-}
diff --git a/template/components/Aside.vue b/template/components/Aside.vue
deleted file mode 100644
index b23bc82c..00000000
--- a/template/components/Aside.vue
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
diff --git a/template/components/Breadcrumb.vue b/template/components/Breadcrumb.vue
deleted file mode 100644
index 2f3dab78..00000000
--- a/template/components/Breadcrumb.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
- {{ showName(item) }}
- {{ showName(item) }}
-
-
-
-
-
diff --git a/template/components/Callout.vue b/template/components/Callout.vue
deleted file mode 100644
index 33e9d9cd..00000000
--- a/template/components/Callout.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
diff --git a/template/components/Footer.vue b/template/components/Footer.vue
deleted file mode 100644
index a9adbbe9..00000000
--- a/template/components/Footer.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
diff --git a/template/components/Header/Header.vue b/template/components/Header/Header.vue
deleted file mode 100644
index 0a41ddec..00000000
--- a/template/components/Header/Header.vue
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
diff --git a/template/components/Header/HeaderDropdown.vue b/template/components/Header/HeaderDropdown.vue
deleted file mode 100644
index 200a5d55..00000000
--- a/template/components/Header/HeaderDropdown.vue
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
- Account
- Updates{{itemsCount}}
- Messages{{itemsCount}}
- Tasks{{itemsCount}}
- Comments{{itemsCount}}
- Settings
- Profile
- Settings
- Payments{{itemsCount}}
- Projects{{itemsCount}}
-
- Lock Account
- Logout
-
-
-
-
-
diff --git a/template/components/Logo.vue b/template/components/Logo.vue
deleted file mode 100644
index f02dd127..00000000
--- a/template/components/Logo.vue
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
diff --git a/template/components/README.md b/template/components/README.md
deleted file mode 100644
index a079f106..00000000
--- a/template/components/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# COMPONENTS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-The components directory contains your Vue.js Components.
-
-_Nuxt.js doesn't supercharge these components._
diff --git a/template/components/Sidebar/Sidebar.vue b/template/components/Sidebar/Sidebar.vue
deleted file mode 100644
index 50e3aec5..00000000
--- a/template/components/Sidebar/Sidebar.vue
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarFooter.vue b/template/components/Sidebar/SidebarFooter.vue
deleted file mode 100644
index 34a9b487..00000000
--- a/template/components/Sidebar/SidebarFooter.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarForm.vue b/template/components/Sidebar/SidebarForm.vue
deleted file mode 100644
index 09c8d9fa..00000000
--- a/template/components/Sidebar/SidebarForm.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarHeader.vue b/template/components/Sidebar/SidebarHeader.vue
deleted file mode 100644
index ec7b3bc9..00000000
--- a/template/components/Sidebar/SidebarHeader.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarMinimizer.vue b/template/components/Sidebar/SidebarMinimizer.vue
deleted file mode 100644
index 89b67b98..00000000
--- a/template/components/Sidebar/SidebarMinimizer.vue
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavDivider.vue b/template/components/Sidebar/SidebarNavDivider.vue
deleted file mode 100644
index 0aa5d6a0..00000000
--- a/template/components/Sidebar/SidebarNavDivider.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavDropdown.vue b/template/components/Sidebar/SidebarNavDropdown.vue
deleted file mode 100644
index 57d16944..00000000
--- a/template/components/Sidebar/SidebarNavDropdown.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- {{name}}
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavItem.vue b/template/components/Sidebar/SidebarNavItem.vue
deleted file mode 100644
index aa9d04e2..00000000
--- a/template/components/Sidebar/SidebarNavItem.vue
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavLabel.vue b/template/components/Sidebar/SidebarNavLabel.vue
deleted file mode 100644
index 20ed7ced..00000000
--- a/template/components/Sidebar/SidebarNavLabel.vue
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
- {{name}}
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavLink.vue b/template/components/Sidebar/SidebarNavLink.vue
deleted file mode 100644
index cba5d484..00000000
--- a/template/components/Sidebar/SidebarNavLink.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
- {{name}}
- {{badge.text}}
-
-
-
-
-
diff --git a/template/components/Sidebar/SidebarNavTitle.vue b/template/components/Sidebar/SidebarNavTitle.vue
deleted file mode 100644
index 8879614f..00000000
--- a/template/components/Sidebar/SidebarNavTitle.vue
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {{name}}
-
-
-
- {{name}}
-
-
-
-
-
diff --git a/template/components/Switch.vue b/template/components/Switch.vue
deleted file mode 100644
index a0d54465..00000000
--- a/template/components/Switch.vue
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/components/charts/BarExample.vue b/template/components/charts/BarExample.vue
deleted file mode 100644
index ac8bbd22..00000000
--- a/template/components/charts/BarExample.vue
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/template/components/charts/DoughnutExample.vue b/template/components/charts/DoughnutExample.vue
deleted file mode 100644
index 2cd26b56..00000000
--- a/template/components/charts/DoughnutExample.vue
+++ /dev/null
@@ -1,23 +0,0 @@
-
diff --git a/template/components/charts/LineExample.vue b/template/components/charts/LineExample.vue
deleted file mode 100644
index efd444af..00000000
--- a/template/components/charts/LineExample.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/template/components/charts/PieExample.vue b/template/components/charts/PieExample.vue
deleted file mode 100644
index 2b68b466..00000000
--- a/template/components/charts/PieExample.vue
+++ /dev/null
@@ -1,23 +0,0 @@
-
diff --git a/template/components/charts/PolarAreaExample.vue b/template/components/charts/PolarAreaExample.vue
deleted file mode 100644
index d86a725e..00000000
--- a/template/components/charts/PolarAreaExample.vue
+++ /dev/null
@@ -1,32 +0,0 @@
-
diff --git a/template/components/charts/RadarExample.vue b/template/components/charts/RadarExample.vue
deleted file mode 100644
index 61d2da14..00000000
--- a/template/components/charts/RadarExample.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
diff --git a/template/components/dashboard/CalloutChartExample.vue b/template/components/dashboard/CalloutChartExample.vue
deleted file mode 100644
index 1389a1af..00000000
--- a/template/components/dashboard/CalloutChartExample.vue
+++ /dev/null
@@ -1,51 +0,0 @@
-
diff --git a/template/components/dashboard/CardBarChartExample.vue b/template/components/dashboard/CardBarChartExample.vue
deleted file mode 100644
index c69d1319..00000000
--- a/template/components/dashboard/CardBarChartExample.vue
+++ /dev/null
@@ -1,38 +0,0 @@
-
diff --git a/template/components/dashboard/CardLine1ChartExample.vue b/template/components/dashboard/CardLine1ChartExample.vue
deleted file mode 100644
index bc974493..00000000
--- a/template/components/dashboard/CardLine1ChartExample.vue
+++ /dev/null
@@ -1,59 +0,0 @@
-
diff --git a/template/components/dashboard/CardLine2ChartExample.vue b/template/components/dashboard/CardLine2ChartExample.vue
deleted file mode 100644
index a449df6b..00000000
--- a/template/components/dashboard/CardLine2ChartExample.vue
+++ /dev/null
@@ -1,61 +0,0 @@
-
diff --git a/template/components/dashboard/CardLine3ChartExample.vue b/template/components/dashboard/CardLine3ChartExample.vue
deleted file mode 100644
index da27ed07..00000000
--- a/template/components/dashboard/CardLine3ChartExample.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
diff --git a/template/components/dashboard/MainChartExample.vue b/template/components/dashboard/MainChartExample.vue
deleted file mode 100644
index c97990fd..00000000
--- a/template/components/dashboard/MainChartExample.vue
+++ /dev/null
@@ -1,100 +0,0 @@
-
diff --git a/template/components/dashboard/SocialBoxChartExample.vue b/template/components/dashboard/SocialBoxChartExample.vue
deleted file mode 100644
index 1d948111..00000000
--- a/template/components/dashboard/SocialBoxChartExample.vue
+++ /dev/null
@@ -1,44 +0,0 @@
-
diff --git a/template/components/index.js b/template/components/index.js
deleted file mode 100644
index 42502c45..00000000
--- a/template/components/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-import Aside from './Aside.vue'
-import Breadcrumb from './Breadcrumb.vue'
-import Callout from './Callout.vue'
-import Footer from './Footer.vue'
-import Header from './Header/Header.vue'
-import Sidebar from './Sidebar/Sidebar.vue'
-import Switch from './Switch.vue'
-
-export {
- Aside,
- Breadcrumb,
- Callout,
- Footer,
- Header,
- Sidebar,
- Switch
-}
diff --git a/template/layouts/README.md b/template/layouts/README.md
deleted file mode 100644
index cad1ad57..00000000
--- a/template/layouts/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# LAYOUTS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Application Layouts.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts).
diff --git a/template/layouts/clean.vue b/template/layouts/clean.vue
deleted file mode 100644
index 28825d26..00000000
--- a/template/layouts/clean.vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/template/layouts/default.vue b/template/layouts/default.vue
deleted file mode 100644
index 2060c9e6..00000000
--- a/template/layouts/default.vue
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/template/layouts/menu.js b/template/layouts/menu.js
deleted file mode 100644
index ebddf6a2..00000000
--- a/template/layouts/menu.js
+++ /dev/null
@@ -1,258 +0,0 @@
-export default {
- items: [
- {
- name: 'Dashboard',
- url: '/',
- icon: 'icon-speedometer',
- badge: {
- variant: 'primary',
- text: 'NEW'
- }
- },
- {
- title: true,
- name: 'Theme',
- class: '',
- wrapper: {
- element: '',
- attributes: {}
- }
- },
- {
- name: 'Colors',
- url: '/theme/colors',
- icon: 'icon-drop'
- },
- {
- name: 'Typography',
- url: '/theme/typography',
- icon: 'icon-pencil'
- },
- {
- title: true,
- name: 'Components',
- class: '',
- wrapper: {
- element: '',
- attributes: {}
- }
- },
- {
- name: 'Base',
- url: '/base',
- icon: 'icon-puzzle',
- children: [
- {
- name: 'Breadcrumbs',
- url: '/base/breadcrumbs',
- icon: 'icon-puzzle'
- },
- {
- name: 'Cards',
- url: '/base/cards',
- icon: 'icon-puzzle'
- },
- {
- name: 'Carousels',
- url: '/base/carousels',
- icon: 'icon-puzzle'
- },
- {
- name: 'Collapses',
- url: '/base/collapses',
- icon: 'icon-puzzle'
- },
- {
- name: 'Forms',
- url: '/base/forms',
- icon: 'icon-puzzle'
- },
- {
- name: 'Jumbotrons',
- url: '/base/jumbotrons',
- icon: 'icon-puzzle'
- },
- {
- name: 'List Groups',
- url: '/base/list-groups',
- icon: 'icon-puzzle'
- },
- {
- name: 'Navs',
- url: '/base/navs',
- icon: 'icon-puzzle'
- },
- {
- name: 'Paginations',
- url: '/base/paginations',
- icon: 'icon-puzzle'
- },
- {
- name: 'Popovers',
- url: '/base/popovers',
- icon: 'icon-puzzle'
- },
- {
- name: 'Progress Bars',
- url: '/base/progress-bars',
- icon: 'icon-puzzle'
- },
- {
- name: 'Switches',
- url: '/base/switches',
- icon: 'icon-puzzle'
- },
- {
- name: 'Tables',
- url: '/base/tables',
- icon: 'icon-puzzle'
- },
- {
- name: 'Tooltips',
- url: '/base/tooltips',
- icon: 'icon-puzzle'
- }
- ]
- },
- {
- name: 'Buttons',
- url: '/buttons',
- icon: 'icon-cursor',
- children: [
- {
- name: 'Standard Buttons',
- url: '/buttons/standard-buttons',
- icon: 'icon-cursor'
- },
- {
- name: 'Button Groups',
- url: '/buttons/button-groups',
- icon: 'icon-cursor'
- },
- {
- name: 'Dropdowns',
- url: '/buttons/dropdowns',
- icon: 'icon-cursor'
- },
- {
- name: 'Social Buttons',
- url: '/buttons/social-buttons',
- icon: 'icon-cursor'
- }
- ]
- },
- {
- name: 'Icons',
- url: '/icons',
- icon: 'icon-star',
- children: [
- {
- name: 'Flags',
- url: '/icons/flags',
- icon: 'icon-star',
- badge: {
- variant: 'success',
- text: 'NEW'
- }
- },
- {
- name: 'Font Awesome',
- url: '/icons/font-awesome',
- icon: 'icon-star',
- badge: {
- variant: 'secondary',
- text: '4.7'
- }
- },
- {
- name: 'Simple Line Icons',
- url: '/icons/simple-line-icons',
- icon: 'icon-star'
- }
- ]
- },
- {
- name: 'Charts',
- url: '/charts',
- icon: 'icon-pie-chart'
- },
- {
- name: 'Notifications',
- url: '/notifications',
- icon: 'icon-bell',
- children: [
- {
- name: 'Alerts',
- url: '/notifications/alerts',
- icon: 'icon-bell'
- },
- {
- name: 'Badges',
- url: '/notifications/badges',
- icon: 'icon-bell'
- },
- {
- name: 'Modals',
- url: '/notifications/modals',
- icon: 'icon-bell'
- }
- ]
- },
- {
- name: 'Widgets',
- url: '/widgets',
- icon: 'icon-calculator',
- badge: {
- variant: 'primary',
- text: 'NEW'
- }
- },
- {
- divider: true
- },
- {
- title: true,
- name: 'Extras'
- },
- {
- name: 'Pages',
- url: '/pages',
- icon: 'icon-star',
- children: [
- {
- name: 'Login',
- url: '/pages/login',
- icon: 'icon-star'
- },
- {
- name: 'Register',
- url: '/pages/register',
- icon: 'icon-star'
- },
- {
- name: 'Error 404',
- url: '/pages/404',
- icon: 'icon-star'
- },
- {
- name: 'Error 500',
- url: '/pages/500',
- icon: 'icon-star'
- }
- ]
- },
- {
- name: 'Download CoreUI',
- url: 'http://coreui.io/vue/',
- icon: 'icon-cloud-download',
- class: 'mt-auto',
- variant: 'success'
- },
- {
- name: 'Try CoreUI PRO',
- url: 'http://coreui.io/pro/vue/',
- icon: 'icon-layers',
- variant: 'danger'
- }
- ]
-}
diff --git a/template/middleware/README.md b/template/middleware/README.md
deleted file mode 100644
index 009e48c5..00000000
--- a/template/middleware/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# MIDDLEWARE
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your application middleware.
-The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
diff --git a/template/nuxt.config.js b/template/nuxt.config.js
deleted file mode 100644
index 409d33be..00000000
--- a/template/nuxt.config.js
+++ /dev/null
@@ -1,110 +0,0 @@
-const changeLoaderOptions = loaders => {
- if (loaders) {
- for (const loader of loaders) {
- if (loader.loader === 'sass-loader') {
- Object.assign(loader.options, {
- includePaths: ['./assets']
- })
- }
- }
- }
-}
-
-module.exports = {
- /*
- ** Headers of the page
- */
- head: {
- title: 'Nuxt CoreUI',
- meta: [
- { charset: 'utf-8' },
- { name: 'viewport', content: 'width=device-width, initial-scale=1' },
- { hid: 'description', name: 'description', content: 'Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.' }
- ],
- link: [
- { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
- ]
- },
-
- /*
- ** Customize the progress bar color
- */
- loading: { color: '#42A5CC' },
-
- /**
- * Import CSS
- */
- css: [
- /* Import Font Awesome Icons Set */
- '~/node_modules/flag-icon-css/css/flag-icon.min.css',
- /* Import Font Awesome Icons Set */
- '~/node_modules/font-awesome/css/font-awesome.min.css',
- /* Import Simple Line Icons Set */
- '~/node_modules/simple-line-icons/css/simple-line-icons.css',
- /* Import Bootstrap Vue Styles */
- '~/node_modules/bootstrap-vue/dist/bootstrap-vue.css',
- /* Import Core SCSS */
- { src: '~/assets/scss/style.scss', lang: 'scss' }
- ],
-
- /*
- ** Plugins to load before mounting the App
- */
- plugins: [
-
- ],
-
- /*
- ** Nuxt.js modules
- */
- modules: [
- // Doc: https://github.com/nuxt-community/axios-module#usage
- '@nuxtjs/axios',
- // Doc: https://github.com/bootstrap-vue/bootstrap-vue
- 'bootstrap-vue/nuxt'
- ],
- /*
- ** Axios module configuration
- */
- axios: {
- // See https://github.com/nuxt-community/axios-module#options
- },
-
- /*
- ** Style resources configuration
- */
- styleResources: {
- scss: './assets/scss/style.scss'
- },
-
- /*
- ** Build configuration
- */
- build: {
- /*
- ** You can extend webpack config here
- */
- extend (config, { isDev, isClient }) {
- if (isDev && isClient) {
- config.module.rules.push({
- enforce: 'pre',
- test: /\.(js|vue)$/,
- loader: 'eslint-loader',
- exclude: /(node_modules)/
- })
-
- const vueLoader = config.module.rules.find(
- ({loader}) => loader === 'vue-loader')
- const { options: {loaders} } = vueLoader || { options: {} }
-
- if (loaders) {
- for (const loader of Object.values(loaders)) {
- changeLoaderOptions(Array.isArray(loader) ? loader : [loader])
- }
- }
-
- config.module.rules.forEach(rule => changeLoaderOptions(rule.use))
- }
- }
- }
-}
diff --git a/template/package.json b/template/package.json
deleted file mode 100644
index d03df54b..00000000
--- a/template/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "{{name}}",
- "version": "1.0.0",
- "description": "{{description}}",
- "author": "{{author}}",
- "private": true,
- "scripts": {
- "dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
- "build": "nuxt build",
- "start": "cross-env NODE_ENV=production node server/index.js",
- "generate": "nuxt generate"
- },
- "dependencies": {
- "cross-env": "^5.2.0",
- "nuxt": "^2.0.0",
- "express": "^4.16.3",
- "@nuxtjs/axios": "^5.0.0",
- "@nuxtjs/style-resources": "^0.1.1",
- "bootstrap-vue": "^2.0.0-rc.1",
- "chart.js": "^2.7.1",
- "flag-icon-css": "^2.9.0",
- "font-awesome": "^4.7.0",
- "simple-line-icons": "^2.4.1",
- "vue-chartjs": "^3.1.1"
- },
- "devDependencies": {
- "node-sass": "^4.7.2",
- "sass-loader": "^6.0.6",
- "nodemon": "^1.11.0",
- "babel-eslint": "^8.2.1",
- "eslint": "^4.15.0",
- "eslint-friendly-formatter": "^3.0.0",
- "eslint-loader": "^2.0.0",
- "eslint-plugin-vue": "^4.0.0"
- }
-}
diff --git a/template/pages/README.md b/template/pages/README.md
deleted file mode 100644
index 7a6cffa6..00000000
--- a/template/pages/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# PAGES
-
-This directory contains your Application Views and Routes.
-The framework reads all the `*.vue` files inside this directory and create the router of your application.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing).
diff --git a/template/pages/base/breadcrumbs.vue b/template/pages/base/breadcrumbs.vue
deleted file mode 100644
index 69c1d81f..00000000
--- a/template/pages/base/breadcrumbs.vue
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
Bootstrap Breadcrumb
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/cards.vue b/template/pages/base/cards.vue
deleted file mode 100644
index ebc33706..00000000
--- a/template/pages/base/cards.vue
+++ /dev/null
@@ -1,218 +0,0 @@
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
- Card footer
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
- Card with switch
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
- Card with label
- Success
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
- Card with label
- 42
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- Someone famous in
- Source Title
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
-
-
-
-
-
diff --git a/template/pages/base/carousels.vue b/template/pages/base/carousels.vue
deleted file mode 100644
index 240eb62c..00000000
--- a/template/pages/base/carousels.vue
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hello world!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
- eros felis, tincidunt a tincidunt eget, convallis vel est. Ut pellentesque
- ut lacus vel interdum.
-
-
-
-
-
-
- Slide #: {{ slide }}
- Sliding: {{ sliding }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/collapses.vue b/template/pages/base/collapses.vue
deleted file mode 100644
index b15cab21..00000000
--- a/template/pages/base/collapses.vue
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
-
-
-
-
-
-
Toggle Collapse
-
-
- Collapse contents Here
- Toggle Inner Collapse
-
- Hello!
-
-
-
-
-
-
-
-
-
- Collapse withv-b-toggle
directive
-
-
-
- Toggle Collapse
-
-
- Toggle Collapse
-
-
-
-
- I am collapsible content!
-
-
-
-
-
-
-
-
-
-
- Collapse withvisibility
-
-
- Toggle Collapse
-
-
- I should start open!
-
-
-
-
-
-
-
-
- Collapse withv-model
-
-
-
- Toggle Collapse
-
-
-
- I should start open!
-
-
-
-
-
-
-
-
-
-
- Collapse multiple elements
-
-
-
- Toggle Both Collapse A and B
-
-
-
-
- I am collapsable content A!
-
-
-
-
- I am collapsable content B!
-
-
-
-
-
-
-
-
- Collapse accordion
support
-
-
-
-
- Accordion 1
-
-
-
-
- I start opened because visible
is true
-
-
- {{ text }}
-
-
-
-
-
-
- Accordion 2
-
-
-
-
- {{ text }}
-
-
-
-
-
-
- Accordion 3
-
-
-
-
- {{ text }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/forms.vue b/template/pages/base/forms.vue
deleted file mode 100644
index 3eb21f8b..00000000
--- a/template/pages/base/forms.vue
+++ /dev/null
@@ -1,1022 +0,0 @@
-
-
-
-
-
-
- Credit Card Form
-
-
-
-
- Name
-
-
-
-
-
-
-
- Credit Card Number
-
-
-
-
-
-
-
- Month
-
-
-
-
-
-
- Year
-
-
-
-
-
-
- CVV/CVC
-
-
-
-
-
-
-
-
-
- Company Form
-
-
- Company
-
-
-
- VAT
-
-
-
- Street
-
-
-
-
-
- City
-
-
-
-
-
- Postal Code
-
-
-
-
-
- Country
-
-
-
-
-
-
-
-
-
- Basic Form Elements
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Option 1
- Option 2
- Option 3
-
-
-
-
- Option 1
- Option 2
- Option 3
-
-
-
-
-
-
-
- Option 1
-
-
-
- Option 2
-
-
-
- Option 3
-
-
-
-
-
-
-
- Option 1
-
-
-
- Option 2
-
-
-
- Option 3
-
-
-
-
-
-
-
- Option 1
-
-
-
- Option 2
-
-
-
- Option 3
-
-
-
-
-
-
-
- Option 1
-
-
-
- Option 2
-
-
-
- Option 3
-
-
-
-
-
-
-
-
-
-
- Submit
- Reset
-
-
-
-
- Inline Form
-
-
-
- Name:
-
- Email:
-
-
-
- Submit
- Reset
-
-
-
-
-
-
- Horizontal Form
-
-
-
-
-
-
-
-
- Submit
- Reset
-
-
-
-
- Normal Form
-
-
-
-
-
-
-
-
- Submit
- Reset
-
-
-
-
- Input Grid
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Login
- Reset
-
-
-
-
- Input Sizes
-
-
-
-
-
-
-
-
-
-
-
- Submit
- Reset
-
-
-
-
-
-
-
-
- Validation feedback Form
-
-
-
- Input is valid
-
-
- Input is valid.
-
-
-
- Input is invalid
-
-
- Please provide a valid information.
-
-
-
-
-
-
-
-
- Validation feedback Form
-
-
-
-
-
-
- Input is not required.
-
-
-
-
-
- Input provided.
-
-
- Please provide a required input.
-
-
-
-
-
-
-
-
-
-
-
- Icon/Text Groups
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .00
-
-
-
- Submit
- Reset
-
-
-
-
-
-
- Buttons Groups
-
-
-
-
-
-
- Search
-
-
-
-
-
-
-
-
-
-
- Submit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Submit
- Reset
-
-
-
-
-
-
- Dropdowns Groups
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
-
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
-
-
-
-
- Submit
- Reset
-
-
-
-
-
-
-
-
- Use the grid for big devices! .col-lg-*
.col-md-*
.col-sm-*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Action
- Action
- Action
- Action
- Action
-
-
-
-
-
-
- Input Grid for small devices! .col-*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Action
- Action
- Action
- Action
- Action
-
-
-
-
-
-
-
-
- Example Form
-
-
-
- Username
-
-
-
-
-
-
- Email
-
-
-
-
-
-
- Password
-
-
-
-
-
- Submit
-
-
-
-
-
-
- Example Form
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Submit
-
-
-
-
-
-
- Example Form
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Submit
-
-
-
-
-
-
-
-
-
-
-
-
-
- @
-
-
-
-
-
-
-
- .00
-
-
-
-
-
- $
-
-
- .00
-
-
-
-
-
-
- Go!
-
-
-
-
-
-
-
- Search
- Options
-
-
-
-
- Save changes
- Cancel
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/jumbotrons.vue b/template/pages/base/jumbotrons.vue
deleted file mode 100644
index 562ed01d..00000000
--- a/template/pages/base/jumbotrons.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
Bootstrap Jumbotron
-
-
-
-
- For more information visit website
- More Info
-
-
-
-
-
- Jumbotron
- with slots
-
-
-
-
- Bootstrap 4
-
-
- This is a simple hero unit, a simple jumbotron-style component for
- calling extra attention to featured content or information.
-
-
-
- It uses utility classes for typography and spacing to space content
- out within the larger container.
-
- Do Something
- Do Something Else
-
-
-
-
-
- Jumbotron
- variants
-
-
-
-
- Bootstrap 4
-
-
- This is a simple hero unit, a simple jumbotron-style component for
- calling extra attention to featured content or information.
-
-
-
- It uses utility classes for typography and spacing to space content
- out within the larger container.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/list-groups.vue b/template/pages/base/list-groups.vue
deleted file mode 100644
index 147207d4..00000000
--- a/template/pages/base/list-groups.vue
+++ /dev/null
@@ -1,255 +0,0 @@
-
-
-
-
-
-
-
-
Bootstrap list group
-
-
-
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
-
-
-
-
-
-
- List group active items
-
-
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
-
-
-
-
-
-
-
-
- List group disabled items
-
-
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
-
-
-
-
-
-
- List group actionable items
-
-
- Awesome link
- Link with active state
- Action links are easy
- Disabled link
-
-
-
-
-
-
-
-
- List group buttons
-
-
- Button item
- I am a button
- Disabled button
- This is a button too
-
-
-
-
-
-
- List group with badges
-
-
-
- Cras justo odio
- 14
-
-
- Dapibus ac facilisis in
- 2
-
-
- Morbi leo risus
- 1
-
-
-
-
-
-
-
-
-
- List group variants
-
-
- This is a default list group item
- This is a primary list group item
- This is a secondary list group item
- This is a success list group item
- This is a danger list group item
- This is a warning list group item
- This is a info list group item
- This is a light list group item
- This is a dark list group item
-
-
-
-
-
-
- List group variants active
-
-
- This is a default list group item
- This is a primary list group item
- This is a secondary list group item
- This is a success list group item
- This is a danger list group item
- This is a warning list group item
- This is a info list group item
- This is a light list group item
- This is a dark list group item
-
-
-
-
-
-
-
-
- List group inside cards
-
-
-
-
- Cras justo odio
- Dapibus ac facilisis in
- Vestibulum at eros
-
-
- Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
- nulla tempor. Laborum consequat non elit enim exercitation cillum aliqua
- consequat id aliqua. Esse ex consectetur mollit voluptate est in duis laboris
- ad sit ipsum anim Lorem.
-
-
-
-
- Cras justo odio
- Dapibus ac facilisis in
- Vestibulum at eros
-
-
- Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
- nulla tempor. Laborum consequat non elit enim exercitation cillum aliqua
- consequat id aliqua. Esse ex consectetur mollit voluptate est in duis laboris
- ad sit ipsum anim Lorem.
-
-
-
-
-
-
-
-
-
-
- List group custom content
-
-
-
-
-
List group item heading
- 3 days ago
-
-
- Donec id elit non mi porta gravida at eget metus. Maecenas
- sed diam eget risus varius blandit.
-
- Donec id elit non mi porta.
-
-
-
-
List group item heading
- 3 days ago
-
-
- Donec id elit non mi porta gravida at eget metus. Maecenas
- sed diam eget risus varius blandit.
-
- Donec id elit non mi porta.
-
-
-
-
Disabled List group item
- 3 days ago
-
-
- Donec id elit non mi porta gravida at eget metus. Maecenas
- sed diam eget risus varius blandit.
-
- Donec id elit non mi porta.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/navbars.vue b/template/pages/base/navbars.vue
deleted file mode 100644
index f5e6ed58..00000000
--- a/template/pages/base/navbars.vue
+++ /dev/null
@@ -1,167 +0,0 @@
-
-
-
-
-
-
-
-
-
- NavBar
-
-
-
-
- Link
- Disabled
-
-
-
-
-
-
-
- Search
-
-
-
- EN
- ES
- RU
- FA
-
-
-
-
-
- User
-
- Profile
- Signout
-
-
-
-
-
-
-
-
- Navbar
- brand
-
-
-
-
-
-
- BootstrapVue
-
-
-
-
-
-
- Navbar
- text
-
-
-
-
- BootstrapVue
-
-
- Navbar text
-
-
-
-
-
-
-
- Navbar
- dropdown
-
-
-
-
-
-
- Home
- Link
-
-
- EN
- ES
- RU
- FA
-
-
- Account
- Settings
-
-
-
-
-
-
-
-
- Navbar
- form
-
-
-
-
-
- Search
-
-
-
-
-
-
- Navbar
- input group
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/navs.vue b/template/pages/base/navs.vue
deleted file mode 100644
index 9654c33d..00000000
--- a/template/pages/base/navs.vue
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
-
- Active
- Link
- Another Link
- Disabled
-
-
-
-
-
- Bootstrap Navs tab style
-
-
-
- Active
- Link
- Another Link
- Disabled
-
-
-
-
-
- Bootstrap Navs pill style
-
-
-
- Active
- Link
- Another Link
- Disabled
-
-
-
-
-
- Bootstrap Navs fill tabs
-
-
-
- Active
- Link
- Link with a long name
- Disabled
-
-
-
-
-
- Bootstrap Navs justified tabs
-
-
-
- Active
- Link
- Link with a long name
- Disabled
-
-
-
-
-
- Bootstrap Navs dropdown support
-
-
-
- Active
- Link
-
- one
- two
-
- three
-
-
-
-
-
-
- Bootstrap Navs vertical variation
-
-
-
- Active
- Link
- Another Link
- Disabled
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/paginations.vue b/template/pages/base/paginations.vue
deleted file mode 100644
index 246862a3..00000000
--- a/template/pages/base/paginations.vue
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
-
-
Bootstrap Pagination
-
-
-
-
Default
-
-
-
-
-
Small
-
-
-
-
-
-
Large
-
-
-
-
-
-
currentPage: {{currentPage}}
-
-
-
-
- Pagination
- alignment
-
-
-
Left alignment (default)
-
-
-
-
-
Center alignment
-
-
-
-
-
Right (end) alignment
-
-
-
-
-
currentPage: {{currentPage}}
-
-
-
-
-
Pagination
-
navigation
-
-
-
-
Default
-
-
-
With link generator function
-
-
-
-
currentPage: {{currentPage}}
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/popovers.vue b/template/pages/base/popovers.vue
deleted file mode 100644
index 33a44b4f..00000000
--- a/template/pages/base/popovers.vue
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
-
-
-
-
-
- Hover Me
-
-
-
-
-
- Button
-
-
- I start open
-
-
-
-
-
-
-
- Popovers
- placement
-
-
-
-
-
- {{ placement }}
-
-
-
-
-
-
-
-
-
- Popovers
- via properties or slots
-
-
-
- Using properties
-
-
-
-
- Using slots
-
- Content via Slots
- Embedding content using slots
- affords you greater control. and
- basic HTML support.
-
-
-
-
-
-
- Popovers
- show
-
-
-
- I have a popover
-
-
- Toggle Popover
-
-
- Hello World!
-
-
-
-
-
-
- Popover
- open/close events
-
-
-
- I have a popover
-
-
- Open
- Close
-
-
-
- Hello World!
-
-
-
-
-
- Popover
- enable/disable events
-
-
-
- I have a popover
-
-
- Enable
- Disable
-
-
-
- Hello World!
-
-
-
-
-
- Popover v-b-popover
directive
-
-
-
- Top
-
-
- Left
-
-
- Right
-
-
- Bottom
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/progress-bars.vue b/template/pages/base/progress-bars.vue
deleted file mode 100644
index a9aad375..00000000
--- a/template/pages/base/progress-bars.vue
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- Click me
-
-
-
-
- Progress labels
-
-
-
No label
-
- Value label
-
- Progress label
-
- Value label with precision
-
- Progress label with precision
-
-
-
-
-
- Progress width
-
-
-
Default width
-
- Custom widths
-
-
-
-
-
-
-
- Progress height
-
-
-
Default height
-
- Custom heights
-
-
-
-
-
-
-
- Progress variants
-
-
-
-
{{ bar.variant }}:
-
-
-
-
-
-
-
-
- Progress striped
-
-
-
-
-
-
-
- {{ striped ? 'Remove' : 'Add'}} Striped
-
-
-
-
-
- Progress animated
-
-
-
-
-
-
-
- {{ animate ? 'Stop' : 'Start'}} Animation
-
-
-
-
-
- Progress multiple bars
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/switches.vue b/template/pages/base/switches.vue
deleted file mode 100644
index d210a527..00000000
--- a/template/pages/base/switches.vue
+++ /dev/null
@@ -1,339 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sizes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/table.vue b/template/pages/base/table.vue
deleted file mode 100644
index bc208959..00000000
--- a/template/pages/base/table.vue
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
- {{data.item.status}}
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/tables.vue b/template/pages/base/tables.vue
deleted file mode 100644
index 0891d7e5..00000000
--- a/template/pages/base/tables.vue
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/base/tooltips.vue b/template/pages/base/tooltips.vue
deleted file mode 100644
index 3add0d3b..00000000
--- a/template/pages/base/tooltips.vue
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
-
-
Bootstrap Tooltips v-b-tooltip
directive
-
-
-
-
-
- Hover Me
-
-
-
-
- Button
-
- I start open
-
-
-
-
-
-
-
- Tooltips b-tooltip
component
-
-
-
- Live chat
-
-
- Html chat
-
-
-
-
-
-
-
-
- Hello World!
-
-
-
-
- Tooltips show
prop
-
-
- I have a tooltip
-
- Toggle Tooltip
-
-
- Hello World!
-
-
-
-
-
- Tooltips open close
events
-
-
-
- I have a tooltip
-
-
- Open
- Close
-
-
-
- Hello World!
-
-
-
-
-
- Tooltips enable disable
events
-
-
-
- I have a tooltip
-
-
-
- {{ disabled ? 'Enable' : 'Disable' }} Tooltip by prop
-
-
-
- {{ disabled ? 'Enable' : 'Disable' }} Tooltip by $ref event
-
-
-
- Hello World!
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/buttons/button-groups.vue b/template/pages/buttons/button-groups.vue
deleted file mode 100644
index d0bd7296..00000000
--- a/template/pages/buttons/button-groups.vue
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
-
-
Bootstrap button group
-
-
-
-
- One
- Two
- Three
- Four
- Five
-
-
-
- Success
- Info
- Warn
- Primary
- Danger
- Link
-
-
-
-
-
-
-
- Button group sizing
-
-
-
- Left
- Middle
- Right
-
-
-
- Left
- Middle
- Right
-
-
-
- Left
- Middle
- Right
-
-
-
-
-
-
-
- Button group dropdown support
-
-
-
- Button 1
- Button 2
-
- Item 1
- Item 2
-
- Item 3
-
- Button 3
-
- Item 1
- Item 2
-
- Item 3
-
-
-
-
-
-
-
-
- Button group vertical variation
-
-
-
- Top
- Middle
- Bottom
-
-
-
-
-
-
-
-
Button toolbar with button groups
-
-
-
-
-
- «
- ‹
-
-
- Edit
- Undo
- Redo
-
-
- ›
- »
-
-
-
-
-
-
-
- New
- Edit
-
-
-
- $
-
-
-
- .00
-
-
-
-
- Size
-
-
-
-
- Save
- Cancel
-
-
-
-
-
-
-
- New
- Edit
- Undo
-
-
- Item 1
- Item 2
- Item 3
-
-
- Save
- Cancel
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/buttons/dropdowns.vue b/template/pages/buttons/dropdowns.vue
deleted file mode 100644
index d10bc681..00000000
--- a/template/pages/buttons/dropdowns.vue
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-
-
-
-
-
-
- First Action
- Second Action
- Third Action
-
- Something else here...
- Disabled action
-
-
-
-
- I'm a button
- I'm also a button
- I'm a button, but disabled!
- I don't look like a button, but I am!
-
-
-
-
- First item
- Second item
-
- Separated Item
-
-
-
-
-
-
-
-
-
-
- Dropdown positioning
-
-
-
- Action
- Another action
- Something else here
-
-
- Action
- Another action
- Something else here
-
-
-
-
- Action
- Another action
- Something else here
-
-
-
-
- Action
- Another action
- Something else here
-
-
-
-
- Action
- Another action
- Something else here...
-
-
-
-
-
-
-
-
-
- Dropdown hidden caret
-
-
-
-
- 🔍Search
-
-
- Action
- Another action
- Something else here...
-
-
-
-
-
-
-
- Dropdown sizing
-
-
-
- Action
- Another action
- Something else here
-
-
- Action
- Another action
- Something else here...
-
-
-
- Action
- Another action
- Something else here...
-
-
- Action
- Another action
- Something else here...
-
-
-
-
-
-
-
-
-
- Dropdown headers and accessibility
-
-
-
-
-
- Add
- Delete
-
-
-
- Add
- Delete
-
-
- Something not associated with user
-
-
-
-
-
-
-
- Dropdown variant
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
- First Action
- Second Action
- Third Action
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/buttons/social-buttons.vue b/template/pages/buttons/social-buttons.vue
deleted file mode 100644
index ca3ab800..00000000
--- a/template/pages/buttons/social-buttons.vue
+++ /dev/null
@@ -1,292 +0,0 @@
-
-
-
-
-
-
- Social Media Button Usage ex. <b-button variant="facebook"><span>Facebook</span></b-button>
-
- Size Small Add this size="sm"
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
- Size Normal
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
- Size Large Add this size="lg"
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
-
-
-
-
-
- Social Media Button Only icons. Usage ex. <b-button variant="facebook icon"><span>Facebook</span></b-button>
-
- Size Small Add this size="sm"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Size Normal
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Size Large Add this size="lg"
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
-
-
-
-
-
-
- Social Media Button Only text. Usage ex. <b-button variant="facebook text"><span>Facebook</span></b-button>
-
- Size Small Add this size="sm"
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
- Size Normal
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
- Size Large Add this size="lg"
-
- Facebook
- Twitter
- LinkedIn
- Flickr
- Tumblr
- Xing
- Github
- HTML5
- OpenID
- StackOverflow
- CSS3
- YouTube
- Dribbble
- Google+
- Instagram
- Pinterest
- VK
- Yahoo
- Behance
- Dropbox
- Reddit
- Spotify
- Vine
- Forsquare
- Vimeo
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/buttons/standard-buttons.vue b/template/pages/buttons/standard-buttons.vue
deleted file mode 100644
index 793ad447..00000000
--- a/template/pages/buttons/standard-buttons.vue
+++ /dev/null
@@ -1,233 +0,0 @@
-
-
-
-
-
-
- Options
-
-
- Primary
-
- Secondary
-
- Success
-
- Warning
-
- Danger
-
- Link
-
-
-
- With Icons
-
- Primary
- Secondary
- Success
- Warning
- Danger
- Link
-
-
-
- Size Large Add this size="lg"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
- Link
-
-
-
- Size Small Add this size="sm"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
- Link
-
-
-
- Disabled state Add this :disabled="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
- Link
-
-
-
- Active state Add this :active="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
- Link
-
-
-
- Pressed state Add this :pressed="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
- Link
-
-
-
- Toggle pressed state
-
- Primary {{myToggle ? 'On ' : 'Off'}}
- Secondary {{myToggle ? 'On ' : 'Off'}}
- Success {{myToggle ? 'On ' : 'Off'}}
- Info {{myToggle ? 'On ' : 'Off'}}
- Warning {{myToggle ? 'On ' : 'Off'}}
- Danger {{myToggle ? 'On ' : 'Off'}}
-
-
-
-
- Block Level Buttons Add this :block="true"
-
- Block level button
- Block level button
- Block level button
- Block level button
- Block level button
- Block level button
- Block level button
-
-
-
-
-
- Options
-
-
- Primary
-
- Secondary
-
- Success
-
- Warning
-
- Danger
-
-
-
- With Icons
-
- Primary
- Secondary
- Success
- Warning
- Danger
-
-
-
- Size Large Add this size="lg"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
-
-
-
- Size Small Add this size="sm"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
-
-
-
- Disabled state Add this :disabled="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
-
-
-
- Active state Add this :active="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
-
-
-
- Pressed state Add this :pressed="true"
-
- Primary
- Secondary
- Success
- Info
- Warning
- Danger
-
-
-
- Toggle pressed state
-
- Primary {{myToggle ? 'On ' : 'Off'}}
- Secondary {{myToggle ? 'On ' : 'Off'}}
- Success {{myToggle ? 'On ' : 'Off'}}
- Info {{myToggle ? 'On ' : 'Off'}}
- Warning {{myToggle ? 'On ' : 'Off'}}
- Danger {{myToggle ? 'On ' : 'Off'}}
-
-
-
- Block Level Buttons Add this :block="true"
-
- Block level button
- Block level button
- Block level button
- Block level button
- Block level button
- Block level button
-
-
-
-
-
-
-
diff --git a/template/pages/charts.vue b/template/pages/charts.vue
deleted file mode 100644
index f0d2bb7d..00000000
--- a/template/pages/charts.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/icons/flags.vue b/template/pages/icons/flags.vue
deleted file mode 100644
index a89a46ac..00000000
--- a/template/pages/icons/flags.vue
+++ /dev/null
@@ -1,1018 +0,0 @@
-
-
-
-
- Flags
-
-
-
-
- For using the flags inline with text add the classes .flag-icon
and .flag-icon-xx
(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-ad
-
-
-
- flag-icon-ae
-
-
-
- flag-icon-af
-
-
-
- flag-icon-ag
-
-
-
- flag-icon-ai
-
-
-
- flag-icon-al
-
-
-
- flag-icon-am
-
-
-
- flag-icon-ao
-
-
-
- flag-icon-aq
-
-
-
- flag-icon-ar
-
-
-
- flag-icon-as
-
-
-
- flag-icon-at
-
-
-
- flag-icon-au
-
-
-
- flag-icon-aw
-
-
-
- flag-icon-ax
-
-
-
- flag-icon-az
-
-
-
- flag-icon-ba
-
-
-
- flag-icon-bb
-
-
-
- flag-icon-bd
-
-
-
- flag-icon-be
-
-
-
- flag-icon-bf
-
-
-
- flag-icon-bg
-
-
-
- flag-icon-bh
-
-
-
- flag-icon-bi
-
-
-
- flag-icon-bj
-
-
-
- flag-icon-bl
-
-
-
- flag-icon-bm
-
-
-
- flag-icon-bn
-
-
-
- flag-icon-bo
-
-
-
- flag-icon-bq
-
-
-
- flag-icon-br
-
-
-
- flag-icon-bs
-
-
-
- flag-icon-bt
-
-
-
- flag-icon-bv
-
-
-
- flag-icon-bw
-
-
-
- flag-icon-by
-
-
-
- flag-icon-bz
-
-
-
- flag-icon-ca
-
-
-
- flag-icon-cc
-
-
-
- flag-icon-cd
-
-
-
- flag-icon-cf
-
-
-
- flag-icon-cg
-
-
-
- flag-icon-ch
-
-
-
- flag-icon-ci
-
-
-
- flag-icon-ck
-
-
-
- flag-icon-cl
-
-
-
- flag-icon-cm
-
-
-
- flag-icon-cn
-
-
-
- flag-icon-co
-
-
-
- flag-icon-cr
-
-
-
- flag-icon-cu
-
-
-
- flag-icon-cv
-
-
-
- flag-icon-cw
-
-
-
- flag-icon-cx
-
-
-
- flag-icon-cy
-
-
-
- flag-icon-cz
-
-
-
- flag-icon-de
-
-
-
- flag-icon-dj
-
-
-
- flag-icon-dk
-
-
-
- flag-icon-dm
-
-
-
- flag-icon-do
-
-
-
- flag-icon-dz
-
-
-
- flag-icon-ec
-
-
-
- flag-icon-ee
-
-
-
- flag-icon-eg
-
-
-
- flag-icon-eh
-
-
-
- flag-icon-er
-
-
-
- flag-icon-es
-
-
-
- flag-icon-et
-
-
-
- flag-icon-fi
-
-
-
- flag-icon-fj
-
-
-
- flag-icon-fk
-
-
-
- flag-icon-fm
-
-
-
- flag-icon-fo
-
-
-
- flag-icon-fr
-
-
-
- flag-icon-ga
-
-
-
- flag-icon-gb
-
-
-
- flag-icon-gd
-
-
-
- flag-icon-ge
-
-
-
- flag-icon-gf
-
-
-
- flag-icon-gg
-
-
-
- flag-icon-gh
-
-
-
- flag-icon-gi
-
-
-
- flag-icon-gl
-
-
-
- flag-icon-gm
-
-
-
- flag-icon-gn
-
-
-
- flag-icon-gp
-
-
-
- flag-icon-gq
-
-
-
- flag-icon-gr
-
-
-
- flag-icon-gs
-
-
-
- flag-icon-gt
-
-
-
- flag-icon-gu
-
-
-
- flag-icon-gw
-
-
-
- flag-icon-gy
-
-
-
- flag-icon-hk
-
-
-
- flag-icon-hm
-
-
-
- flag-icon-hn
-
-
-
- flag-icon-hr
-
-
-
- flag-icon-ht
-
-
-
- flag-icon-hu
-
-
-
- flag-icon-id
-
-
-
- flag-icon-ie
-
-
-
- flag-icon-il
-
-
-
- flag-icon-im
-
-
-
- flag-icon-in
-
-
-
- flag-icon-io
-
-
-
- flag-icon-iq
-
-
-
- flag-icon-ir
-
-
-
- flag-icon-is
-
-
-
- flag-icon-it
-
-
-
- flag-icon-je
-
-
-
- flag-icon-jm
-
-
-
- flag-icon-jo
-
-
-
- flag-icon-jp
-
-
-
- flag-icon-ke
-
-
-
- flag-icon-kg
-
-
-
- flag-icon-kh
-
-
-
- flag-icon-ki
-
-
-
- flag-icon-km
-
-
-
- flag-icon-kn
-
-
-
- flag-icon-kp
-
-
-
- flag-icon-kr
-
-
-
- flag-icon-kw
-
-
-
- flag-icon-ky
-
-
-
- flag-icon-kz
-
-
-
- flag-icon-la
-
-
-
- flag-icon-lb
-
-
-
- flag-icon-lc
-
-
-
- flag-icon-li
-
-
-
- flag-icon-lk
-
-
-
- flag-icon-lr
-
-
-
- flag-icon-ls
-
-
-
- flag-icon-lt
-
-
-
- flag-icon-lu
-
-
-
- flag-icon-lv
-
-
-
- flag-icon-ly
-
-
-
- flag-icon-ma
-
-
-
- flag-icon-mc
-
-
-
- flag-icon-md
-
-
-
- flag-icon-me
-
-
-
- flag-icon-mf
-
-
-
- flag-icon-mg
-
-
-
- flag-icon-mh
-
-
-
- flag-icon-mk
-
-
-
- flag-icon-ml
-
-
-
- flag-icon-mm
-
-
-
- flag-icon-mn
-
-
-
- flag-icon-mo
-
-
-
- flag-icon-mp
-
-
-
- flag-icon-mq
-
-
-
- flag-icon-mr
-
-
-
- flag-icon-ms
-
-
-
- flag-icon-mt
-
-
-
- flag-icon-mu
-
-
-
- flag-icon-mv
-
-
-
- flag-icon-mw
-
-
-
- flag-icon-mx
-
-
-
- flag-icon-my
-
-
-
- flag-icon-mz
-
-
-
- flag-icon-na
-
-
-
- flag-icon-nc
-
-
-
- flag-icon-ne
-
-
-
- flag-icon-nf
-
-
-
- flag-icon-ng
-
-
-
- flag-icon-ni
-
-
-
- flag-icon-nl
-
-
-
- flag-icon-no
-
-
-
- flag-icon-np
-
-
-
- flag-icon-nr
-
-
-
- flag-icon-nu
-
-
-
- flag-icon-nz
-
-
-
- flag-icon-om
-
-
-
- flag-icon-pa
-
-
-
- flag-icon-pe
-
-
-
- flag-icon-pf
-
-
-
- flag-icon-pg
-
-
-
- flag-icon-ph
-
-
-
- flag-icon-pk
-
-
-
- flag-icon-pl
-
-
-
- flag-icon-pm
-
-
-
- flag-icon-pn
-
-
-
- flag-icon-pr
-
-
-
- flag-icon-ps
-
-
-
- flag-icon-pt
-
-
-
- flag-icon-pw
-
-
-
- flag-icon-py
-
-
-
- flag-icon-qa
-
-
-
- flag-icon-re
-
-
-
- flag-icon-ro
-
-
-
- flag-icon-rs
-
-
-
- flag-icon-ru
-
-
-
- flag-icon-rw
-
-
-
- flag-icon-sa
-
-
-
- flag-icon-sb
-
-
-
- flag-icon-sc
-
-
-
- flag-icon-sd
-
-
-
- flag-icon-se
-
-
-
- flag-icon-sg
-
-
-
- flag-icon-sh
-
-
-
- flag-icon-si
-
-
-
- flag-icon-sj
-
-
-
- flag-icon-sk
-
-
-
- flag-icon-sl
-
-
-
- flag-icon-sm
-
-
-
- flag-icon-sn
-
-
-
- flag-icon-so
-
-
-
- flag-icon-sr
-
-
-
- flag-icon-ss
-
-
-
- flag-icon-st
-
-
-
- flag-icon-sv
-
-
-
- flag-icon-sx
-
-
-
- flag-icon-sy
-
-
-
- flag-icon-sz
-
-
-
- flag-icon-tc
-
-
-
- flag-icon-td
-
-
-
- flag-icon-tf
-
-
-
- flag-icon-tg
-
-
-
- flag-icon-th
-
-
-
- flag-icon-tj
-
-
-
- flag-icon-tk
-
-
-
- flag-icon-tl
-
-
-
- flag-icon-tm
-
-
-
- flag-icon-tn
-
-
-
- flag-icon-to
-
-
-
- flag-icon-tr
-
-
-
- flag-icon-tt
-
-
-
- flag-icon-tv
-
-
-
- flag-icon-tw
-
-
-
- flag-icon-tz
-
-
-
- flag-icon-ua
-
-
-
- flag-icon-ug
-
-
-
- flag-icon-um
-
-
-
- flag-icon-us
-
-
-
- flag-icon-uy
-
-
-
- flag-icon-uz
-
-
-
- flag-icon-va
-
-
-
- flag-icon-vc
-
-
-
- flag-icon-ve
-
-
-
- flag-icon-vg
-
-
-
- flag-icon-vi
-
-
-
- flag-icon-vn
-
-
-
- flag-icon-vu
-
-
-
- flag-icon-wf
-
-
-
- flag-icon-ws
-
-
-
- flag-icon-ye
-
-
-
- flag-icon-yt
-
-
-
- flag-icon-za
-
-
-
- flag-icon-zm
-
-
-
- flag-icon-zw
-
-
-
-
-
-
-
-
diff --git a/template/pages/icons/font-awesome.vue b/template/pages/icons/font-awesome.vue
deleted file mode 100644
index 9d6562fa..00000000
--- a/template/pages/icons/font-awesome.vue
+++ /dev/null
@@ -1,2848 +0,0 @@
-
-
-
-
- 50 New Icons in 4.7
-
-
-
-
- address-book
-
-
- address-book-o
-
-
- address-card
-
-
- address-card-o
-
-
- bandcamp
-
-
- bath
-
-
- bathtub (alias)
-
-
- drivers-license (alias)
-
-
- drivers-license-o (alias)
-
-
- eercast
-
-
- envelope-open
-
-
- envelope-open-o
-
-
- etsy
-
-
- free-code-camp
-
-
- grav
-
-
- handshake-o
-
-
- id-badge
-
-
- id-card
-
-
- id-card-o
-
-
- imdb
-
-
- linode
-
-
- meetup
-
-
- microchip
-
-
- podcast
-
-
- quora
-
-
- ravelry
-
-
- s15 (alias)
-
-
- shower
-
-
- snowflake-o
-
-
- superpowers
-
-
- telegram
-
-
- thermometer (alias)
-
-
- thermometer-0 (alias)
-
-
- thermometer-1 (alias)
-
-
- thermometer-2 (alias)
-
-
- thermometer-3 (alias)
-
-
- thermometer-4 (alias)
-
-
- thermometer-empty
-
-
- thermometer-full
-
-
- thermometer-half
-
-
- thermometer-quarter
-
-
- thermometer-three-quarters
-
-
- times-rectangle (alias)
-
-
- times-rectangle-o (alias)
-
-
- user-circle
-
-
- user-circle-o
-
-
- user-o
-
-
- vcard (alias)
-
-
- vcard-o (alias)
-
-
- window-close
-
-
- window-close-o
-
-
- window-maximize
-
-
- window-minimize
-
-
- window-restore
-
-
- wpexplorer
-
-
-
-
-
- 20 New Icons in 4.5
-
-
-
-
- bluetooth
-
-
- bluetooth-b
-
-
- codiepie
-
-
- credit-card-alt
-
-
- edge
-
-
- fort-awesome
-
-
- hashtag
-
-
- mixcloud
-
-
- modx
-
-
- pause-circle
-
-
- pause-circle-o
-
-
- percent
-
-
- product-hunt
-
-
- reddit-alien
-
-
- scribd
-
-
- shopping-bag
-
-
- shopping-basket
-
-
- stop-circle
-
-
- stop-circle-o
-
-
- usb
-
-
-
-
-
-
-
-
- Web Application Icons
-
-
-
-
- adjust
-
-
- anchor
-
-
- archive
-
-
- area-chart
-
-
- arrows
-
-
- arrows-h
-
-
- arrows-v
-
-
- asterisk
-
-
- at
-
-
- automobile (alias)
-
-
- balance-scale
-
-
- ban
-
-
- bank (alias)
-
-
- bar-chart
-
-
- bar-chart-o (alias)
-
-
- barcode
-
-
- bars
-
-
- battery-0 (alias)
-
-
- battery-1 (alias)
-
-
- battery-2 (alias)
-
-
- battery-3 (alias)
-
-
- battery-4 (alias)
-
-
- battery-empty
-
-
- battery-full
-
-
- battery-half
-
-
- battery-quarter
-
-
- battery-three-quarters
-
-
- bed
-
-
- beer
-
-
- bell
-
-
- bell-o
-
-
- bell-slash
-
-
- bell-slash-o
-
-
- bicycle
-
-
- binoculars
-
-
- birthday-cake
-
-
- bluetooth
-
-
- bluetooth-b
-
-
- bolt
-
-
- bomb
-
-
- book
-
-
- bookmark
-
-
- bookmark-o
-
-
- briefcase
-
-
- bug
-
-
- building
-
-
- building-o
-
-
- bullhorn
-
-
- bullseye
-
-
- bus
-
-
- cab (alias)
-
-
- calculator
-
-
- calendar
-
-
- calendar-check-o
-
-
- calendar-minus-o
-
-
- calendar-o
-
-
- calendar-plus-o
-
-
- calendar-times-o
-
-
- camera
-
-
- camera-retro
-
-
- car
-
-
- caret-square-o-down
-
-
- caret-square-o-left
-
-
- caret-square-o-right
-
-
- caret-square-o-up
-
-
- cart-arrow-down
-
-
- cart-plus
-
-
- cc
-
-
- certificate
-
-
- check
-
-
- check-circle
-
-
- check-circle-o
-
-
- check-square
-
-
- check-square-o
-
-
- child
-
-
- circle
-
-
- circle-o
-
-
- circle-o-notch
-
-
- circle-thin
-
-
- clock-o
-
-
- clone
-
-
- close (alias)
-
-
- cloud
-
-
- cloud-download
-
-
- cloud-upload
-
-
- code
-
-
- code-fork
-
-
- coffee
-
-
- cog
-
-
- cogs
-
-
- comment
-
-
- comment-o
-
-
- commenting
-
-
- commenting-o
-
-
- comments
-
-
- comments-o
-
-
- compass
-
-
- copyright
-
-
- creative-commons
-
-
- credit-card
-
-
- credit-card-alt
-
-
- crop
-
-
- crosshairs
-
-
- cube
-
-
- cubes
-
-
- cutlery
-
-
- dashboard (alias)
-
-
- database
-
-
- desktop
-
-
- diamond
-
-
- dot-circle-o
-
-
- download
-
-
- edit (alias)
-
-
- ellipsis-h
-
-
- ellipsis-v
-
-
- envelope
-
-
- envelope-o
-
-
- envelope-square
-
-
- eraser
-
-
- exchange
-
-
- exclamation
-
-
- exclamation-circle
-
-
- exclamation-triangle
-
-
- external-link
-
-
- external-link-square
-
-
- eye
-
-
- eye-slash
-
-
- eyedropper
-
-
- fax
-
-
- feed (alias)
-
-
- female
-
-
- fighter-jet
-
-
- file-archive-o
-
-
- file-audio-o
-
-
- file-code-o
-
-
- file-excel-o
-
-
- file-image-o
-
-
- file-movie-o (alias)
-
-
- file-pdf-o
-
-
- file-photo-o (alias)
-
-
- file-picture-o (alias)
-
-
- file-powerpoint-o
-
-
- file-sound-o (alias)
-
-
- file-video-o
-
-
- file-word-o
-
-
- file-zip-o (alias)
-
-
- film
-
-
- filter
-
-
- fire
-
-
- fire-extinguisher
-
-
- flag
-
-
- flag-checkered
-
-
- flag-o
-
-
- flash (alias)
-
-
- flask
-
-
- folder
-
-
- folder-o
-
-
- folder-open
-
-
- folder-open-o
-
-
- frown-o
-
-
- futbol-o
-
-
- gamepad
-
-
- gavel
-
-
- gear (alias)
-
-
- gears (alias)
-
-
- gift
-
-
- glass
-
-
- globe
-
-
- graduation-cap
-
-
- group (alias)
-
-
- hand-grab-o (alias)
-
-
- hand-lizard-o
-
-
- hand-paper-o
-
-
- hand-peace-o
-
-
- hand-pointer-o
-
-
- hand-rock-o
-
-
- hand-scissors-o
-
-
- hand-spock-o
-
-
- hand-stop-o (alias)
-
-
- hashtag
-
-
- hdd-o
-
-
- headphones
-
-
- heart
-
-
- heart-o
-
-
- heartbeat
-
-
- history
-
-
- home
-
-
- hotel (alias)
-
-
- hourglass
-
-
- hourglass-1 (alias)
-
-
- hourglass-2 (alias)
-
-
- hourglass-3 (alias)
-
-
- hourglass-end
-
-
- hourglass-half
-
-
- hourglass-o
-
-
- hourglass-start
-
-
- i-cursor
-
-
- image (alias)
-
-
- inbox
-
-
- industry
-
-
- info
-
-
- info-circle
-
-
- institution (alias)
-
-
- key
-
-
- keyboard-o
-
-
- language
-
-
- laptop
-
-
- leaf
-
-
- legal (alias)
-
-
- lemon-o
-
-
- level-down
-
-
- level-up
-
-
- life-bouy (alias)
-
-
- life-buoy (alias)
-
-
- life-ring
-
-
- life-saver (alias)
-
-
- lightbulb-o
-
-
- line-chart
-
-
- location-arrow
-
-
- lock
-
-
- magic
-
-
- magnet
-
-
- mail-forward (alias)
-
-
- mail-reply (alias)
-
-
- mail-reply-all (alias)
-
-
- male
-
-
- map
-
-
- map-marker
-
-
- map-o
-
-
- map-pin
-
-
- map-signs
-
-
- meh-o
-
-
- microphone
-
-
- microphone-slash
-
-
- minus
-
-
- minus-circle
-
-
- minus-square
-
-
- minus-square-o
-
-
- mobile
-
-
- mobile-phone (alias)
-
-
- money
-
-
- moon-o
-
-
- mortar-board (alias)
-
-
- motorcycle
-
-
- mouse-pointer
-
-
- music
-
-
- navicon (alias)
-
-
- newspaper-o
-
-
- object-group
-
-
- object-ungroup
-
-
- paint-brush
-
-
- paper-plane
-
-
- paper-plane-o
-
-
- paw
-
-
- pencil
-
-
- pencil-square
-
-
- pencil-square-o
-
-
- percent
-
-
- phone
-
-
- phone-square
-
-
- photo (alias)
-
-
- picture-o
-
-
- pie-chart
-
-
- plane
-
-
- plug
-
-
- plus
-
-
- plus-circle
-
-
- plus-square
-
-
- plus-square-o
-
-
- power-off
-
-
- print
-
-
- puzzle-piece
-
-
- qrcode
-
-
- question
-
-
- question-circle
-
-
- quote-left
-
-
- quote-right
-
-
- random
-
-
- recycle
-
-
- refresh
-
-
- registered
-
-
- remove (alias)
-
-
- reorder (alias)
-
-
- reply
-
-
- reply-all
-
-
- retweet
-
-
- road
-
-
- rocket
-
-
- rss
-
-
- rss-square
-
-
- search
-
-
- search-minus
-
-
- search-plus
-
-
- send (alias)
-
-
- send-o (alias)
-
-
- server
-
-
- share
-
-
- share-alt
-
-
- share-alt-square
-
-
- share-square
-
-
- share-square-o
-
-
- shield
-
-
- ship
-
-
- shopping-bag
-
-
- shopping-basket
-
-
- shopping-cart
-
-
- sign-in
-
-
- sign-out
-
-
- signal
-
-
- sitemap
-
-
- sliders
-
-
- smile-o
-
-
- soccer-ball-o (alias)
-
-
- sort
-
-
- sort-alpha-asc
-
-
- sort-alpha-desc
-
-
- sort-amount-asc
-
-
- sort-amount-desc
-
-
- sort-asc
-
-
- sort-desc
-
-
- sort-down (alias)
-
-
- sort-numeric-asc
-
-
- sort-numeric-desc
-
-
- sort-up (alias)
-
-
- space-shuttle
-
-
- spinner
-
-
- spoon
-
-
- square
-
-
- square-o
-
-
- star
-
-
- star-half
-
-
- star-half-empty (alias)
-
-
- star-half-full (alias)
-
-
- star-half-o
-
-
- star-o
-
-
- sticky-note
-
-
- sticky-note-o
-
-
- street-view
-
-
- suitcase
-
-
- sun-o
-
-
- support (alias)
-
-
- tablet
-
-
- tachometer
-
-
- tag
-
-
- tags
-
-
- tasks
-
-
- taxi
-
-
- television
-
-
- terminal
-
-
- thumb-tack
-
-
- thumbs-down
-
-
- thumbs-o-down
-
-
- thumbs-o-up
-
-
- thumbs-up
-
-
- ticket
-
-
- times
-
-
- times-circle
-
-
- times-circle-o
-
-
- tint
-
-
- toggle-down (alias)
-
-
- toggle-left (alias)
-
-
- toggle-off
-
-
- toggle-on
-
-
- toggle-right (alias)
-
-
- toggle-up (alias)
-
-
- trademark
-
-
- trash
-
-
- trash-o
-
-
- tree
-
-
- trophy
-
-
- truck
-
-
- tty
-
-
- tv (alias)
-
-
- umbrella
-
-
- university
-
-
- unlock
-
-
- unlock-alt
-
-
- unsorted (alias)
-
-
- upload
-
-
- user
-
-
- user-plus
-
-
- user-secret
-
-
- user-times
-
-
- users
-
-
- video-camera
-
-
- volume-down
-
-
- volume-off
-
-
- volume-up
-
-
- warning (alias)
-
-
- wheelchair
-
-
- wifi
-
-
- wrench
-
-
-
-
-
-
-
-
- Hand Icons
-
-
-
-
- hand-grab-o (alias)
-
-
- hand-lizard-o
-
-
- hand-o-down
-
-
- hand-o-left
-
-
- hand-o-right
-
-
- hand-o-up
-
-
- hand-paper-o
-
-
- hand-peace-o
-
-
- hand-pointer-o
-
-
- hand-rock-o
-
-
- hand-scissors-o
-
-
- hand-spock-o
-
-
- hand-stop-o (alias)
-
-
- thumbs-down
-
-
- thumbs-o-down
-
-
- thumbs-o-up
-
-
- thumbs-up
-
-
-
-
-
-
-
-
- Transportation Icons
-
-
-
-
- ambulance
-
-
- automobile (alias)
-
-
- bicycle
-
-
- bus
-
-
- cab (alias)
-
-
- car
-
-
- fighter-jet
-
-
- motorcycle
-
-
- plane
-
-
- rocket
-
-
- ship
-
-
- space-shuttle
-
-
- subway
-
-
- taxi
-
-
- train
-
-
- truck
-
-
- wheelchair
-
-
-
-
-
-
-
- Gender Icons
-
-
-
-
- genderless
-
-
- intersex (alias)
-
-
- mars
-
-
- mars-double
-
-
- mars-stroke
-
-
- mars-stroke-h
-
-
- mars-stroke-v
-
-
- mercury
-
-
- neuter
-
-
- transgender
-
-
- transgender-alt
-
-
- venus
-
-
- venus-double
-
-
- venus-mars
-
-
-
-
-
-
-
- File Type Icons
-
-
-
-
- file
-
-
- file-archive-o
-
-
- file-audio-o
-
-
- file-code-o
-
-
- file-excel-o
-
-
- file-image-o
-
-
- file-movie-o (alias)
-
-
- file-o
-
-
- file-pdf-o
-
-
- file-photo-o (alias)
-
-
- file-picture-o (alias)
-
-
- file-powerpoint-o
-
-
- file-sound-o (alias)
-
-
- file-text
-
-
- file-text-o
-
-
- file-video-o
-
-
- file-word-o
-
-
- file-zip-o (alias)
-
-
-
-
-
-
-
- Spinner Icons
-
-
-
-
-
- These icons work great with the fa-spin
class.
-
-
-
-
-
-
- circle-o-notch
-
-
- cog
-
-
- gear (alias)
-
-
- refresh
-
-
- spinner
-
-
-
-
-
-
-
- Form Control Icons
-
-
-
-
- check-square
-
-
- check-square-o
-
-
- circle
-
-
- circle-o
-
-
- dot-circle-o
-
-
- minus-square
-
-
- minus-square-o
-
-
- plus-square
-
-
- plus-square-o
-
-
- square
-
-
- square-o
-
-
-
-
-
-
-
- Payment Icons
-
-
-
-
- cc-amex
-
-
- cc-diners-club
-
-
- cc-discover
-
-
- cc-jcb
-
-
- cc-mastercard
-
-
- cc-paypal
-
-
- cc-stripe
-
-
- cc-visa
-
-
- credit-card
-
-
- credit-card-alt
-
-
- google-wallet
-
-
- paypal
-
-
-
-
-
-
-
- Chart Icons
-
-
-
-
- area-chart
-
-
- bar-chart
-
-
- bar-chart-o (alias)
-
-
- line-chart
-
-
- pie-chart
-
-
-
-
-
-
-
- Currency Icons
-
-
-
-
- bitcoin (alias)
-
-
- btc
-
-
- cny (alias)
-
-
- dollar (alias)
-
-
- eur
-
-
- euro (alias)
-
-
- gbp
-
-
- gg
-
-
- gg-circle
-
-
- ils
-
-
- inr
-
-
- jpy
-
-
- krw
-
-
- money
-
-
- rmb (alias)
-
-
- rouble (alias)
-
-
- rub
-
-
- ruble (alias)
-
-
- rupee (alias)
-
-
- shekel (alias)
-
-
- sheqel (alias)
-
-
- try
-
-
- turkish-lira (alias)
-
-
- usd
-
-
- won (alias)
-
-
- yen (alias)
-
-
-
-
-
-
-
- Text Editor Icons
-
-
-
-
- align-center
-
-
- align-justify
-
-
- align-left
-
-
- align-right
-
-
- bold
-
-
- chain (alias)
-
-
- chain-broken
-
-
- clipboard
-
-
- columns
-
-
- copy (alias)
-
-
- cut (alias)
-
-
- dedent (alias)
-
-
- eraser
-
-
- file
-
-
- file-o
-
-
- file-text
-
-
- file-text-o
-
-
- files-o
-
-
- floppy-o
-
-
- font
-
-
- header
-
-
- indent
-
-
- italic
-
-
- link
-
-
- list
-
-
- list-alt
-
-
- list-ol
-
-
- list-ul
-
-
- outdent
-
-
- paperclip
-
-
- paragraph
-
-
- paste (alias)
-
-
- repeat
-
-
- rotate-left (alias)
-
-
- rotate-right (alias)
-
-
- save (alias)
-
-
- scissors
-
-
- strikethrough
-
-
- subscript
-
-
- superscript
-
-
- table
-
-
- text-height
-
-
- text-width
-
-
- th
-
-
- th-large
-
-
- th-list
-
-
- underline
-
-
- undo
-
-
- unlink (alias)
-
-
-
-
-
-
-
- Directional Icons
-
-
-
-
- angle-double-down
-
-
- angle-double-left
-
-
- angle-double-right
-
-
- angle-double-up
-
-
- angle-down
-
-
- angle-left
-
-
- angle-right
-
-
- angle-up
-
-
- arrow-circle-down
-
-
- arrow-circle-left
-
-
- arrow-circle-o-down
-
-
- arrow-circle-o-left
-
-
- arrow-circle-o-right
-
-
- arrow-circle-o-up
-
-
- arrow-circle-right
-
-
- arrow-circle-up
-
-
- arrow-down
-
-
- arrow-left
-
-
- arrow-right
-
-
- arrow-up
-
-
- arrows
-
-
- arrows-alt
-
-
- arrows-h
-
-
- arrows-v
-
-
- caret-down
-
-
- caret-left
-
-
- caret-right
-
-
- caret-square-o-down
-
-
- caret-square-o-left
-
-
- caret-square-o-right
-
-
- caret-square-o-up
-
-
- caret-up
-
-
- chevron-circle-down
-
-
- chevron-circle-left
-
-
- chevron-circle-right
-
-
- chevron-circle-up
-
-
- chevron-down
-
-
- chevron-left
-
-
- chevron-right
-
-
- chevron-up
-
-
- exchange
-
-
- hand-o-down
-
-
- hand-o-left
-
-
- hand-o-right
-
-
- hand-o-up
-
-
- long-arrow-down
-
-
- long-arrow-left
-
-
- long-arrow-right
-
-
- long-arrow-up
-
-
- toggle-down (alias)
-
-
- toggle-left (alias)
-
-
- toggle-right (alias)
-
-
- toggle-up (alias)
-
-
-
-
-
-
-
- Video Player Icons
-
-
-
-
- arrows-alt
-
-
- backward
-
-
- compress
-
-
- eject
-
-
- expand
-
-
- fast-backward
-
-
- fast-forward
-
-
- forward
-
-
- pause
-
-
- pause-circle
-
-
- pause-circle-o
-
-
- play
-
-
- play-circle
-
-
- play-circle-o
-
-
- random
-
-
- step-backward
-
-
- step-forward
-
-
- stop
-
-
- stop-circle
-
-
- stop-circle-o
-
-
- youtube-play
-
-
-
-
-
-
-
- Brand Icons
-
-
-
Warning!
- Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social
- Media Buttons" setting. We will not use hacks to force them to display. Please
-
report an issue with Adblock Plus if you believe this to be
- an error. To work around this, you'll need to modify the social icon class names.
-
-
-
-
- 500px
-
-
- adn
-
-
- amazon
-
-
- android
-
-
- angellist
-
-
- apple
-
-
- behance
-
-
- behance-square
-
-
- bitbucket
-
-
- bitbucket-square
-
-
- bitcoin (alias)
-
-
- black-tie
-
-
- bluetooth
-
-
- bluetooth-b
-
-
- btc
-
-
- buysellads
-
-
- cc-amex
-
-
- cc-diners-club
-
-
- cc-discover
-
-
- cc-jcb
-
-
- cc-mastercard
-
-
- cc-paypal
-
-
- cc-stripe
-
-
- cc-visa
-
-
- chrome
-
-
- codepen
-
-
- codiepie
-
-
- connectdevelop
-
-
- contao
-
-
- css3
-
-
- dashcube
-
-
- delicious
-
-
- deviantart
-
-
- digg
-
-
- dribbble
-
-
- dropbox
-
-
- drupal
-
-
- edge
-
-
- empire
-
-
- expeditedssl
-
-
- facebook
-
-
- facebook-f (alias)
-
-
- facebook-official
-
-
- facebook-square
-
-
- firefox
-
-
- flickr
-
-
- fonticons
-
-
- fort-awesome
-
-
- forumbee
-
-
- foursquare
-
-
- ge (alias)
-
-
- get-pocket
-
-
- gg
-
-
- gg-circle
-
-
- git
-
-
- git-square
-
-
- github
-
-
- github-alt
-
-
- github-square
-
-
- gittip (alias)
-
-
- google
-
-
- google-plus
-
-
- google-plus-square
-
-
- google-wallet
-
-
- gratipay
-
-
- hacker-news
-
-
- houzz
-
-
- html5
-
-
- instagram
-
-
- internet-explorer
-
-
- ioxhost
-
-
- joomla
-
-
- jsfiddle
-
-
- lastfm
-
-
- lastfm-square
-
-
- leanpub
-
-
- linkedin
-
-
- linkedin-square
-
-
- linux
-
-
- maxcdn
-
-
- meanpath
-
-
- medium
-
-
- mixcloud
-
-
- modx
-
-
- odnoklassniki
-
-
- odnoklassniki-square
-
-
- opencart
-
-
- openid
-
-
- opera
-
-
- optin-monster
-
-
- pagelines
-
-
- paypal
-
-
- pied-piper
-
-
- pied-piper-alt
-
-
- pinterest
-
-
- pinterest-p
-
-
- pinterest-square
-
-
- product-hunt
-
-
- qq
-
-
- ra (alias)
-
-
- rebel
-
-
- reddit
-
-
- reddit-alien
-
-
- reddit-square
-
-
- renren
-
-
- safari
-
-
- scribd
-
-
- sellsy
-
-
- share-alt
-
-
- share-alt-square
-
-
- shirtsinbulk
-
-
- simplybuilt
-
-
- skyatlas
-
-
- skype
-
-
- slack
-
-
- slideshare
-
-
- soundcloud
-
-
- spotify
-
-
- stack-exchange
-
-
- stack-overflow
-
-
- steam
-
-
- steam-square
-
-
- stumbleupon
-
-
- stumbleupon-circle
-
-
- tencent-weibo
-
-
- trello
-
-
- tripadvisor
-
-
- tumblr
-
-
- tumblr-square
-
-
- twitch
-
-
- twitter
-
-
- twitter-square
-
-
- usb
-
-
- viacoin
-
-
- vimeo
-
-
- vimeo-square
-
-
- vine
-
-
- vk
-
-
- wechat (alias)
-
-
- weibo
-
-
- weixin
-
-
- whatsapp
-
-
- wikipedia-w
-
-
- windows
-
-
- wordpress
-
-
- xing
-
-
- xing-square
-
-
- y-combinator
-
-
- y-combinator-square (alias)
-
-
- yahoo
-
-
- yc (alias)
-
-
- yc-square (alias)
-
-
- yelp
-
-
- youtube
-
-
- youtube-play
-
-
- youtube-square
-
-
-
-
- All brand icons are trademarks of their respective owners.
- The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
- Brand icons should only be used to represent the company or product to which they refer.
-
-
-
-
-
-
- Medical Icons
-
-
-
-
- ambulance
-
-
- h-square
-
-
- heart
-
-
- heart-o
-
-
- heartbeat
-
-
- hospital-o
-
-
- medkit
-
-
- plus-square
-
-
- stethoscope
-
-
- user-md
-
-
- wheelchair
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/icons/simple-line-icons.vue b/template/pages/icons/simple-line-icons.vue
deleted file mode 100644
index 67734d13..00000000
--- a/template/pages/icons/simple-line-icons.vue
+++ /dev/null
@@ -1,751 +0,0 @@
-
-
-
-
- Simple Line Icons
-
-
-
-
-
- icon-user
-
-
-
- icon-people
-
-
-
- icon-user-female
-
-
-
- icon-user-follow
-
-
-
- icon-user-following
-
-
-
- icon-user-unfollow
-
-
-
- icon-login
-
-
-
- icon-logout
-
-
-
- icon-emotsmile
-
-
-
- icon-phone
-
-
-
- icon-call-end
-
-
-
- icon-call-in
-
-
-
- icon-call-out
-
-
-
- icon-map
-
-
-
- icon-location-pin
-
-
-
- icon-direction
-
-
-
- icon-directions
-
-
-
- icon-compass
-
-
-
- icon-layers
-
-
-
- icon-menu
-
-
-
- icon-list
-
-
-
- icon-options-vertical
-
-
-
- icon-options
-
-
-
- icon-arrow-down
-
-
-
- icon-arrow-left
-
-
-
- icon-arrow-right
-
-
-
- icon-arrow-up
-
-
-
- icon-arrow-up-circle
-
-
-
- icon-arrow-left-circle
-
-
-
- icon-arrow-right-circle
-
-
-
- icon-arrow-down-circle
-
-
-
- icon-check
-
-
-
- icon-clock
-
-
-
- icon-plus
-
-
-
- icon-close
-
-
-
- icon-trophy
-
-
-
- icon-screen-smartphone
-
-
-
- icon-screen-desktop
-
-
-
- icon-plane
-
-
-
- icon-notebook
-
-
-
- icon-mustache
-
-
-
- icon-mouse
-
-
-
- icon-magnet
-
-
-
- icon-energy
-
-
-
- icon-disc
-
-
-
- icon-cursor
-
-
-
- icon-cursor-move
-
-
-
- icon-crop
-
-
-
- icon-chemistry
-
-
-
- icon-speedometer
-
-
-
- icon-shield
-
-
-
- icon-screen-tablet
-
-
- cols="6" sm="4" md="3">
- icon-magic-wand
-
-
-
- icon-hourglass
-
-
-
- icon-graduation
-
-
-
- icon-ghost
-
-
-
- icon-game-controller
-
-
-
- icon-fire
-
-
-
- icon-eyeglass
-
-
-
- icon-envelope-open
-
-
-
- icon-envelope-letter
-
-
-
- icon-bell
-
-
-
- icon-badge
-
-
-
- icon-anchor
-
-
-
- icon-wallet
-
-
-
- icon-vector
-
-
-
- icon-speech
-
-
-
- icon-puzzle
-
-
-
- icon-printer
-
-
-
- icon-present
-
-
-
- icon-playlist
-
-
-
- icon-pin
-
-
-
- icon-picture
-
-
-
- icon-handbag
-
-
-
- icon-globe-alt
-
-
-
- icon-globe
-
-
-
- icon-folder-alt
-
-
-
- icon-folder
-
-
-
- icon-film
-
-
-
- icon-feed
-
-
-
- icon-drop
-
-
-
- icon-drawer
-
-
-
- icon-docs
-
-
-
- icon-doc
-
-
-
- icon-diamond
-
-
-
- icon-cup
-
-
-
- icon-calculator
-
-
-
- icon-bubbles
-
-
-
- icon-briefcase
-
-
-
- icon-book-open
-
-
-
- icon-basket-loaded
-
-
-
- icon-basket
-
-
-
- icon-bag
-
-
-
- icon-action-undo
-
-
-
- icon-action-redo
-
-
-
- icon-wrench
-
-
-
- icon-umbrella
-
-
-
- icon-trash
-
-
-
- icon-tag
-
-
-
- icon-support
-
-
-
- icon-frame
-
-
-
- icon-size-fullscreen
-
-
-
- icon-size-actual
-
-
-
- icon-shuffle
-
-
-
- icon-share-alt
-
-
-
- icon-share
-
-
-
- icon-rocket
-
-
-
- icon-question
-
-
-
- icon-pie-chart
-
-
-
- icon-pencil
-
-
-
- icon-note
-
-
-
- icon-loop
-
-
-
- icon-home
-
-
-
- icon-grid
-
-
-
- icon-graph
-
-
-
- icon-microphone
-
-
-
- icon-music-tone-alt
-
-
-
- icon-music-tone
-
-
-
- icon-earphones-alt
-
-
-
- icon-earphones
-
-
-
- icon-equalizer
-
-
-
- icon-like
-
-
-
- icon-dislike
-
-
-
- icon-control-start
-
-
-
- icon-control-rewind
-
-
-
- icon-control-play
-
-
-
- icon-control-pause
-
-
-
- icon-control-forward
-
-
-
- icon-control-end
-
-
-
- icon-volume-1
-
-
-
- icon-volume-2
-
-
-
- icon-volume-off
-
-
-
- icon-calendar
-
-
-
- icon-bulb
-
-
-
- icon-chart
-
-
-
- icon-ban
-
-
-
- icon-bubble
-
-
-
- icon-camrecorder
-
-
-
- icon-camera
-
-
-
- icon-cloud-download
-
-
-
- icon-cloud-upload
-
-
-
- icon-envelope
-
-
-
- icon-eye
-
-
-
- icon-flag
-
-
-
- icon-heart
-
-
-
- icon-info
-
-
-
- icon-key
-
-
-
- icon-link
-
-
-
- icon-lock
-
-
-
- icon-lock-open
-
-
-
- icon-magnifier
-
-
-
- icon-magnifier-add
-
-
-
- icon-magnifier-remove
-
-
-
- icon-paper-clip
-
-
-
- icon-paper-plane
-
-
-
- icon-power
-
-
-
- icon-refresh
-
-
-
- icon-reload
-
-
-
- icon-settings
-
-
-
- icon-star
-
-
-
- icon-symbol-female
-
-
-
- icon-symbol-male
-
-
-
- icon-target
-
-
-
- icon-credit-card
-
-
-
- icon-paypal
-
-
-
- icon-social-tumblr
-
-
-
- icon-social-twitter
-
-
-
- icon-social-facebook
-
-
-
- icon-social-instagram
-
-
-
- icon-social-linkedin
-
-
-
- icon-social-pinterest
-
-
-
- icon-social-github
-
-
-
- icon-social-gplus
-
-
-
- icon-social-reddit
-
-
-
- icon-social-skype
-
-
-
- icon-social-dribbble
-
-
-
- icon-social-behance
-
-
-
- icon-social-foursqare
-
-
-
- icon-social-soundcloud
-
-
-
- icon-social-spotify
-
-
-
- icon-social-stumbleupon
-
-
-
- icon-social-youtube
-
-
-
- icon-social-dropbox
-
-
-
-
-
-
-
-
diff --git a/template/pages/index.vue b/template/pages/index.vue
deleted file mode 100644
index 95cd807d..00000000
--- a/template/pages/index.vue
+++ /dev/null
@@ -1,658 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
- 9.823
- Members online
-
-
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
- 9.823
- Members online
-
-
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
- 9.823
- Members online
-
-
-
-
-
-
-
-
-
-
-
- Action
- Another action
- Something else here...
- Disabled action
-
- 9.823
- Members online
-
-
-
-
-
-
-
-
-
- Traffic
- November 2017
-
-
-
-
-
- Day
- Month
- Year
-
-
-
-
-
-
-
-
- Visits
- 29.703 Users (40%)
-
-
-
- Unique
- 24.093 Users (20%)
-
-
-
- Pageviews
- 78.706 Views (60%)
-
-
-
- New Users
- 22.123 Users (80%)
-
-
-
- Bounce Rate
- 40.15%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 89k
- friends
-
-
- 459
- feeds
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 500+
- contacts
-
-
- 292
- feeds
-
-
-
-
-
-
-
-
-
-
-
-
- 894
- followers
-
-
- 92
- circles
-
-
-
-
-
-
-
-
-
-
-
-
-
- New Clients
- 9,123
-
-
-
-
-
-
-
- Recurring Clients
- 22,643
-
-
-
-
-
-
-
-
-
-
- Monday
-
-
-
-
-
-
-
-
- Tuesday
-
-
-
-
-
-
-
-
- Wednesday
-
-
-
-
-
-
-
-
- Thursday
-
-
-
-
-
-
-
-
- Friday
-
-
-
-
-
-
-
-
- Saturday
-
-
-
-
-
-
-
-
- Sunday
-
-
-
-
-
-
-
- New clients Recurring clients
-
-
-
-
-
-
-
- Pageviews
- 78,623
-
-
-
-
-
-
-
- Organic
- 49,123
-
-
-
-
-
-
-
-
-
-
- Male
- 43%
-
-
-
-
-
-
- Female
- 37%
-
-
-
-
-
-
-
- Organic Search
- 191,235 (56%)
-
-
-
-
-
-
- Facebook
- 51,223 (15%)
-
-
-
-
-
-
- Twitter
- 37,564 (11%)
-
-
-
-
-
-
- LinkedIn
- 27,319 (8%)
-
-
-
-
-
-
-
-
-
-
-
-
-
- CTR
- 23%
-
-
-
-
-
-
-
- Bounce Rate
- 5%
-
-
-
-
-
-
-
-
-
-
-
-
iMac 4k
-
Lorem ipsum dolor sit amet
-
-
-
Sold this week
-
1.924
-
-
-
-
-
-
-
-
-
Samsung Galaxy Edge
-
Lorem ipsum dolor sit amet
-
-
-
Sold this week
-
1.224
-
-
-
-
-
-
-
-
-
iPhone 6S
-
Lorem ipsum dolor sit amet
-
-
-
Sold this week
-
1.163
-
-
-
-
-
-
-
-
-
Premium accounts
-
Lorem ipsum dolor sit amet
-
-
-
-
-
-
-
-
-
-
Spotify Subscriptions
-
Lorem ipsum dolor sit amet
-
-
-
-
-
-
-
-
-
-
Ebook
-
Lorem ipsum dolor sit amet
-
-
-
-
-
-
-
-
-
-
Photos
-
Lorem ipsum dolor sit amet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{item.value.name}}
-
-
- New
- Recurring
- | Registered: {{item.value.registered}}
-
-
-
-
-
-
-
- {{item.value.value}}%
-
-
- {{item.value.period}}
-
-
-
-
-
-
-
Last login
-
{{item.value}}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template/pages/notifications/alerts.vue b/template/pages/notifications/alerts.vue
deleted file mode 100644
index 07bc9d57..00000000
--- a/template/pages/notifications/alerts.vue
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
-
-
-
-
-
- Primary Alert
- Secondary Alert
- Success Alert
- Danger Alert
- Warning Alert
- Info Alert
- Light Alert
- Dark Alert
-
-
-
-
-
-
- Alert
- use .alert-link
to provide links
-
-
-
-
-
-
-
- Alerts
- with additional content
-
-
- Well done!
-
- Aww yeah, you successfully read this important alert message.
- This example text is going to run a bit longer so that you can see
- how spacing within an alert works with this kind of content.
-
-
-
- Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
-
-
-
-
-
-
-
- Alerts
- dismissible
-
-
-
- Dismissible Alert!
-
-
- Dismissible Alert!
-
-
- Show dismissible alert ({{showDismissibleAlert?'visible':'hidden'}})
-
-
-
-
-
- Alerts
- auto dismissible
-
-
-
- Alert will dismiss after {{dismissCountDown}} seconds...
-
-
- Alert will dismiss after {{dismissCountDown}} seconds...
-
-
-
-
- Show alert with timer
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/notifications/badges.vue b/template/pages/notifications/badges.vue
deleted file mode 100644
index a79842ad..00000000
--- a/template/pages/notifications/badges.vue
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
Example heading New
- Example heading New
- Example heading New
- Example heading New
- Example heading New
-
-
-
- Notifications 4
-
-
-
-
-
-
-
- Primary
- Secondary
- Success
- Danger
- Warning
- Info
- Light
- Dark
-
-
-
-
- Primary
- Secondary
- Success
- Danger
- Warning
- Info
- Light
- Dark
-
-
-
-
- Primary
- Secondary
- Success
- Danger
- Warning
- Info
- Light
- Dark
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/notifications/modals.vue b/template/pages/notifications/modals.vue
deleted file mode 100644
index da7424cb..00000000
--- a/template/pages/notifications/modals.vue
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
-
-
- Launch demo modal
- Launch large modal
- Launch small modal
-
- Launch primary modal
- Launch success modal
- Launch warning modal
- Launch danger modal
- Launch info modal
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
-
-
-
diff --git a/template/pages/pages/404.vue b/template/pages/pages/404.vue
deleted file mode 100644
index 1c598a09..00000000
--- a/template/pages/pages/404.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
404
-
Oops! You're lost.
-
The page you are looking for was not found.
-
-
-
-
-
-
-
-
-
- Search
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/pages/500.vue b/template/pages/pages/500.vue
deleted file mode 100644
index 4a751c92..00000000
--- a/template/pages/pages/500.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
500
-
Houston, we have a problem!
-
The page you are looking for is temporarily unavailable.
-
-
-
-
-
-
-
-
-
- Search
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/pages/login.vue b/template/pages/pages/login.vue
deleted file mode 100644
index 93aa0386..00000000
--- a/template/pages/pages/login.vue
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
- Login
- Sign In to your account
-
-
-
-
-
-
-
-
-
-
- Login
-
-
- Forgot password?
-
-
-
-
-
-
-
-
Sign up
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-
Register Now!
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/pages/register.vue b/template/pages/pages/register.vue
deleted file mode 100644
index b0adcc22..00000000
--- a/template/pages/pages/register.vue
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
diff --git a/template/pages/theme/colors.vue b/template/pages/theme/colors.vue
deleted file mode 100644
index b64af7d7..00000000
--- a/template/pages/theme/colors.vue
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-
-
100
-
200
-
300
-
400
-
500
-
600
-
700
-
800
-
900
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/theme/typography.vue b/template/pages/theme/typography.vue
deleted file mode 100644
index 0ce38e1d..00000000
--- a/template/pages/theme/typography.vue
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-
Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.
-
-
-
- Heading
- Example
-
-
-
-
-
- <h1></h1>
-
- h1. Bootstrap heading
-
-
-
- <h2></h2>
-
- h2. Bootstrap heading
-
-
-
- <h3></h3>
-
- h3. Bootstrap heading
-
-
-
- <h4></h4>
-
- h4. Bootstrap heading
-
-
-
- <h5></h5>
-
- h5. Bootstrap heading
-
-
-
- <h6></h6>
-
- h6. Bootstrap heading
-
-
-
-
-
-
-
-
-
.h1
through .h6
classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.
-
-
h1. Bootstrap heading
-
h2. Bootstrap heading
-
h3. Bootstrap heading
-
h4. Bootstrap heading
-
h5. Bootstrap heading
-
h6. Bootstrap heading
-
-
-
-
-
-
-
Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a display heading —a larger, slightly more opinionated heading style.
-
-
-
-
- Display 1
-
-
- Display 2
-
-
- Display 3
-
-
- Display 4
-
-
-
-
-
-
-
-
-
-
Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a display heading —a larger, slightly more opinionated heading style.
-
-
You can use the mark tag to highlight text.
-
This line of text is meant to be treated as deleted text.
-
This line of text is meant to be treated as no longer accurate.
-
This line of text is meant to be treated as an addition to the document.
-
This line of text will render as underlined
-
This line of text is meant to be treated as fine print.
-
This line rendered as bold text.
-
This line rendered as italicized text.
-
-
-
-
-
-
-
Align terms and descriptions horizontally by using our grid system’s predefined classes (or semantic mixins). For longer terms, you can optionally add a .text-truncate
class to truncate the text with an ellipsis.
-
-
- Description lists
- A description list is perfect for defining terms.
-
- Euismod
-
- Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
- Donec id elit non mi porta gravida at eget metus.
-
-
- Malesuada porta
- Etiam porta sem malesuada magna mollis euismod.
-
- Truncated term is truncated
- Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
- Nesting
-
-
- Nested definition list
- Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
-
-
-
-
-
-
-
-
-
-
diff --git a/template/pages/widgets.vue b/template/pages/widgets.vue
deleted file mode 100644
index cb687bf1..00000000
--- a/template/pages/widgets.vue
+++ /dev/null
@@ -1,471 +0,0 @@
-
-
-
-
-
- 89.9%
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- 12.124
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- $98.111,00
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- 2 TB
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
-
-
- 89.9%
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- 12.124
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- $98.111,00
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
- 2 TB
- Lorem ipsum...
-
- Lorem ipsum dolor sit amet enim.
-
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
- $1.999,50
- Income
-
-
-
-
-
-
-
-
-
-
- 89k
- friends
-
-
- 459
- feeds
-
-
-
-
-
-
-
-
-
-
-
-
- 500+
- contacts
-
-
- 292
- feeds
-
-
-
-
-
-
-
-
-
- 894
- followers
-
-
- 92
- circles
-
-
-
-
-
-
-
-
-
-
- 87.500
- Visitors
-
-
-
-
-
-
- 385
- New Clients
-
-
-
-
-
-
- 1238
- Products sold
-
-
-
-
-
-
- 28%
- Returning Visitors
-
-
-
-
-
-
- 5:34:11
- Avg. Time
-
-
-
-
-
-
-
-
-
- 87.500
- Visitors
-
-
-
-
-
-
-
-
- 385
- New Clients
-
-
-
-
-
-
-
-
- 1238
- Products sold
-
-
-
-
-
-
-
-
- 28%
- Returning Visitors
-
-
-
-
-
-
-
-
- 5:34:11
- Avg. Time
-
-
-
-
-
-
-
-
- 972
- Comments
-
-
-
-
-
-
-
-
-
-
- 87.500
- Visitors
-
-
-
-
-
-
-
-
- 385
- New Clients
-
-
-
-
-
-
-
-
- 1238
- Products sold
-
-
-
-
-
-
-
-
- 28%
- Returning Visitors
-
-
-
-
-
-
-
-
- 5:34:11
- Avg. Time
-
-
-
-
-
-
-
-
- 972
- Comments
-
-
-
-
-
-
-
-
diff --git a/template/plugins/README.md b/template/plugins/README.md
deleted file mode 100644
index 0d227f3f..00000000
--- a/template/plugins/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# PLUGINS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Javascript plugins that you want to run before mounting the root Vue.js application.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins).
diff --git a/template/server/index.js b/template/server/index.js
deleted file mode 100644
index abe500eb..00000000
--- a/template/server/index.js
+++ /dev/null
@@ -1,34 +0,0 @@
-const express = require('express')
-const consola = require('consola')
-const { Nuxt, Builder } = require('nuxt')
-const app = express()
-const host = process.env.HOST || '127.0.0.1'
-const port = process.env.PORT || 3000
-
-app.set('port', port)
-
-// Import and Set Nuxt.js options
-let config = require('../nuxt.config.js')
-config.dev = !(process.env.NODE_ENV === 'production')
-
-async function start() {
- // Init Nuxt.js
- const nuxt = new Nuxt(config)
-
- // Build only in dev mode
- if (config.dev) {
- const builder = new Builder(nuxt)
- await builder.build()
- }
-
- // Give nuxt middleware to express
- app.use(nuxt.render)
-
- // Listen the server
- app.listen(port, host)
- consola.ready({
- message: `Server listening on http://${host}:${port}`,
- badge: true
- })
-}
-start()
diff --git a/template/static/README.md b/template/static/README.md
deleted file mode 100644
index 3fc50023..00000000
--- a/template/static/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# STATIC
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your static files.
-Each file inside this directory is mapped to `/`.
-
-Example: `/static/robots.txt` is mapped as `/robots.txt`.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static).
diff --git a/template/static/favicon.ico b/template/static/favicon.ico
deleted file mode 100644
index 382fecbb..00000000
Binary files a/template/static/favicon.ico and /dev/null differ
diff --git a/template/static/img/avatars/1.jpg b/template/static/img/avatars/1.jpg
deleted file mode 100644
index 0b087037..00000000
Binary files a/template/static/img/avatars/1.jpg and /dev/null differ
diff --git a/template/static/img/avatars/2.jpg b/template/static/img/avatars/2.jpg
deleted file mode 100644
index e7367094..00000000
Binary files a/template/static/img/avatars/2.jpg and /dev/null differ
diff --git a/template/static/img/avatars/3.jpg b/template/static/img/avatars/3.jpg
deleted file mode 100644
index caf9a7e7..00000000
Binary files a/template/static/img/avatars/3.jpg and /dev/null differ
diff --git a/template/static/img/avatars/4.jpg b/template/static/img/avatars/4.jpg
deleted file mode 100644
index 97f67696..00000000
Binary files a/template/static/img/avatars/4.jpg and /dev/null differ
diff --git a/template/static/img/avatars/5.jpg b/template/static/img/avatars/5.jpg
deleted file mode 100644
index 82b025fe..00000000
Binary files a/template/static/img/avatars/5.jpg and /dev/null differ
diff --git a/template/static/img/avatars/6.jpg b/template/static/img/avatars/6.jpg
deleted file mode 100644
index 1d2b8843..00000000
Binary files a/template/static/img/avatars/6.jpg and /dev/null differ
diff --git a/template/static/img/avatars/7.jpg b/template/static/img/avatars/7.jpg
deleted file mode 100644
index 2903cd2f..00000000
Binary files a/template/static/img/avatars/7.jpg and /dev/null differ
diff --git a/template/static/img/avatars/8.jpg b/template/static/img/avatars/8.jpg
deleted file mode 100644
index 3a5eba9e..00000000
Binary files a/template/static/img/avatars/8.jpg and /dev/null differ
diff --git a/template/static/img/favicon.png b/template/static/img/favicon.png
deleted file mode 100644
index 7f62affe..00000000
Binary files a/template/static/img/favicon.png and /dev/null differ
diff --git a/template/static/img/logo-symbol.png b/template/static/img/logo-symbol.png
deleted file mode 100644
index 7f62affe..00000000
Binary files a/template/static/img/logo-symbol.png and /dev/null differ
diff --git a/template/static/img/logo.png b/template/static/img/logo.png
deleted file mode 100644
index 98a19463..00000000
Binary files a/template/static/img/logo.png and /dev/null differ
diff --git a/template/store/README.md b/template/store/README.md
deleted file mode 100644
index 111fea1b..00000000
--- a/template/store/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# STORE
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Vuex Store files.
-Vuex Store option is implemented in the Nuxt.js framework.
-
-Creating a file in this directory activate the option in the framework automatically.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).