Update select2.scss

This commit is contained in:
Jean-Baptiste Bellet
2023-09-15 10:42:33 +02:00
parent 10b6df6bd7
commit fe81900639

View File

@@ -188,9 +188,23 @@ label .select2-container {
}
}
.select2-container {
.select2-choice,
.select2-choices {
height: $btn-relaxed-height !important; // !important is needed because of vendor/assets/stylesheets/select2.css.scss
padding: 10px;
}
}
.select2-container .select2-choices {
input {
position: relative;
top: -10px;
}
}
.select2-container {
.select2-choice {
height: $btn-relaxed-height;
padding: 10px 15px;
color: $near-black !important;