drupal: search seznam zadetkov, popravljen prikaz search bar v menu

This commit is contained in:
urospodkriznik 2022-08-27 14:15:30 +02:00
parent 25ca108895
commit 480b0e9194
3 changed files with 2223 additions and 3324 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1991,15 +1991,31 @@ p {
.searchform {
position: fixed;
left: 0%;
top: 0%;
top: 0% !important;
right: 0%;
bottom: auto;
z-index: 150;
display: none;
min-height: 100px;
padding-top: 76px;
padding-top: 70px;
background-color: transparent;
box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.33);
box-shadow: 0 11px 8px -8px rgba(0, 0, 0, 0.33);
.container{
width: 100%;
background-color: white;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
max-width: 100%;
.row{
max-width: 1240px;
margin-right: auto;
margin-left: auto;
}
}
}
.button-small {

View File

@ -48,5 +48,10 @@
font-size: 22px;
line-height: 26px;
text-transform: uppercase;
color: #1e88e5;
&:hover {
text-decoration: underline;
}
}
}