added fixed layout page

This commit is contained in:
Daniel
2021-06-13 17:20:36 +05:30
parent e25bd67708
commit 7523fda0df
8 changed files with 107 additions and 22 deletions

View File

@@ -1,13 +1,5 @@
@include media-breakpoint-up(lg) {
.layout-fixed:not(.sidebar-horizontal) {
// .main-brand {
// bottom: 0;
// float: none;
// left: 0;
// position: fixed;
// top: 0;
// }
.main-sidebar {
bottom: 0;
float: none;

View File

@@ -54,3 +54,10 @@
}
}
}
.hold-transition {
.main-sidebar {
animation: none !important;
transition: none !important;
}
}

View File

@@ -481,7 +481,3 @@ blockquote {
padding: .375rem .6rem;
}
.resize-animation-stopper * {
animation: none !important;
transition: none !important;
}