mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
(Calendar App) Responsive refinement.
This commit is contained in:
parent
7847097ea2
commit
5f5e9d55ad
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user