mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Page layouts) Small tweaks
(Config) Disable the router animation by default
This commit is contained in:
parent
928be05725
commit
234dec3d6a
|
@ -217,7 +217,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
|
|||
}
|
||||
}
|
||||
|
||||
> .header {
|
||||
.header {
|
||||
height: $carded-header-height;
|
||||
min-height: $carded-header-height;
|
||||
max-height: $carded-header-height;
|
||||
|
@ -229,7 +229,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
|
|||
}
|
||||
}
|
||||
|
||||
> .content {
|
||||
.content {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
@ -342,7 +342,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
|
|||
|
||||
> .sidebar {
|
||||
|
||||
> .content {
|
||||
.content {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
@ -490,7 +490,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
|
|||
|
||||
> .sidebar {
|
||||
|
||||
> .content {
|
||||
.content {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
@ -514,7 +514,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
|
|||
background: none;
|
||||
box-shadow: none;
|
||||
|
||||
> .content {
|
||||
.content {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,5 +30,5 @@ export const fuseConfig: FuseConfig = {
|
|||
}
|
||||
},
|
||||
customScrollbars: true,
|
||||
routerAnimation : 'fadeIn'
|
||||
routerAnimation : 'none'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user