added styles for omeka template
This commit is contained in:
parent
2fda35a322
commit
11876929d2
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue