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