mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
styles: add padding top
This commit is contained in:
parent
0420a1cecf
commit
66cb8728fe
@ -33,9 +33,6 @@ export { default as IconMinus } from './IconMinus'
|
||||
export { default as IconCirclePlus } from './IconCirclePlus'
|
||||
export { default as IconDoneCheckout } from './IconDoneCheckout'
|
||||
export { default as IconFilter } from './IconFilter'
|
||||
<<<<<<< HEAD
|
||||
export { default as IconBell } from './IconBell'
|
||||
export { default as IconBill } from './IconBill'
|
||||
=======
|
||||
export { default as IconNoti } from './IconNoti'
|
||||
>>>>>>> 83b5f9048687e555a978ae71e26a1d19aac2247c
|
||||
|
@ -2,13 +2,14 @@
|
||||
|
||||
.notificationItem {
|
||||
@apply flex flex-row;
|
||||
padding-top: 1.2rem;
|
||||
padding-left: 1.6rem;
|
||||
padding-bottom: 1.4rem;
|
||||
&:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
.contentWrapper {
|
||||
padding-left: 1.6rem;
|
||||
padding-bottom: 1.4rem;
|
||||
max-width: 26.3rem;
|
||||
.title {
|
||||
font-weight: bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user