added styles for omeka template

This commit is contained in:
jorge 2021-07-02 14:16:37 +02:00
parent 2fda35a322
commit 11876929d2
3 changed files with 15 additions and 2 deletions

View File

@ -12,6 +12,10 @@
background-repeat: no-repeat;
background-position: center;
}
.logo {
max-width: 10rem;
margin-top: -5rem; //half of .logo size
}
&.arc-hive{
&::before {
max-width: 10rem;

View File

@ -10,12 +10,14 @@
<aside>
<h2>collections</h2>
{{> section-search}}
<!-- https://codepen.io/liamj/pen/vYYLGZj -->
<form class="search">
<!-- <form class="search">
<div class="input-group">
<input type="text" placeholder="search" class="input-group-field button hollow" />
<button class="appear button" type="submit">Go</button>
</div>
</form>
</form> -->
</aside>
</section>

View File

@ -0,0 +1,7 @@
<!-- https://codepen.io/liamj/pen/vYYLGZj -->
<form class="search">
<div class="input-group">
<input type="text" placeholder="search" class="input-group-field button hollow" />
<button class="appear button" type="submit">Go</button>
</div>
</form>