Brak zmian w kodzie
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
@@ -11,8 +11,10 @@ $cGrayLight: #eceff1;
|
|||||||
$cComment: #c3c3c3;
|
$cComment: #c3c3c3;
|
||||||
$cWhite: #fff;
|
$cWhite: #fff;
|
||||||
|
|
||||||
$fJosefin: 'Josefin Sans', sans-serif;
|
$fJosefin: 'Josefin Sans',
|
||||||
$font_nunito: 'Nunito Sans', sans-serif;
|
sans-serif;
|
||||||
|
$font_nunito: 'Nunito Sans',
|
||||||
|
sans-serif;
|
||||||
@import '_mixins';
|
@import '_mixins';
|
||||||
|
|
||||||
@keyframes fade_in_show {
|
@keyframes fade_in_show {
|
||||||
@@ -118,7 +120,7 @@ input:-webkit-autofill:active {
|
|||||||
|
|
||||||
.btn-success:not(:disabled):not(.disabled):active,
|
.btn-success:not(:disabled):not(.disabled):active,
|
||||||
.btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show>.btn-success.dropdown-toggle {
|
||||||
background: $cBlue;
|
background: $cBlue;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -131,7 +133,7 @@ input:-webkit-autofill:active {
|
|||||||
|
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus,
|
||||||
.btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show>.btn-success.dropdown-toggle:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -596,7 +598,7 @@ input:-webkit-autofill:active {
|
|||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
> li {
|
>li {
|
||||||
@include respond-between(sm, md) {
|
@include respond-between(sm, md) {
|
||||||
&#link-5 {
|
&#link-5 {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -609,11 +611,11 @@ input:-webkit-autofill:active {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> i {
|
>i {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
>a {
|
||||||
font-family: 'Nunito Sans', sans-serif;
|
font-family: 'Nunito Sans', sans-serif;
|
||||||
color: $cText;
|
color: $cText;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -638,14 +640,14 @@ input:-webkit-autofill:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
> ul {
|
>ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
animation: fade_in_show 0.5s;
|
animation: fade_in_show 0.5s;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> ul {
|
>ul {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: none;
|
display: none;
|
||||||
@@ -654,7 +656,7 @@ input:-webkit-autofill:active {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
@include transition;
|
@include transition;
|
||||||
|
|
||||||
> li {
|
>li {
|
||||||
width: calc(100% / 4);
|
width: calc(100% / 4);
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
|
||||||
@@ -677,7 +679,7 @@ input:-webkit-autofill:active {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
>a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
@@ -717,6 +719,7 @@ input:-webkit-autofill:active {
|
|||||||
|
|
||||||
@include respond-above(xxl) {
|
@include respond-above(xxl) {
|
||||||
.product-mini {
|
.product-mini {
|
||||||
|
|
||||||
&:nth-child(11),
|
&:nth-child(11),
|
||||||
&:nth-child(12) {
|
&:nth-child(12) {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -1387,10 +1390,10 @@ input:-webkit-autofill:active {
|
|||||||
&.level-0 {
|
&.level-0 {
|
||||||
padding: 0 0 15px 0;
|
padding: 0 0 15px 0;
|
||||||
|
|
||||||
> li {
|
>li {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
> a {
|
>a {
|
||||||
font-family: 'Nunito Sans', sans-serif;
|
font-family: 'Nunito Sans', sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@@ -1493,8 +1496,13 @@ ul.pager {
|
|||||||
#category-description {
|
#category-description {
|
||||||
font-family: 'Nunito Sans', sans-serif;
|
font-family: 'Nunito Sans', sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: rgb(122, 124, 127);
|
color: #000;
|
||||||
margin-top: 50px;
|
margin: 50px auto 0;
|
||||||
|
max-width: 900px;
|
||||||
|
|
||||||
|
#hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $cBlueDark;
|
color: $cBlueDark;
|
||||||
@@ -2060,12 +2068,12 @@ ul.pager {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grow-wrap > textarea {
|
.grow-wrap>textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grow-wrap > textarea,
|
.grow-wrap>textarea,
|
||||||
.grow-wrap::after {
|
.grow-wrap::after {
|
||||||
border: 1px solid #d5d5d5;
|
border: 1px solid #d5d5d5;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
@@ -2166,12 +2174,10 @@ ul.pager {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(to right,
|
||||||
to right,
|
|
||||||
#000,
|
#000,
|
||||||
#000 50%,
|
#000 50%,
|
||||||
rgba(0, 0, 0, 0.3) 50%
|
rgba(0, 0, 0, 0.3) 50%);
|
||||||
);
|
|
||||||
background-size: 200% 100%;
|
background-size: 200% 100%;
|
||||||
background-position: 100%;
|
background-position: 100%;
|
||||||
transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
|
transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
|
||||||
@@ -2247,6 +2253,7 @@ ul.pager {
|
|||||||
|
|
||||||
.swiper {
|
.swiper {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
.swiper-button-next,
|
.swiper-button-next,
|
||||||
.swiper-button-prev {
|
.swiper-button-prev {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -2472,7 +2479,7 @@ ul.pager {
|
|||||||
.reviews_data {
|
.reviews_data {
|
||||||
#widget-container {
|
#widget-container {
|
||||||
.rating-details {
|
.rating-details {
|
||||||
& > div {
|
&>div {
|
||||||
background: $cWhite;
|
background: $cWhite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2560,7 +2567,7 @@ ul.pager {
|
|||||||
.basket-options {
|
.basket-options {
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
|
|
||||||
> .content {
|
>.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -2959,7 +2966,7 @@ ul.pager {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
> * {
|
>* {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3347,8 +3354,8 @@ ul.pager {
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .container {
|
>.container {
|
||||||
> .row {
|
>.row {
|
||||||
.col-xl-4 {
|
.col-xl-4 {
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
@@ -3373,8 +3380,8 @@ ul.pager {
|
|||||||
#main-menu {
|
#main-menu {
|
||||||
#menu-container-1 {
|
#menu-container-1 {
|
||||||
ul.level-0 {
|
ul.level-0 {
|
||||||
> li {
|
>li {
|
||||||
> ul {
|
>ul {
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3408,7 +3415,7 @@ ul.pager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.basket-summary-address {
|
.basket-summary-address {
|
||||||
> .basket-address-form {
|
>.basket-address-form {
|
||||||
.left {
|
.left {
|
||||||
.addresses {
|
.addresses {
|
||||||
.address {
|
.address {
|
||||||
@@ -3685,6 +3692,7 @@ ul.pager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pager {
|
.pager {
|
||||||
|
|
||||||
.first,
|
.first,
|
||||||
.last {
|
.last {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -4274,6 +4282,7 @@ div[class^='products-box-'] {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ******************
|
// ******************
|
||||||
.form-control {
|
.form-control {
|
||||||
&.form-control-phone {
|
&.form-control-phone {
|
||||||
@@ -4288,10 +4297,12 @@ div[class^='products-box-'] {
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
&[tooltip] {
|
&[tooltip] {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[tooltip]:before {
|
&[tooltip]:before {
|
||||||
content: '';
|
content: '';
|
||||||
display: none;
|
display: none;
|
||||||
@@ -4308,6 +4319,7 @@ div[class^='products-box-'] {
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[tooltip]:after {
|
&[tooltip]:after {
|
||||||
display: none;
|
display: none;
|
||||||
content: attr(tooltip);
|
content: attr(tooltip);
|
||||||
@@ -4327,6 +4339,7 @@ div[class^='products-box-'] {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[tooltip]:hover:before,
|
&[tooltip]:hover:before,
|
||||||
&[tooltip]:hover:after {
|
&[tooltip]:hover:after {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -4343,6 +4356,7 @@ div[class^='products-box-'] {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-input {
|
.form-control-input {
|
||||||
border: none;
|
border: none;
|
||||||
height: calc(2.25rem - 2px);
|
height: calc(2.25rem - 2px);
|
||||||
|
|||||||
Reference in New Issue
Block a user