Adds the company drop down to new pages

This commit is contained in:
2023-01-20 10:45:50 -08:00
parent 447ee308b1
commit 7a8267f09f
9 changed files with 60 additions and 87 deletions

View File

@@ -1,4 +1,3 @@
@/charset "utf-8";
/* latin */
@font-face {
font-family: 'Calibri';
@@ -165,4 +164,21 @@ tbody tr.live-added {
border-width: 2.5px;
}
// For autocompletejs on non-react views
.autocomplete-suggestion {
display: block;
overflow: visible;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.autocomplete-suggestion.highlighted, .autocomplete-suggestion:hover {
color: $white;
text-decoration: none;
outline: 0;
background-color: $primary;
cursor: pointer;
}