@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/vue",
|
"name": "@coreui/vue",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
|
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
// Temp fix for reactstrap
|
// Temp fix for reactstrap
|
||||||
.show {
|
.app-header {
|
||||||
> .dropdown-menu-right {
|
.navbar-nav {
|
||||||
right: 0;
|
.dropdown-menu-right {
|
||||||
left: auto; // Reset the default from `.dropdown-menu`
|
right: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
.app-footer {
|
.app-footer {
|
||||||
min-height: $footer-height;
|
display: flex;
|
||||||
padding: 0 $spacer;
|
padding: 0 $spacer;
|
||||||
line-height: $footer-height;
|
|
||||||
color: $footer-color;
|
color: $footer-color;
|
||||||
background: $footer-bg;
|
background: $footer-bg;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
@include borders($footer-borders);
|
@include borders($footer-borders);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
app-dashboard,
|
app-dashboard,
|
||||||
app-root {
|
app-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header {
|
.app-header {
|
||||||
@@ -26,12 +26,12 @@ app-root {
|
|||||||
.app-body {
|
.app-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-grow: 1;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
flex: 1;
|
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
@@ -328,7 +328,8 @@ app-root {
|
|||||||
margin-top: $navbar-height;
|
margin-top: $navbar-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar,
|
||||||
|
.sidebar-fixed .sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: $zindex-sticky - 1;
|
z-index: $zindex-sticky - 1;
|
||||||
width: $mobile-sidebar-width;
|
width: $mobile-sidebar-width;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.app-header.navbar {
|
.app-header.navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-direction: row;
|
|
||||||
height: $navbar-height;
|
height: $navbar-height;
|
||||||
|
flex-direction: row;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $navbar-bg;
|
background-color: $navbar-bg;
|
||||||
@@ -102,6 +102,7 @@
|
|||||||
background-color: rgba(0,0,0,.075);
|
background-color: rgba(0,0,0,.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
.brand-minimized {
|
.brand-minimized {
|
||||||
.app-header.navbar {
|
.app-header.navbar {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
@@ -109,6 +110,8 @@
|
|||||||
background-color: $navbar-brand-minimized-bg;
|
background-color: $navbar-brand-minimized-bg;
|
||||||
background-image: $navbar-brand-minimized-logo;
|
background-image: $navbar-brand-minimized-logo;
|
||||||
background-size: $navbar-brand-minimized-logo-size;
|
background-size: $navbar-brand-minimized-logo-size;
|
||||||
|
@include borders($navbar-brand-minimized-border);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,8 +78,8 @@
|
|||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
@include sidebar-width($sidebar-borders, $sidebar-width);
|
@include sidebar-width($sidebar-borders, $sidebar-width);
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-title {
|
.nav-title {
|
||||||
@@ -254,6 +254,7 @@
|
|||||||
flex: 0 0 $sidebar-footer-height;
|
flex: 0 0 $sidebar-footer-height;
|
||||||
padding: $sidebar-footer-padding-y $sidebar-footer-padding-x;
|
padding: $sidebar-footer-padding-y $sidebar-footer-padding-x;
|
||||||
background: $sidebar-footer-bg;
|
background: $sidebar-footer-bg;
|
||||||
|
@include borders($sidebar-footer-borders);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-minimizer {
|
.sidebar-minimizer {
|
||||||
@@ -261,6 +262,7 @@
|
|||||||
flex: 0 0 $sidebar-minimizer-height;
|
flex: 0 0 $sidebar-minimizer-height;
|
||||||
background-color: $sidebar-minimizer-bg;
|
background-color: $sidebar-minimizer-bg;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@include borders($sidebar-minimizer-borders);
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -58,10 +58,11 @@ $navbar-brand-border: (
|
|||||||
)
|
)
|
||||||
) !default;
|
) !default;
|
||||||
|
|
||||||
$navbar-brand-minimized-width: 50px !default
|
$navbar-brand-minimized-width: 50px !default;
|
||||||
$navbar-brand-minimized-bg: #fff !default;
|
$navbar-brand-minimized-bg: $navbar-brand-bg !default;
|
||||||
$navbar-brand-minimized-logo: url('../img/logo-symbol.png') !default;
|
$navbar-brand-minimized-logo: url('../img/logo-symbol.png') !default;
|
||||||
$navbar-brand-minimized-logo-size: 24px !default;
|
$navbar-brand-minimized-logo-size: 24px !default;
|
||||||
|
$navbar-brand-minimized-border: $navbar-brand-border !default;
|
||||||
|
|
||||||
$navbar-color: $gray-600 !default;
|
$navbar-color: $gray-600 !default;
|
||||||
$navbar-hover-color: $gray-800 !default;
|
$navbar-hover-color: $gray-800 !default;
|
||||||
@@ -132,11 +133,13 @@ $sidebar-footer-height: auto !default;
|
|||||||
$sidebar-footer-bg: rgba(0,0,0,.2) !default;
|
$sidebar-footer-bg: rgba(0,0,0,.2) !default;
|
||||||
$sidebar-footer-padding-y: .75rem !default;
|
$sidebar-footer-padding-y: .75rem !default;
|
||||||
$sidebar-footer-padding-x: 1rem !default;
|
$sidebar-footer-padding-x: 1rem !default;
|
||||||
|
$sidebar-footer-borders: 0 !default;
|
||||||
|
|
||||||
// Sidebar Minimizer
|
// Sidebar Minimizer
|
||||||
|
|
||||||
$sidebar-minimizer-height: 50px !default;
|
$sidebar-minimizer-height: 50px !default;
|
||||||
$sidebar-minimizer-bg: rgba(0,0,0,.2) !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-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-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-bg: rgba(0,0,0,.3) !default;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* CoreUI - Open Source Bootstrap Admin Template
|
* CoreUI - Open Source Bootstrap Admin Template
|
||||||
* @version v1.0.0
|
* @version v1.0.1
|
||||||
* @link http://coreui.io
|
* @link http://coreui.io
|
||||||
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
|
||||||
* @license MIT
|
* @license MIT
|
||||||
@@ -11,23 +11,17 @@
|
|||||||
// Import Bootstrap source files
|
// Import Bootstrap source files
|
||||||
@import "bootstrap/bootstrap";
|
@import "bootstrap/bootstrap";
|
||||||
|
|
||||||
// If you want you can import bootstrap scss files directly from node_modules or bower_components.
|
// If you want you can import bootstrap scss files directly from node_modules.
|
||||||
// To do this please remove @import "bootstrap/bootstrap"; and uncomment proper line.
|
// To do this please remove @import "bootstrap/bootstrap"; and uncomment proper line.
|
||||||
|
|
||||||
// Import Bootstrap source files from node_modules
|
// Import Bootstrap source files from node_modules
|
||||||
// @import "node_modules/bootstrap/scss/bootstrap";
|
// @import "node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
// Import Bootstrap source files from bower_components
|
|
||||||
// @import "bower_components/bootstrap/scss/bootstrap";
|
|
||||||
|
|
||||||
// Override core variables
|
// Override core variables
|
||||||
@import "core-variables";
|
@import "core-variables";
|
||||||
|
|
||||||
// Import core styles
|
// Import core styles
|
||||||
@import "core/core";
|
@import "core/core";
|
||||||
|
|
||||||
// Import vendors styles
|
|
||||||
@import "vendors/vendors";
|
|
||||||
|
|
||||||
// Custom styles
|
// Custom styles
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/functions";
|
||||||
|
@import "../bootstrap/functions";
|
||||||
|
@import "../bootstrap-variables";
|
||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/variables";
|
||||||
|
@import "../bootstrap/variables";
|
||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/mixins";
|
||||||
|
@import "../bootstrap/mixins";
|
||||||
|
@import "../core-variables";
|
||||||
|
@import "../core/variables";
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
@import "chart.js/chart";
|
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Import variables
|
||||||
|
@import '../variables';
|
||||||
|
|
||||||
.chart-legend,
|
.chart-legend,
|
||||||
.bar-legend,
|
.bar-legend,
|
||||||
.line-legend,
|
.line-legend,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<footer class="app-footer">
|
<footer class="app-footer">
|
||||||
<a href="http://coreui.io">CoreUI</a> © 2017 creativeLabs.
|
<span><a href="http://coreui.io">CoreUI</a> © 2017 creativeLabs.</span>
|
||||||
<span class="float-right">Powered by <a href="http://coreui.io">CoreUI</a></span>
|
<span class="ml-auto">Powered by <a href="http://coreui.io">CoreUI</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/vue",
|
"name": "@coreui/vue",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
|
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
// Temp fix for reactstrap
|
// Temp fix for reactstrap
|
||||||
.show {
|
.app-header {
|
||||||
> .dropdown-menu-right {
|
.navbar-nav {
|
||||||
right: 0;
|
.dropdown-menu-right {
|
||||||
left: auto; // Reset the default from `.dropdown-menu`
|
right: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
.app-footer {
|
.app-footer {
|
||||||
min-height: $footer-height;
|
display: flex;
|
||||||
padding: 0 $spacer;
|
padding: 0 $spacer;
|
||||||
line-height: $footer-height;
|
|
||||||
color: $footer-color;
|
color: $footer-color;
|
||||||
background: $footer-bg;
|
background: $footer-bg;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
@include borders($footer-borders);
|
@include borders($footer-borders);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
app-dashboard,
|
app-dashboard,
|
||||||
app-root {
|
app-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header {
|
.app-header {
|
||||||
@@ -26,12 +26,12 @@ app-root {
|
|||||||
.app-body {
|
.app-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-grow: 1;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
flex: 1;
|
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
@@ -328,7 +328,8 @@ app-root {
|
|||||||
margin-top: $navbar-height;
|
margin-top: $navbar-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar,
|
||||||
|
.sidebar-fixed .sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: $zindex-sticky - 1;
|
z-index: $zindex-sticky - 1;
|
||||||
width: $mobile-sidebar-width;
|
width: $mobile-sidebar-width;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.app-header.navbar {
|
.app-header.navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-direction: row;
|
|
||||||
height: $navbar-height;
|
height: $navbar-height;
|
||||||
|
flex-direction: row;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $navbar-bg;
|
background-color: $navbar-bg;
|
||||||
@@ -102,6 +102,7 @@
|
|||||||
background-color: rgba(0,0,0,.075);
|
background-color: rgba(0,0,0,.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
.brand-minimized {
|
.brand-minimized {
|
||||||
.app-header.navbar {
|
.app-header.navbar {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
@@ -109,6 +110,8 @@
|
|||||||
background-color: $navbar-brand-minimized-bg;
|
background-color: $navbar-brand-minimized-bg;
|
||||||
background-image: $navbar-brand-minimized-logo;
|
background-image: $navbar-brand-minimized-logo;
|
||||||
background-size: $navbar-brand-minimized-logo-size;
|
background-size: $navbar-brand-minimized-logo-size;
|
||||||
|
@include borders($navbar-brand-minimized-border);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,8 +78,8 @@
|
|||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
@include sidebar-width($sidebar-borders, $sidebar-width);
|
@include sidebar-width($sidebar-borders, $sidebar-width);
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-title {
|
.nav-title {
|
||||||
@@ -254,6 +254,7 @@
|
|||||||
flex: 0 0 $sidebar-footer-height;
|
flex: 0 0 $sidebar-footer-height;
|
||||||
padding: $sidebar-footer-padding-y $sidebar-footer-padding-x;
|
padding: $sidebar-footer-padding-y $sidebar-footer-padding-x;
|
||||||
background: $sidebar-footer-bg;
|
background: $sidebar-footer-bg;
|
||||||
|
@include borders($sidebar-footer-borders);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-minimizer {
|
.sidebar-minimizer {
|
||||||
@@ -261,6 +262,7 @@
|
|||||||
flex: 0 0 $sidebar-minimizer-height;
|
flex: 0 0 $sidebar-minimizer-height;
|
||||||
background-color: $sidebar-minimizer-bg;
|
background-color: $sidebar-minimizer-bg;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@include borders($sidebar-minimizer-borders);
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -58,10 +58,11 @@ $navbar-brand-border: (
|
|||||||
)
|
)
|
||||||
) !default;
|
) !default;
|
||||||
|
|
||||||
$navbar-brand-minimized-width: 50px !default
|
$navbar-brand-minimized-width: 50px !default;
|
||||||
$navbar-brand-minimized-bg: #fff !default;
|
$navbar-brand-minimized-bg: $navbar-brand-bg !default;
|
||||||
$navbar-brand-minimized-logo: url('../img/logo-symbol.png') !default;
|
$navbar-brand-minimized-logo: url('../img/logo-symbol.png') !default;
|
||||||
$navbar-brand-minimized-logo-size: 24px !default;
|
$navbar-brand-minimized-logo-size: 24px !default;
|
||||||
|
$navbar-brand-minimized-border: $navbar-brand-border !default;
|
||||||
|
|
||||||
$navbar-color: $gray-600 !default;
|
$navbar-color: $gray-600 !default;
|
||||||
$navbar-hover-color: $gray-800 !default;
|
$navbar-hover-color: $gray-800 !default;
|
||||||
@@ -132,11 +133,13 @@ $sidebar-footer-height: auto !default;
|
|||||||
$sidebar-footer-bg: rgba(0,0,0,.2) !default;
|
$sidebar-footer-bg: rgba(0,0,0,.2) !default;
|
||||||
$sidebar-footer-padding-y: .75rem !default;
|
$sidebar-footer-padding-y: .75rem !default;
|
||||||
$sidebar-footer-padding-x: 1rem !default;
|
$sidebar-footer-padding-x: 1rem !default;
|
||||||
|
$sidebar-footer-borders: 0 !default;
|
||||||
|
|
||||||
// Sidebar Minimizer
|
// Sidebar Minimizer
|
||||||
|
|
||||||
$sidebar-minimizer-height: 50px !default;
|
$sidebar-minimizer-height: 50px !default;
|
||||||
$sidebar-minimizer-bg: rgba(0,0,0,.2) !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-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-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-bg: rgba(0,0,0,.3) !default;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* CoreUI - Open Source Bootstrap Admin Template
|
* CoreUI - Open Source Bootstrap Admin Template
|
||||||
* @version v1.0.0
|
* @version v1.0.1
|
||||||
* @link http://coreui.io
|
* @link http://coreui.io
|
||||||
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
|
||||||
* @license MIT
|
* @license MIT
|
||||||
@@ -11,23 +11,17 @@
|
|||||||
// Import Bootstrap source files
|
// Import Bootstrap source files
|
||||||
@import "bootstrap/bootstrap";
|
@import "bootstrap/bootstrap";
|
||||||
|
|
||||||
// If you want you can import bootstrap scss files directly from node_modules or bower_components.
|
// If you want you can import bootstrap scss files directly from node_modules.
|
||||||
// To do this please remove @import "bootstrap/bootstrap"; and uncomment proper line.
|
// To do this please remove @import "bootstrap/bootstrap"; and uncomment proper line.
|
||||||
|
|
||||||
// Import Bootstrap source files from node_modules
|
// Import Bootstrap source files from node_modules
|
||||||
// @import "node_modules/bootstrap/scss/bootstrap";
|
// @import "node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
// Import Bootstrap source files from bower_components
|
|
||||||
// @import "bower_components/bootstrap/scss/bootstrap";
|
|
||||||
|
|
||||||
// Override core variables
|
// Override core variables
|
||||||
@import "core-variables";
|
@import "core-variables";
|
||||||
|
|
||||||
// Import core styles
|
// Import core styles
|
||||||
@import "core/core";
|
@import "core/core";
|
||||||
|
|
||||||
// Import vendors styles
|
|
||||||
@import "vendors/vendors";
|
|
||||||
|
|
||||||
// Custom styles
|
// Custom styles
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
|||||||
+9
@@ -0,0 +1,9 @@
|
|||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/functions";
|
||||||
|
@import "../bootstrap/functions";
|
||||||
|
@import "../bootstrap-variables";
|
||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/variables";
|
||||||
|
@import "../bootstrap/variables";
|
||||||
|
// @import "node_modules/bootstrap/scss/bootstrap/mixins";
|
||||||
|
@import "../bootstrap/mixins";
|
||||||
|
@import "../core-variables";
|
||||||
|
@import "../core/variables";
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
@import "chart.js/chart";
|
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Import variables
|
||||||
|
@import '../variables';
|
||||||
|
|
||||||
.chart-legend,
|
.chart-legend,
|
||||||
.bar-legend,
|
.bar-legend,
|
||||||
.line-legend,
|
.line-legend,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<footer class="app-footer">
|
<footer class="app-footer">
|
||||||
<a href="http://coreui.io">CoreUI</a> © 2017 creativeLabs.
|
<span><a href="http://coreui.io">CoreUI</a> © 2017 creativeLabs.</span>
|
||||||
<span class="float-right">Powered by <a href="http://coreui.io">CoreUI</a></span>
|
<span class="ml-auto">Powered by <a href="http://coreui.io">CoreUI</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/vue",
|
"name": "@coreui/vue",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Open Source Vue Admin Template",
|
"description": "Open Source Vue Admin Template",
|
||||||
"main": "",
|
"main": "",
|
||||||
"homepage": "http://coreui.io/vue/",
|
"homepage": "http://coreui.io/vue/",
|
||||||
|
|||||||
Reference in New Issue
Block a user