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-repeat: no-repeat;
background-position: center; background-position: center;
} }
.logo {
max-width: 10rem;
margin-top: -5rem; //half of .logo size
}
&.arc-hive{ &.arc-hive{
&::before { &::before {
max-width: 10rem; max-width: 10rem;

View File

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