parent
661a5b700a
commit
f6ffa897bd
@ -58,7 +58,7 @@
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "2kb",
|
||||
"maximumError": "4kb"
|
||||
"maximumError": "4.5kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
|
||||
@ -91,14 +91,12 @@
|
||||
color: #fff;
|
||||
background: var(--orange-main);
|
||||
border: none;
|
||||
// box-shadow: 0 0 10px 5px rgb(221 221 221);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
background: var(--orange-main);
|
||||
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) {
|
||||
.products-container {
|
||||
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