ebs/assets/styles/_product-list.scss
2023-12-21 08:49:38 +01:00

33 lines
685 B
SCSS

.product-type {
border-radius: 4px 0 0 4px !important;
border: 1px solid $primary !important;
&:last-child {
border-radius: 0 4px 4px 0 !important;
}
}
#p_distance {
display: flex;
justify-content: space-evenly;
.form-check {
.form-check-label {
margin-left: 8px;
}
}
}
.input-search {
> input {
border-right: 0;
}
.search {
background-color: transparent;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
border-top-right-radius: var(--bs-border-radius-sm) !important;
}
}