¨4.0.1¨
This commit is contained in:
@@ -1,102 +1,67 @@
|
||||
.my-addresses {
|
||||
padding: 40px 30px;
|
||||
padding: 35px 30px;
|
||||
|
||||
.address-card-wrap {
|
||||
.btn-add-new-address {
|
||||
margin-top: 0;
|
||||
}
|
||||
.address-card-wrap {
|
||||
.btn-add-new-address {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.address-card {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 30px;
|
||||
padding: 15px 20px 12px;
|
||||
border: 1px solid $color-gray-lite;
|
||||
border-radius: $radius-default;
|
||||
cursor: pointer;
|
||||
.address-card-actions {
|
||||
display: flex;
|
||||
margin-left: -8px;
|
||||
|
||||
&.active {
|
||||
border-color: $color-default-transparent;
|
||||
border-color: var(--color-primary-transparent);
|
||||
}
|
||||
|
||||
.address-card-data {
|
||||
margin-bottom: 6px;
|
||||
|
||||
> span {
|
||||
font-weight: 500;
|
||||
display: block;
|
||||
|
||||
&:not(:first-child) {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.address-card-actions {
|
||||
display: flex;
|
||||
margin-left: -8px;
|
||||
.btn-edit-address {
|
||||
&:hover {
|
||||
color: $color-default;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 0 8px;
|
||||
}
|
||||
.btn-delete-address {
|
||||
&:hover {
|
||||
color: $color-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-edit-address {
|
||||
&:hover {
|
||||
color: $color-default;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
.add-new-address-form {
|
||||
margin-top: -7px;
|
||||
|
||||
.btn-delete-address {
|
||||
&:hover {
|
||||
color: $color-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.section-title {
|
||||
margin-bottom: 25px;
|
||||
padding-bottom: 13px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.add-new-address-form {
|
||||
margin-top: -7px;
|
||||
|
||||
.section-title {
|
||||
margin-bottom: 25px;
|
||||
padding-bottom: 13px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.btn-cancel {
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
.btn-cancel {
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.my-addresses {
|
||||
.address-card-wrap {
|
||||
.btn-add-new-address {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.my-addresses {
|
||||
.address-card-wrap {
|
||||
.btn-add-new-address {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.add-new-address-form {
|
||||
.btn-cancel {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
.add-new-address-form {
|
||||
.btn-cancel {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.btn-save-address {
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-save-address {
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
.my-orders-table {
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
thead {
|
||||
th {
|
||||
thead {
|
||||
th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
td {
|
||||
tbody {
|
||||
td {
|
||||
white-space: nowrap;
|
||||
|
||||
&:first-child {
|
||||
font-weight: 500;
|
||||
}
|
||||
&:first-child {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&:nth-child(4) {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-price {
|
||||
.product-price {
|
||||
color: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
margin-top: -6px;
|
||||
}
|
||||
.badge {
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.btn-view {
|
||||
@extend %account-common-buttons;
|
||||
}
|
||||
.btn-view {
|
||||
@extend %account-common-buttons;
|
||||
}
|
||||
}
|
||||
|
||||
.user-info {
|
||||
padding: 23px 30px;
|
||||
padding: 23px 30px !important;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
line-height: 24px;
|
||||
padding: 11px 0;
|
||||
color: $color-gray;
|
||||
li {
|
||||
display: flex;
|
||||
line-height: 24px;
|
||||
padding: 11px 0;
|
||||
color: $color-gray;
|
||||
|
||||
> i {
|
||||
font-size: 24px;
|
||||
margin-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
> i {
|
||||
font-size: 24px;
|
||||
margin-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
> span {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
> span {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user