mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
23 lines
459 B
SCSS
23 lines
459 B
SCSS
@import 'variables';
|
|
.geocompleter-menu {
|
|
max-height: 180px;
|
|
overflow-y: auto;
|
|
/* prevent horizontal scrollbar */
|
|
overflow-x: hidden;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.geocompleter-menu .region {
|
|
font-size: 11px;
|
|
font-style: italic;
|
|
display: block;
|
|
}
|
|
|
|
.geocompleter-input.input-loading {
|
|
background: url('#{$iconsPath}loaderFFF.gif') #fff center right no-repeat;
|
|
}
|
|
|
|
.geocompleter-input.input-error {
|
|
color: red !important;
|
|
}
|