|
|
|
@ -777,3 +777,24 @@ iframe.pdf { |
|
|
|
height: 1200px; |
|
|
|
height: 1200px; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid #ccc; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* lp search */ |
|
|
|
|
|
|
|
div#block-olivesnews-search { |
|
|
|
|
|
|
|
form { |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
input#edit-search-textfield { |
|
|
|
|
|
|
|
font-size: 1.5em; |
|
|
|
|
|
|
|
border: 4px solid #691803; |
|
|
|
|
|
|
|
height: 3em; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.button { |
|
|
|
|
|
|
|
height: 3em; |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.path-frontpage .main-content__container.container { |
|
|
|
|
|
|
|
padding-top: 4em; |
|
|
|
|
|
|
|
} |
|
|
|
|