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
@@ -115,6 +115,34 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
._input1 {
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid $cGolden;
|
||||||
|
border-radius: 8px;
|
||||||
|
background: #28282e;
|
||||||
|
height: 40px;
|
||||||
|
min-height: 40px;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
._select1 {
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid $cGolden;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: #28282e;
|
||||||
|
height: 40px;
|
||||||
|
min-height: 40px;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox-wrap {
|
.checkbox-wrap {
|
||||||
margin: 0 5px 0 0 !important;
|
margin: 0 5px 0 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@@ -266,6 +294,17 @@ table.table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.zebra tbody tr:nth-child(even) {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.up {
|
||||||
|
a {
|
||||||
|
background: $cGolden;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
@@ -772,7 +811,8 @@ footer.footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#box_lastadded,
|
#box_lastadded,
|
||||||
#box_specialoffer {
|
#box_specialoffer,
|
||||||
|
#box_bestsellers {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
@@ -1252,6 +1292,13 @@ body .search__container {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.search__content {
|
||||||
|
border-radius: 5px;
|
||||||
|
|
||||||
|
.search__item_content {
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1995,4 +2042,246 @@ body.shop_basket {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-line {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_basketaddress {
|
||||||
|
.basket-step-border {
|
||||||
|
border: 1px solid #505050;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 30px;
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 21px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.innerbox {
|
||||||
|
> div {
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-right: 1px solid #505050;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
@extend ._select1;
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.address_type {
|
||||||
|
td {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body.shop_basket_step3 {
|
||||||
|
#box_basketsummary {
|
||||||
|
table {
|
||||||
|
tbody {
|
||||||
|
tr {
|
||||||
|
td {
|
||||||
|
&.sum {
|
||||||
|
.color {
|
||||||
|
color: $cTxtWhite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.address {
|
||||||
|
&.delivery,
|
||||||
|
&.invoice {
|
||||||
|
border-right: 1px solid #545454;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 21px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_basketfinal {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_login {
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
|
||||||
|
span {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtWhite;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: $fLato;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend ._input1;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.btn {
|
||||||
|
@extend ._btn3;
|
||||||
|
margin: 20px 0 !important;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $cGolden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_register {
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
|
||||||
|
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_passchange {
|
||||||
|
.boxhead {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user