parent
661a5b700a
commit
f6ffa897bd
@ -58,7 +58,7 @@
|
|||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "2kb",
|
"maximumWarning": "2kb",
|
||||||
"maximumError": "4kb"
|
"maximumError": "4.5kb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fileReplacements": [
|
"fileReplacements": [
|
||||||
|
|||||||
@ -59,15 +59,15 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
|
-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
|
||||||
background-color: #f9f9fd;
|
background-color: #f9f9fd;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: linear-gradient(180deg, #00c6fb, #005bea);
|
background: linear-gradient(180deg, #00c6fb, #005bea);
|
||||||
}
|
}
|
||||||
@ -91,14 +91,12 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
background: var(--orange-main);
|
background: var(--orange-main);
|
||||||
border: none;
|
border: none;
|
||||||
// box-shadow: 0 0 10px 5px rgb(221 221 221);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: var(--orange-main);
|
background: var(--orange-main);
|
||||||
border: none;
|
border: none;
|
||||||
// box-shadow: 0 0 10px 5px rgb(221 221 221);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -219,17 +217,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @media screen and (max-width: 1549px) {
|
|
||||||
// .products-container {
|
|
||||||
// &__items {
|
|
||||||
// max-width: 1208px;
|
|
||||||
// }
|
|
||||||
// &__filters-container {
|
|
||||||
// max-width: 1208px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
@media screen and (max-width: 1243px) {
|
@media screen and (max-width: 1243px) {
|
||||||
.products-container {
|
.products-container {
|
||||||
max-width: 902px;
|
max-width: 902px;
|
||||||
@ -256,14 +243,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @media screen and (max-width: 631px) {
|
|
||||||
// .products-container {
|
|
||||||
// // max-width: none;
|
|
||||||
|
|
||||||
// &__item {
|
|
||||||
// width: 100%;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user