Adds the company drop down to new pages
This commit is contained in:
20
resources/sass/bulma.scss
vendored
20
resources/sass/bulma.scss
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user