02ec0ec6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7ced0421
......@@ -19423,9 +19423,14 @@ ul.sf_date_field .sf-datepicker {
background-size: cover;
background-position: center;
}
.entry-header.page .search-box:hover,
.entry-header.page .search-box:focus-within {
width: 100%;
height: 90px;
}
.entry-header.page .search-box:focus-within #search-box-content,
.entry-header.page .search-box:hover #search-box-content {
display: block;
opacity: 1;
}
.entry-header.page .search-box:focus-within .search-button,
.entry-header.page .search-box:hover .search-button {
......@@ -19445,9 +19450,13 @@ ul.sf_date_field .sf-datepicker {
max-width: 90%;
margin: auto;
margin-top: 2.5rem;
padding: 0rem 6.25rem;
position: relative;
position: absolute;
box-shadow: -2px 7px 7px 0 rgba(0, 0, 0, 0.25);
transition: 0.5s ease-in-out;
height: 4rem;
width: 4rem;
right: 5%;
overflow: hidden;
}
@media only screen and (max-width: 48.875rem) {
.entry-header.page .search-box {
......@@ -19460,7 +19469,8 @@ ul.sf_date_field .sf-datepicker {
text-indent: -624.9375rem;
position: absolute;
right: 0rem;
top: 1.25rem;
top: 0px;
opacity: 1;
background-color: #fff;
border-radius: 0.625rem;
}
......@@ -19476,9 +19486,12 @@ ul.sf_date_field .sf-datepicker {
left: 0.75rem;
}
.entry-header.page .search-box #search-box-content {
display: none;
opacity: 0;
position: relative;
}
.entry-header.page .search-box #search-box-content p {
display: none;
}
.entry-header.page .search-box #search-box-content.show {
display: block;
}
......@@ -19497,6 +19510,7 @@ ul.sf_date_field .sf-datepicker {
}
.entry-header.page .search-box .searchandfilter {
width: calc(100% - 6.25rem);
margin-top: -5px;
display: inline-block;
}
@media only screen and (max-width: 48.875rem) {
......@@ -19611,6 +19625,7 @@ ul.sf_date_field .sf-datepicker {
list-style: none;
margin-top: 0rem;
padding-left: 0rem;
max-width: 18.5rem;
}
.side-menu li {
margin-bottom: 0.875rem;
......
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.
......@@ -39,12 +39,18 @@
background-repeat: no-repeat;
background-size: cover;
background-position: center;
.search-box:hover,
.search-box:focus-within{
width: 100%;
height: 90px;
}
.search-box:focus-within #search-box-content,
.search-box:hover #search-box-content{
display: block;
opacity: 1;
}
.search-box:focus-within .search-button,
.search-box:hover .search-button{
......@@ -70,9 +76,14 @@
max-width: 90%;
margin: auto;
margin-top: 2.5rem;
padding: 0rem 6.25rem ;
position: relative;
//padding: 0rem 6.25rem ;
position: absolute;
box-shadow: -2px 7px 7px 0 rgba(0,0,0,.25);
transition: 0.5s ease-in-out;
height: 4rem;
width: 4rem;
right: 5%;
overflow: hidden;
@media only screen and (max-width: 48.875rem) {
padding: 0rem 0.625rem ;
}
......@@ -83,7 +94,8 @@
text-indent: -624.9375rem;
position: absolute;
right: 0rem;
top: 1.25rem;
top: 0px;
opacity: 1;
background-color: #fff;
border-radius: 0.625rem;
&:after {
......@@ -100,8 +112,9 @@
}
#search-box-content{
display: none;
opacity: 0;
position: relative;
p{display: none;}
}
#search-box-content.show{
display: block;
......@@ -122,6 +135,7 @@
}
.searchandfilter{
width: calc(100% - 6.25rem);
margin-top: -5px;
@media only screen and (max-width: 48.875rem) {
width: calc(100% - 0rem);
padding-left: 2.5rem;
......@@ -242,7 +256,8 @@ h1+p {
list-style: none;
margin-top: 0rem;
padding-left:0rem;
max-width: 18.5rem;
li{
margin-bottom: 0.875rem;
position: relative;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.452
Version: 1.0.453
*/
......