mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Small responsive fixes on e-commerce pages
This commit is contained in:
parent
3abd764715
commit
b46b253c1c
|
@ -2,7 +2,11 @@
|
|||
|
||||
:host {
|
||||
|
||||
.header {
|
||||
#orders {
|
||||
|
||||
> .center {
|
||||
|
||||
> .header {
|
||||
|
||||
.search-input-wrapper {
|
||||
max-width: 480px;
|
||||
|
@ -15,6 +19,8 @@
|
|||
max-height: 128px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mat-tab-group,
|
||||
.mat-tab-body-wrapper,
|
||||
|
|
|
@ -2,7 +2,17 @@
|
|||
|
||||
:host {
|
||||
|
||||
.header {
|
||||
#products {
|
||||
|
||||
.top-bg {
|
||||
@include media-breakpoint-down(xs) {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
> .center {
|
||||
|
||||
> .header {
|
||||
|
||||
.search-input-wrapper {
|
||||
max-width: 480px;
|
||||
|
@ -15,10 +25,6 @@
|
|||
max-height: 192px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.top-bg {
|
||||
@include media-breakpoint-down(xs) {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user