This commit is contained in:
Sercan Yemen 2017-08-03 17:18:22 +03:00
commit 0bd35d58c4
2 changed files with 8 additions and 1 deletions

View File

@ -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);
} }

View File

@ -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;