Skip to content

Commit 0f836fc

Browse files
committed
updated footer announcement box
Signed-off-by: bidi <bidi@apidemia.com>
1 parent 80d9d64 commit 0f836fc

4 files changed

Lines changed: 19 additions & 12 deletions

File tree

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-87.3 KB
Loading
-87.3 KB
Loading

src/App/assets/scss/components/_custom.scss

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,16 +1330,6 @@ footer {
13301330
position: relative;
13311331
overflow: hidden;
13321332

1333-
&::before {
1334-
content: "";
1335-
position: absolute;
1336-
inset: 0;
1337-
z-index: 0;
1338-
background: url("/images/app/content/workers.jpg") center / cover no-repeat;
1339-
opacity: .06;
1340-
pointer-events: none;
1341-
}
1342-
13431333
.wrap {
13441334
position: relative;
13451335
z-index: 1;
@@ -1359,12 +1349,29 @@ footer {
13591349
}
13601350

13611351
.footer-announcement {
1362-
background: #fff;
1352+
position: relative;
1353+
overflow: hidden;
13631354
border: 1px solid var(--border-soft);
13641355
border-left: 3px solid var(--teal);
13651356
border-radius: var(--radius);
13661357
padding: 32px 40px;
13671358
margin-bottom: 40px;
1359+
background: #fff;
1360+
1361+
&::before {
1362+
content: "";
1363+
position: absolute;
1364+
inset: 0;
1365+
z-index: 0;
1366+
background: url("/images/app/content/workers.jpg") center / cover no-repeat;
1367+
opacity: .15;
1368+
pointer-events: none;
1369+
}
1370+
1371+
> * {
1372+
position: relative;
1373+
z-index: 1;
1374+
}
13681375

13691376
p {
13701377
margin-top: 10px;

0 commit comments

Comments
 (0)