de7ebf32ff
- refactor: raw html to b-row, b-col, b-card, b-button components - fix: Cards.vue: change variant="accent- to class="card-accent- - refactor: Modal's ok-button variants - refactor: forms with validation feedback - update: bootstrap-vue to 1.1.0 - update: to vue: 2.5.6
23 lines
450 B
SCSS
23 lines
450 B
SCSS
/*!
|
|
* CoreUI - Open Source Bootstrap Admin Template
|
|
* @version v1.0.6
|
|
* @link http://coreui.io
|
|
* Copyright (c) 2017 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";
|