8959d606 by Jeff Balicki

search

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5a35ba8b
...@@ -14883,7 +14883,7 @@ input[type=checkbox] { ...@@ -14883,7 +14883,7 @@ input[type=checkbox] {
14883 display: none; 14883 display: none;
14884 } 14884 }
14885 14885
14886 .search { 14886 .search:not(body) {
14887 top: 57px; 14887 top: 57px;
14888 height: 128px; 14888 height: 128px;
14889 background-color: rgba(255, 255, 255, 0.9); 14889 background-color: rgba(255, 255, 255, 0.9);
...@@ -14894,33 +14894,33 @@ input[type=checkbox] { ...@@ -14894,33 +14894,33 @@ input[type=checkbox] {
14894 width: 100%; 14894 width: 100%;
14895 right: -100%; 14895 right: -100%;
14896 } 14896 }
14897 .search .search-form { 14897 .search:not(body) .search-form {
14898 width: 60%; 14898 width: 60%;
14899 margin: auto; 14899 margin: auto;
14900 margin-top: 20px; 14900 margin-top: 20px;
14901 } 14901 }
14902 @media only screen and (max-width: 768px) { 14902 @media only screen and (max-width: 768px) {
14903 .search .search-form { 14903 .search:not(body) .search-form {
14904 width: 99%; 14904 width: 99%;
14905 margin-top: 0px; 14905 margin-top: 0px;
14906 margin-bottom: 10px; 14906 margin-bottom: 10px;
14907 } 14907 }
14908 } 14908 }
14909 .search .search-form label { 14909 .search:not(body) .search-form label {
14910 width: 90%; 14910 width: 90%;
14911 } 14911 }
14912 @media only screen and (max-width: 768px) { 14912 @media only screen and (max-width: 768px) {
14913 .search .search-form label { 14913 .search:not(body) .search-form label {
14914 width: 98%; 14914 width: 98%;
14915 } 14915 }
14916 } 14916 }
14917 .search .search-form .search-field { 14917 .search:not(body) .search-form .search-field {
14918 all: unset; 14918 all: unset;
14919 width: 100%; 14919 width: 100%;
14920 margin: auto; 14920 margin: auto;
14921 border-bottom: 1px solid #2c2c2c; 14921 border-bottom: 1px solid #2c2c2c;
14922 } 14922 }
14923 .search .search-form .search-submit { 14923 .search:not(body) .search-form .search-submit {
14924 all: unset; 14924 all: unset;
14925 background-color: #0484B8; 14925 background-color: #0484B8;
14926 color: #fff; 14926 color: #fff;
...@@ -14930,16 +14930,16 @@ input[type=checkbox] { ...@@ -14930,16 +14930,16 @@ input[type=checkbox] {
14930 left: -56px; 14930 left: -56px;
14931 } 14931 }
14932 @media only screen and (max-width: 768px) { 14932 @media only screen and (max-width: 768px) {
14933 .search .search-form .search-submit { 14933 .search:not(body) .search-form .search-submit {
14934 left: unset; 14934 left: unset;
14935 float: right; 14935 float: right;
14936 top: -40px; 14936 top: -40px;
14937 } 14937 }
14938 } 14938 }
14939 .search .search-form .search-submit:hover { 14939 .search:not(body) .search-form .search-submit:hover {
14940 background-color: #2c2c2c; 14940 background-color: #2c2c2c;
14941 } 14941 }
14942 .search .close { 14942 .search:not(body) .close {
14943 all: unset; 14943 all: unset;
14944 position: relative; 14944 position: relative;
14945 top: -10px; 14945 top: -10px;
...@@ -14951,12 +14951,12 @@ input[type=checkbox] { ...@@ -14951,12 +14951,12 @@ input[type=checkbox] {
14951 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"); 14951 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");
14952 } 14952 }
14953 @media only screen and (max-width: 768px) { 14953 @media only screen and (max-width: 768px) {
14954 .search .close { 14954 .search:not(body) .close {
14955 display: none; 14955 display: none;
14956 visibility: hidden; 14956 visibility: hidden;
14957 } 14957 }
14958 } 14958 }
14959 .search .close:hover { 14959 .search:not(body) .close:hover {
14960 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"); 14960 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");
14961 } 14961 }
14962 14962
......
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 ){ ...@@ -79,6 +79,7 @@ function misha_rename_downloads( $menu_links ){
79 79
80 // $menu_links[ 'TAB ID HERE' ] = 'NEW TAB NAME HERE'; 80 // $menu_links[ 'TAB ID HERE' ] = 'NEW TAB NAME HERE';
81 $menu_links[ 'dashboard' ] = 'My Account'; 81 $menu_links[ 'dashboard' ] = 'My Account';
82 $menu_links[ 'edit-address' ] = 'Address';
82 83
83 return $menu_links; 84 return $menu_links;
84 } 85 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
241 display:none; 241 display:none;
242 } 242 }
243 243
244 .search{ 244 .search:not(body){
245 top:57px; 245 top:57px;
246 height: 128px; 246 height: 128px;
247 background-color:rgba(255,255,255,0.9); 247 background-color:rgba(255,255,255,0.9);
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.1 8 Version: 1.1.01
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......