1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

borders errors fixes

This commit is contained in:
chomik
2019-05-08 23:18:03 +02:00
parent 348debe306
commit 360da7887a
8 changed files with 93 additions and 80 deletions
+1
View File
@@ -4,6 +4,7 @@ html {
}
body {
height: 100%;
overflow-y: scroll;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
-3
View File
@@ -4,7 +4,6 @@ Sidebar
.sidenav {
width: 16rem;
min-width: 16rem;
padding: .75rem 1rem;
background: $sidenav-bg;
border-right: 1px solid $sidenav-border-color;
@@ -40,8 +39,6 @@ Sidebar
}
.navbar-brand {
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
}