revised sidebar - Remove background, change color of icon in search widget and added border to form.
This commit is contained in:
parent
e7e8dd5d97
commit
5fa2f58536
|
@ -1,7 +1,5 @@
|
|||
#sidebar{
|
||||
&.sidebar{
|
||||
background: #e5e5e57a;
|
||||
border-radius: 1rem;
|
||||
.widget{
|
||||
.widget-title{
|
||||
font-size: 14px;
|
||||
|
@ -47,6 +45,9 @@
|
|||
&:hover{
|
||||
color: inherit;
|
||||
}
|
||||
i{
|
||||
color: #01295c;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<form role="search" method="get" class="search-form" action="<?php echo home_url( '/' ); ?>">
|
||||
<div class="input-group">
|
||||
<div class="input-group border">
|
||||
<input class="form-control py-2 border-right-0 border-0" type="search" name="s" value="search" id="tainacan-search">
|
||||
<span class="input-group-append">
|
||||
<button class="btn btn-outline-secondary border-0 border bg-white" type="submit">
|
||||
|
|
Loading…
Reference in New Issue