version 4.0 udpate
Complete refactor! Main layout changed, new pages added, build system changed, now uses Gulp 4, Bootstrap SCSS, custom SCSS, new design, dropped Morris and Flot Charts, added Chart.js for charts, new example pages, and more...
This commit is contained in:
@@ -9,6 +9,12 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Main page wrapper
|
||||
#wrapper {
|
||||
display: flex;
|
||||
@@ -29,29 +35,6 @@ body {
|
||||
padding-right: $grid-gutter-width;
|
||||
}
|
||||
|
||||
// Fixed Nav Option
|
||||
body.fixed-nav {
|
||||
#content-wrapper {
|
||||
margin-top: $navbar-base-height;
|
||||
padding-left: $sidebar-collapsed-width;
|
||||
}
|
||||
&.sidebar-toggled {
|
||||
#content-wrapper {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
#content-wrapper {
|
||||
padding-left: $sidebar-base-width;
|
||||
}
|
||||
&.sidebar-toggled {
|
||||
#content-wrapper {
|
||||
padding-left: $sidebar-collapsed-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Scroll to top button
|
||||
.scroll-to-top {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user