mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🚑 fix Account Page
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@import '../../../../../../styles/utilities';
|
@import '../../../../../../styles/utilities';
|
||||||
|
|
||||||
.accountNavigationItem {
|
.accountNavigationItem {
|
||||||
@apply custom-border-radius;
|
@apply shape-common;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 1.2rem 1.6rem 1.2rem 0rem;
|
padding: 1.2rem 1.6rem 1.2rem 0rem;
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
@apply custom-border-radius font-bold;
|
@apply shape-common font-bold;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 1.2rem 1.6rem 1.2rem 1.6rem;
|
padding: 1.2rem 1.6rem 1.2rem 1.6rem;
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
@import '../../../../../../styles/utilities';
|
@import '../../../../../../styles/utilities';
|
||||||
|
|
||||||
.accountInfomation {
|
.accountInfomation {
|
||||||
@apply flex justify-center items-center;
|
@apply block text-center;
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.6rem;
|
margin-top: 1.6rem;
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply block;
|
@apply text-left;
|
||||||
text-align: left;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -32,8 +30,13 @@
|
|||||||
border: 1px solid var(--disabled);
|
border: 1px solid var(--disabled);
|
||||||
max-width: 39.2rem;
|
max-width: 39.2rem;
|
||||||
min-width: 30rem;
|
min-width: 30rem;
|
||||||
|
margin: auto;
|
||||||
margin-top: 2.4rem;
|
margin-top: 2.4rem;
|
||||||
margin-bottom: 2.4rem;
|
margin-bottom: 2.4rem;
|
||||||
|
|
||||||
|
@screen md {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shippingInfo {
|
.shippingInfo {
|
||||||
@@ -42,8 +45,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accountAddress {
|
.accountAddress {
|
||||||
|
margin: auto;
|
||||||
|
max-width: 28rem;
|
||||||
|
|
||||||
|
@screen md {
|
||||||
max-width: 31rem;
|
max-width: 31rem;
|
||||||
min-width: none;
|
min-width: none;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.editInfoBtn {
|
.editInfoBtn {
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
@apply bg-white cursor-pointer;
|
@apply bg-white cursor-pointer;
|
||||||
border: white;
|
border: white;
|
||||||
margin-right: 0.8rem;
|
margin-right: 0.8rem;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputPostalCode {
|
.inputPostalCode {
|
||||||
|
Reference in New Issue
Block a user