Skip to content

Commit 853278a

Browse files
inverted box shadows
1 parent be0f257 commit 853278a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/welcome/admin.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,14 @@ body[class*="page_stk-"] {
369369
margin-bottom: 32px;
370370
padding-bottom: 0;
371371
}
372+
body.settings_page_stackable {
373+
#wpwrap {
374+
background: #fff;
375+
}
376+
.s-box {
377+
box-shadow: none !important;
378+
}
379+
}
372380
body.settings_page_stackable,
373381
body.settings_page_stackable-getting-started {
374382
// Hide admin notices to not mess up the welcome screen.
@@ -514,6 +522,8 @@ body.toplevel_page_stk-custom-fields {
514522
display: flex;
515523
flex-direction: column;
516524
justify-content: flex-start;
525+
box-shadow: inset 0 -18px 35px -15px #123f5240;
526+
z-index: 1;
517527
> * {
518528
position: sticky;
519529
height: 100vh;

0 commit comments

Comments
 (0)