Update to 1.0.6

- 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
This commit is contained in:
xidedix
2017-11-21 12:36:41 +01:00
parent f244f02585
commit de7ebf32ff
225 changed files with 3533 additions and 16896 deletions
+6 -6
View File
@@ -1,19 +1,19 @@
.breadcrumb-menu {
position: absolute;
top: 0;
right: $breadcrumb-padding-x;
margin-left: auto;
&::before {
display: none;
}
.btn {
padding-top: $breadcrumb-padding-y;
padding-bottom: $breadcrumb-padding-y;
.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;
-2
View File
@@ -1,6 +1,4 @@
.breadcrumb {
position: relative;
margin: $breadcrumb-margin;
@include borders($breadcrumb-borders);
}
+1 -1
View File
@@ -45,7 +45,7 @@
}
@each $color, $value in $theme-colors {
&.callout-#{$color} {
.callout-#{$color} {
border-left-color: $value;
h4 {
+4 -5
View File
@@ -338,18 +338,17 @@ app-root {
}
}
.sidebar,
.sidebar-fixed .sidebar {
.sidebar {
position: fixed;
z-index: $zindex-sticky - 1;
width: $mobile-sidebar-width;
// height: 100%;
height: calc(100vh - #{$navbar-height});
margin-left: - $mobile-sidebar-width;
.sidebar-nav,
.nav {
width: $mobile-sidebar-width !important;
height: calc(100vh - #{$navbar-height});
width: $mobile-sidebar-width;
min-height: calc(100vh - #{$navbar-height});
}
.sidebar-minimizer {
-2
View File
@@ -176,8 +176,6 @@ $top-nav-active-bg: theme-color("primary") !default;
$top-nav-height: $navbar-height - 15px !default;
// Breadcrumb
$breadcrumb-margin: 0 0 (1.5 * $spacer) 0 !default;
$breadcrumb-borders: (
bottom: (
size: 1px,