From 36dd30bf46284496d5c7248db86feaf4a4b1880b Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 22 Jan 2019 10:15:42 +1100 Subject: [PATCH] style update --- assets/stylesheets/wizard/wizard_custom.scss | 70 +++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/wizard/wizard_custom.scss b/assets/stylesheets/wizard/wizard_custom.scss index ffdb53a0..afd26f67 100644 --- a/assets/stylesheets/wizard/wizard_custom.scss +++ b/assets/stylesheets/wizard/wizard_custom.scss @@ -112,7 +112,6 @@ flex: auto; display: flex; flex-direction: column; - max-height: 500px; width: 100%; } @@ -521,6 +520,75 @@ img.avatar { } } +.ac-wrap { + box-sizing: border-box; + position: relative; + width: auto !important; + + .ac-loading { + position: absolute; + top: 7px; + right: 5px; + } + + .item { + line-height: 1.6; + } + + .autocomplete { + width: inherit; + left: 0 !important; + width: 100%; + top: 30px !important; + box-sizing: border-box; + + li, .no-results { + padding: 10px; + } + + ul > label { + color: #919191; + margin: 5px 0; + padding: 0 5px; + font-size: 80%; + line-height: 1.4em; + + a { + text-decoration: underline; + } + } + } +} + +.ac-form-result { + cursor: pointer; + background-color: $secondary; + display: flex; + + &:hover, &.selected { + background-color: $tertiary; + color: white; + + label { + color: white; + } + } + + label { + flex: 1 1 auto; + margin-bottom: 0; + cursor: pointer; + } + + i { + margin-right: 5px; + } +} + +.location-selector-container { + width: 350px; +} + /* IE11 hacks */ @media all and (-ms-high-contrast:none) {