added fixed layout page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -54,3 +54,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hold-transition {
|
||||
.main-sidebar {
|
||||
animation: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -481,7 +481,3 @@ blockquote {
|
||||
padding: .375rem .6rem;
|
||||
}
|
||||
|
||||
.resize-animation-stopper * {
|
||||
animation: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user