Small adjustment to color taxonomy header.
This commit is contained in:
parent
50cd91ef51
commit
8b2cb35f93
|
@ -54,7 +54,7 @@
|
|||
<div class="input-group">
|
||||
<input class="form-control rounded-0" type="search" name="s" value="<?php echo get_query_var( 's' ); ?>" placeholder="<?php esc_attr_e( 'Search collections', 'tainacan-interface' ); ?>" />
|
||||
<span class="input-group-append">
|
||||
<button class="btn border border-left-0 rounded-0 bg-white " type="submit">
|
||||
<button class="btn border border-left-0 rounded-0 bg-white text-midnight-blue" type="submit">
|
||||
<i class="tainacan-icon tainacan-icon-20px tainacan-icon-search" style="line-height: inherit;"></i>
|
||||
</button>
|
||||
</span>
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
border: 0;
|
||||
display: flex;
|
||||
height: 400px;
|
||||
margin-top: 0rem;
|
||||
margin-bottom: 50px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
background-color: #f2f2f2;
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue