mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Merge branch 'master' of https://github.com/withinpixels/fuse2
This commit is contained in:
commit
0bd35d58c4
|
@ -12,6 +12,14 @@
|
||||||
|
|
||||||
.cal-day-cell {
|
.cal-day-cell {
|
||||||
|
|
||||||
|
@include media-breakpoint(lg) {
|
||||||
|
min-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint(gt-lg) {
|
||||||
|
min-height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
&.cal-open {
|
&.cal-open {
|
||||||
@include mat-elevation(3);
|
@include mat-elevation(3);
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,6 @@ fuse-main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
#fuse-main-content {
|
#fuse-main-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user