1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

sidebav fixes

This commit is contained in:
codecalm
2019-11-25 10:53:13 +01:00
parent b7eba81f68
commit 0f55179d4d
4 changed files with 2 additions and 8 deletions
-1
View File
@@ -82,7 +82,6 @@
"rollup-plugin-filesize": "6.2.1", "rollup-plugin-filesize": "6.2.1",
"rollup-plugin-multi-input": "1.0.2", "rollup-plugin-multi-input": "1.0.2",
"rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-node-resolve": "5.2.0",
"shx": "0.3.2",
"stylelint": "11.1.1", "stylelint": "11.1.1",
"stylelint-config-twbs-bootstrap": "0.9.0", "stylelint-config-twbs-bootstrap": "0.9.0",
"svgo": "1.3.2", "svgo": "1.3.2",
+1 -3
View File
@@ -3,7 +3,7 @@ Layout
*/ */
@mixin menu-side { @mixin menu-side {
align-items: start; align-items: flex-start;
} }
@mixin menu-collapsed { @mixin menu-collapsed {
@@ -61,8 +61,6 @@ Layout
@each $breakpoint in map-keys($grid-breakpoints) { @each $breakpoint in map-keys($grid-breakpoints) {
$infix: breakpoint-infix($breakpoint); $infix: breakpoint-infix($breakpoint);
@debug $infix;
@if $infix != '' { @if $infix != '' {
@include media-breakpoint-down($breakpoint) { @include media-breakpoint-down($breakpoint) {
+1 -1
View File
@@ -93,7 +93,7 @@ Sidebar
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
align-items: inherit; align-items: inherit;
justify-content: start; justify-content: flex-start;
margin: 0; margin: 0;
overflow: auto; overflow: auto;
-3
View File
@@ -1,8 +1,5 @@
.jqvmap-zoomin, .jqvmap-zoomin,
.jqvmap-zoomout { .jqvmap-zoomout {
@extend .btn;
@extend .btn-sm;
@extend .btn-secondary;
height: auto; height: auto;
width: auto; width: auto;
left: .5rem; left: .5rem;