Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -256,18 +256,18 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table {
|
body table.table {
|
||||||
border-top: 1px solid #545454 !important;
|
border-top: 1px solid #545454;
|
||||||
border-left: 1px solid #545454 !important;
|
border-left: 1px solid #545454;
|
||||||
border-right: 1px solid #545454 !important;
|
border-right: 1px solid #545454;
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
border-bottom: 1px solid #545454 !important;
|
border-bottom: 1px solid #545454;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border-bottom: 1px solid #545454 !important;
|
border-bottom: 1px solid #545454;
|
||||||
border-right: 1px solid #545454 !important;
|
border-right: 1px solid #545454;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
@@ -293,6 +293,11 @@ table.table {
|
|||||||
background: #28282e;
|
background: #28282e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
td.sum {
|
||||||
|
em.color {
|
||||||
|
color: $cTxtWhite;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zebra tbody tr:nth-child(even) {
|
&.zebra tbody tr:nth-child(even) {
|
||||||
@@ -845,6 +850,8 @@ footer.footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
border-top: none !important;
|
||||||
|
|
||||||
.login-bar {
|
.login-bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2235,6 +2242,13 @@ body.shop_basket_step3 {
|
|||||||
font-family: $fLato;
|
font-family: $fLato;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
h4 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@extend ._input1;
|
@extend ._input1;
|
||||||
@@ -2285,3 +2299,283 @@ body.shop_basket_step3 {
|
|||||||
color: $cGolden;
|
color: $cGolden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#box_mailfriend {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
margin: 20px 0 !important;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_panel {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
margin: 20px 0 !important;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.address {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 20px;
|
||||||
|
|
||||||
|
&::before,
|
||||||
|
&::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
border-radius: 12px;
|
||||||
|
border: 1px solid #28282e;
|
||||||
|
padding: 13px;
|
||||||
|
margin: 0;
|
||||||
|
min-width: 300px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: calc(100% / 2 - 20px - 18px);
|
||||||
|
|
||||||
|
.title {
|
||||||
|
border-color: #28282e !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_addresses {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
column-gap: 10px;
|
||||||
|
row-gap: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
ul.addresses {
|
||||||
|
li {
|
||||||
|
border-radius: 12px;
|
||||||
|
border: 1px solid #28282e;
|
||||||
|
padding: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_address {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
@extend ._select1;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
margin: 20px 0 !important;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body .mask {
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
}
|
||||||
|
body .modal {
|
||||||
|
.modal-header {
|
||||||
|
background: #0a0a0b;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 21px;
|
||||||
|
font-family: $fLato;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-close {
|
||||||
|
.modal-close-txt {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.modal-body {
|
||||||
|
background: #28282e;
|
||||||
|
padding: 2em;
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid $cGolden;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: #28282e;
|
||||||
|
width: 100%;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 5px 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
margin-top: 10px, im !important;
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body .consents {
|
||||||
|
.consents__wrapper {
|
||||||
|
.consents__modal {
|
||||||
|
background: #28282e;
|
||||||
|
|
||||||
|
.consents__content {
|
||||||
|
.consents__heading {
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 21px;
|
||||||
|
font-family: $fLato;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
&:not(.consents__heading) {
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: $fLato;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.consents__buttons {
|
||||||
|
.btn {
|
||||||
|
margin: 0;
|
||||||
|
padding: 14px;
|
||||||
|
border: none;
|
||||||
|
background: #c1994c;
|
||||||
|
border-radius: 10px;
|
||||||
|
transition: all 250ms ease-in-out;
|
||||||
|
|
||||||
|
display: inline-block;
|
||||||
|
color: #fff;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 21px;
|
||||||
|
text-transform: capitalize;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: #a2803e !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.consents__mask {
|
||||||
|
backdrop-filter: blur(3px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user