mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🐛 bug: fix bug in Account Page
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
}
|
}
|
||||||
@@ -59,13 +58,9 @@
|
|||||||
@apply flex items-center justify-center;
|
@apply flex items-center justify-center;
|
||||||
margin-top: 2.4rem;
|
margin-top: 2.4rem;
|
||||||
margin-bottom: 2.4rem;
|
margin-bottom: 2.4rem;
|
||||||
// padding: .8rem 1.6rem;
|
|
||||||
// color: #141414;
|
|
||||||
// border: 1px solid #141414;
|
|
||||||
// max-width: 8.8rem;
|
|
||||||
|
|
||||||
ButtonCommon {
|
button div {
|
||||||
height: 700px;
|
background-color: #F5F4F2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
|
@@ -47,7 +47,7 @@ const AccountInfomation = ({ account, onClick } : AccountInfomationProps) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={s.editInfoBtn}>
|
<div className={s.editInfoBtn}>
|
||||||
<ButtonCommon onClick={showEditForm} type="light">Edit</ButtonCommon>
|
<ButtonCommon onClick={showEditForm} type="light" size="small">Edit</ButtonCommon>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user