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;
|
||||
$cWhite: #fff;
|
||||
|
||||
$fJosefin: 'Josefin Sans', sans-serif;
|
||||
$font_nunito: 'Nunito Sans', sans-serif;
|
||||
$fJosefin: 'Josefin Sans',
|
||||
sans-serif;
|
||||
$font_nunito: 'Nunito Sans',
|
||||
sans-serif;
|
||||
@import '_mixins';
|
||||
|
||||
@keyframes fade_in_show {
|
||||
@@ -717,6 +719,7 @@ input:-webkit-autofill:active {
|
||||
|
||||
@include respond-above(xxl) {
|
||||
.product-mini {
|
||||
|
||||
&:nth-child(11),
|
||||
&:nth-child(12) {
|
||||
display: none;
|
||||
@@ -1493,8 +1496,13 @@ ul.pager {
|
||||
#category-description {
|
||||
font-family: 'Nunito Sans', sans-serif;
|
||||
font-size: 13px;
|
||||
color: rgb(122, 124, 127);
|
||||
margin-top: 50px;
|
||||
color: #000;
|
||||
margin: 50px auto 0;
|
||||
max-width: 900px;
|
||||
|
||||
#hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $cBlueDark;
|
||||
@@ -2166,12 +2174,10 @@ ul.pager {
|
||||
opacity: 1;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
background-image: linear-gradient(to right,
|
||||
#000,
|
||||
#000 50%,
|
||||
rgba(0, 0, 0, 0.3) 50%
|
||||
);
|
||||
rgba(0, 0, 0, 0.3) 50%);
|
||||
background-size: 200% 100%;
|
||||
background-position: 100%;
|
||||
transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
|
||||
@@ -2247,6 +2253,7 @@ ul.pager {
|
||||
|
||||
.swiper {
|
||||
&:hover {
|
||||
|
||||
.swiper-button-next,
|
||||
.swiper-button-prev {
|
||||
opacity: 1;
|
||||
@@ -3685,6 +3692,7 @@ ul.pager {
|
||||
}
|
||||
|
||||
.pager {
|
||||
|
||||
.first,
|
||||
.last {
|
||||
display: none;
|
||||
@@ -4274,6 +4282,7 @@ div[class^='products-box-'] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// ******************
|
||||
.form-control {
|
||||
&.form-control-phone {
|
||||
@@ -4288,10 +4297,12 @@ div[class^='products-box-'] {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&[tooltip] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&[tooltip]:before {
|
||||
content: '';
|
||||
display: none;
|
||||
@@ -4308,6 +4319,7 @@ div[class^='products-box-'] {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
&[tooltip]:after {
|
||||
display: none;
|
||||
content: attr(tooltip);
|
||||
@@ -4327,6 +4339,7 @@ div[class^='products-box-'] {
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
&[tooltip]:hover:before,
|
||||
&[tooltip]:hover:after {
|
||||
display: block;
|
||||
@@ -4343,6 +4356,7 @@ div[class^='products-box-'] {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-input {
|
||||
border: none;
|
||||
height: calc(2.25rem - 2px);
|
||||
|
||||
Reference in New Issue
Block a user