Merged in feat/SW-3441-add-hero-floatingbookingwid (pull request #2789)
feat(SW-3441): Add Hero image to sas landing page * feat(SW-3441): Add Hero image to sas landing page * feat(SW-3441): Code Optimise Approved-by: Joakim Jäderberg
This commit is contained in:
18
apps/partner-sas/app/[lang]/page.module.css
Normal file
18
apps/partner-sas/app/[lang]/page.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.mainContent {
|
||||
/* Calculate height for large screens and displays */
|
||||
height: calc(100dvh - 402px);
|
||||
min-height: 480px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.backdrop {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user