демо исправление карточки
This commit is contained in:
@ -486,11 +486,17 @@ input#VinSearchInput {
|
|||||||
max-width: 230px;
|
max-width: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle-3.active, .dropdown-toggle-card.active {
|
.dropdown-toggle-3.active{
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-toggle-card.active {
|
||||||
|
background-color: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.dropdown-toggle-3.active {
|
.dropdown-toggle-3.active {
|
||||||
border-left: 2px solid var(--red);
|
border-left: 2px solid var(--red);
|
||||||
|
|
||||||
@ -719,4 +725,19 @@ body {
|
|||||||
.heading-9-copy {
|
.heading-9-copy {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
.flex-block-15-copy {
|
||||||
|
grid-column-gap: 5px;
|
||||||
|
grid-row-gap: 5px;
|
||||||
|
width: 190px;
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.flex-block-15-copy {
|
||||||
|
width: 230px;
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user