1452
This commit is contained in:
@ -465,4 +465,13 @@ input#VinSearchInput {
|
||||
grid-template-areas: none !important;
|
||||
grid-auto-flow: row !important; /* <--- ВАЖНО! */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dropdown-toggle-card {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.dropdown-link-3 {
|
||||
margin-left: 0 !important;
|
||||
}
|
@ -9486,7 +9486,7 @@ body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.dropdown-toggle-3 {
|
||||
.dropdown-toggle-3, .dropdown-toggle-card {
|
||||
border-top-right-radius: var(--_round---normal);
|
||||
border-bottom-right-radius: var(--_round---normal);
|
||||
border-left: 2px solid #0000;
|
||||
|
Reference in New Issue
Block a user