mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
💄Added shadow to What's new footer
no refs. - improved discoverability of having more content/scrollable area by adding a small shadow to the footer
This commit is contained in:
parent
1756180025
commit
767ce72212
@ -174,4 +174,23 @@
|
||||
padding: 14px 32px 16px;
|
||||
border-top: 1px solid var(--whitegrey);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.gh-wn-footer {
|
||||
position: relative;
|
||||
margin-top: 14px;
|
||||
margin-bottom: -13px;
|
||||
}
|
||||
|
||||
.gh-wn-footer:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: -14px;
|
||||
left: -32px;
|
||||
right: -32px;
|
||||
height: 6px;
|
||||
background: rgba(255,255,255,0);
|
||||
box-shadow:
|
||||
0 -0.3px 1px rgba(0, 0, 0, 0.03),
|
||||
0 -4px 7px rgba(0, 0, 0, 0.06);
|
||||
}
|
Loading…
Reference in New Issue
Block a user