8959d606 by Jeff Balicki

search

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5a35ba8b
......@@ -14883,7 +14883,7 @@ input[type=checkbox] {
display: none;
}
.search {
.search:not(body) {
top: 57px;
height: 128px;
background-color: rgba(255, 255, 255, 0.9);
......@@ -14894,33 +14894,33 @@ input[type=checkbox] {
width: 100%;
right: -100%;
}
.search .search-form {
.search:not(body) .search-form {
width: 60%;
margin: auto;
margin-top: 20px;
}
@media only screen and (max-width: 768px) {
.search .search-form {
.search:not(body) .search-form {
width: 99%;
margin-top: 0px;
margin-bottom: 10px;
}
}
.search .search-form label {
.search:not(body) .search-form label {
width: 90%;
}
@media only screen and (max-width: 768px) {
.search .search-form label {
.search:not(body) .search-form label {
width: 98%;
}
}
.search .search-form .search-field {
.search:not(body) .search-form .search-field {
all: unset;
width: 100%;
margin: auto;
border-bottom: 1px solid #2c2c2c;
}
.search .search-form .search-submit {
.search:not(body) .search-form .search-submit {
all: unset;
background-color: #0484B8;
color: #fff;
......@@ -14930,16 +14930,16 @@ input[type=checkbox] {
left: -56px;
}
@media only screen and (max-width: 768px) {
.search .search-form .search-submit {
.search:not(body) .search-form .search-submit {
left: unset;
float: right;
top: -40px;
}
}
.search .search-form .search-submit:hover {
.search:not(body) .search-form .search-submit:hover {
background-color: #2c2c2c;
}
.search .close {
.search:not(body) .close {
all: unset;
position: relative;
top: -10px;
......@@ -14951,12 +14951,12 @@ input[type=checkbox] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1458' data-name='Group 1458' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cline id='Line_3' data-name='Line 3' x2='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%23156570' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%23156570' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (max-width: 768px) {
.search .close {
.search:not(body) .close {
display: none;
visibility: hidden;
}
}
.search .close:hover {
.search:not(body) .close:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -79,6 +79,7 @@ function misha_rename_downloads( $menu_links ){
// $menu_links[ 'TAB ID HERE' ] = 'NEW TAB NAME HERE';
$menu_links[ 'dashboard' ] = 'My Account';
$menu_links[ 'edit-address' ] = 'Address';
return $menu_links;
}
\ No newline at end of file
......
......@@ -241,7 +241,7 @@
display:none;
}
.search{
.search:not(body){
top:57px;
height: 128px;
background-color:rgba(255,255,255,0.9);
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.1
Version: 1.1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......