mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: add spacing bottom for noti page (empty)
:%s
This commit is contained in:
parent
77b016ef37
commit
2c3d9e690b
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
.emptyPage {
|
.emptyPage {
|
||||||
@apply flex justify-center items-center flex-col;
|
@apply flex justify-center items-center flex-col;
|
||||||
|
margin-bottom: 5.4rem;
|
||||||
|
@screen lg {
|
||||||
|
margin-bottom: 12.8rem;
|
||||||
|
}
|
||||||
.emptyIcon {
|
.emptyIcon {
|
||||||
padding-bottom: 2.6rem;
|
padding-bottom: 2.6rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user