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 {
@include media-breakpoint(lg) {
min-height: 150px;
}
@include media-breakpoint(gt-lg) {
min-height: 200px;
}
&.cal-open {
@include mat-elevation(3);
}

View File

@ -12,7 +12,6 @@ fuse-main {
display: flex;
flex: 1;
overflow: hidden;
width: 100%;
#fuse-main-content {
display: flex;