Merge branch 'fix-image-style' into 'development'
Fix banner image style (Remove Co-Market from customer interface) See merge request saburly/wiaas/new-wiaas!87 (cherry picked from commit392b113427)3ce531caFix banner image styled15cb6a2fix image size
This commit is contained in:
@@ -131,7 +131,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#co-market-big-commercial{
|
#co-market-big-commercial{
|
||||||
background: $whiteColor;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.ricoh-text {
|
.ricoh-text {
|
||||||
@@ -144,13 +143,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#co-market-commercials {
|
#co-market-commercials {
|
||||||
background: $whiteColor;
|
|
||||||
|
|
||||||
.commercial-photo {
|
.commercial-photo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
|
||||||
|
#co-market-commercials {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.commercial-photo {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#co-market-catalog {
|
#co-market-catalog {
|
||||||
.filter-name {
|
.filter-name {
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user