1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 10:54:41 +00:00

Catalog filters

This commit is contained in:
2022-06-01 20:47:42 +07:00
parent e41ff264c1
commit bac23e1df8
3 changed files with 80 additions and 20 deletions

View File

@@ -212,10 +212,12 @@ h1, h2, h3, h4, h5, h6 {
}
.sugg__img {
flex-basis: 30%;
height: 460px;
width: 100%;
height: 100%;
margin: 4% 0 1% auto;
background: linear-gradient(to top, rgba(1, 80, 140, 1), rgba(37, 45, 45, 0.6));
/*background: linear-gradient(to top, rgba(1, 80, 140, 1), rgba(37, 45, 45, 0.6));*/
background-repeat: no-repeat;
background-size: cover;
transition: transform .2s linear;
}
@@ -255,6 +257,7 @@ h1, h2, h3, h4, h5, h6 {
.podlozhka {
position: relative;
width: 369px;
height: 460px;
}
.podlozhka:hover .sugg__img {
@@ -426,8 +429,7 @@ h1, h2, h3, h4, h5, h6 {
}
/* изменяем цвет фона при наведении курсора */
.parametrs__block a:hover {
.parametrs__block a:hover, .parametrs__block__selected {
background-color: #000000;
}