mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Update select2.scss
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user