Changes, autocomplete etc.
This commit is contained in:
parent
801a3e25d3
commit
1582637343
5 changed files with 3555 additions and 3535 deletions
|
|
@ -37,9 +37,6 @@ body {
|
|||
h1, h2, h3, h4, h5{
|
||||
font-family: var(--bs-ttl-font-family);
|
||||
}
|
||||
/* ::selection, ::-moz-selection {
|
||||
text-shadow: none;
|
||||
} */
|
||||
.navbar-toggler{
|
||||
color: var(--bs-btn-hover-bg);
|
||||
}
|
||||
|
|
@ -89,14 +86,6 @@ h1, h2, h3, h4, h5{
|
|||
margin-top: var(--top-bar);
|
||||
}
|
||||
/* Screens */
|
||||
/* [data-screen="error404"], [data-screen="connect"]{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
[data-screen="error404"] main, [data-screen="connect"] main{
|
||||
margin: auto 0;
|
||||
} */
|
||||
[data-screen="search"] .container-fluid > .row, [data-screen="profile"] .container-fluid > .row{
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
@ -160,9 +149,6 @@ h1, h2, h3, h4, h5{
|
|||
.hero-primary, .hero-secondary{
|
||||
padding: var(--div-padding)
|
||||
}
|
||||
/* .hero-secondary{
|
||||
min-height: 30vh;
|
||||
} */
|
||||
#lead{
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
|
@ -367,6 +353,21 @@ label[for="lang"]{
|
|||
#searchFilters label{
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* autocomplete */
|
||||
|
||||
.autocomplete-suggestions {
|
||||
border: 1px solid #e3e3e3;
|
||||
max-height: 150px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.autocomplete-suggestion {
|
||||
padding: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.autocomplete-suggestion:hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
/* overrides */
|
||||
ul, ol{
|
||||
padding-left: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue