mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Responsive stuff.
This commit is contained in:
parent
874d401bac
commit
8dcfcaac4e
|
@ -218,8 +218,8 @@
|
||||||
.timeline-sidebar {
|
.timeline-sidebar {
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
|
|
||||||
@include media-breakpoint('sm') {
|
@include media-breakpoint-down('sm') {
|
||||||
padding: 8px
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest-activity {
|
.latest-activity {
|
||||||
|
@ -303,4 +303,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
reactive patterns, testing, and validation.
|
reactive patterns, testing, and validation.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div fxLayout="column" fxLayoutAlign="start start" fxLayout.gt-sm="row">
|
<div fxLayout="column" fxLayoutAlign="start start" fxLayout.gt-md="row">
|
||||||
|
|
||||||
<form class="md-white-bg mat-elevation-z4 p-24 mr-24 mb-24" fxLayout="column" fxLayoutAlign="start"
|
<form class="md-white-bg mat-elevation-z4 p-24 mr-24 mb-24" fxLayout="column" fxLayoutAlign="start"
|
||||||
fxFlex="1 0 auto" name="form" [formGroup]="form">
|
fxFlex="1 0 auto" name="form" [formGroup]="form">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user