683cf9bb92
- refactor: raw html to b-row, b-col, b-card, b-button components - fix: Cards 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 closes #28 - update: to vue 2.5.6 from build v1.0.5 - update: bootstrap-vue to 1.0.x - fix: use <b-form-radio-group> instead of <b-form-radio> - refactor: <b-table> bootstrap-vue component in Tables closes #24 - refactor: extract Table component from Tables - refactor: <b-table> bootstrap-vue component in Switches - fix: add table-responsive-sm class to Tables closes #26 - refactor: use component <b-navbar-nav> instead of deprecated prop is-nav-bar - fix: b-progress height property workaround (bootstrap-vue) - chore: dependencies update
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";
|