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