feat: updating background image for the share link page (#423)

This commit is contained in:
Erick
2023-01-23 18:46:25 -03:00
committed by GitHub
parent 4364da41b8
commit ea9741d9fb
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,7 @@ const BaseHTMLContext: Record<string, string | Record<string, string>> = {
assetUrls: {
favicon: bucketPathForFile('public/favicon.png'),
bg: bucketPathForFile('public/background.png'),
bgFooter: bucketPathForFile('public/background-footer.png'),
playArrowIcon: bucketPathForFile('public/play-arrow.png'),
shareIcon: bucketPathForFile('public/share.png'),
flutterForwardLogo: bucketPathForFile('public/flutter-forward-logo.png'),

View File

@ -141,8 +141,11 @@ h2 {
footer {
display: flex;
justify-content: space-between;
align-items: flex-end;
height: 80px;
padding-right: 16px;
padding-bottom: 16px;
background-image: url({{{assetUrls.bgFooter}}});
}
footer ul {
@ -343,7 +346,7 @@ footer .right a {
left: 0px;
right: 0px;
bottom: 0px;
background-image: url("{{{assetUrls.notFoundBg}}}");
background-image: url("{{{assetUrls.bg}}}");
background-repeat: no-repeat;
background-position: center;
background-size: cover;