81bd2c20 by Jeff Balicki

hover

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2eb634db
......@@ -16870,10 +16870,17 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
display: flex;
margin-bottom: 0rem;
margin-top: 0.9375rem;
z-index: 999;
position: relative;
}
.branding .navbar-brand {
margin-right: 0px;
}
@media only screen and (max-width: 48.875rem) {
.branding .navbar-brand {
margin-right: 15px;
}
}
#main-nav {
box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
......@@ -19431,6 +19438,7 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box:focus-within #search-box-content,
.entry-header.page .search-box:hover #search-box-content {
opacity: 1;
width: 100%;
}
.entry-header.page .search-box:focus-within .search-button,
.entry-header.page .search-box:hover .search-button {
......@@ -19491,6 +19499,10 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box #search-box-content {
opacity: 0;
position: relative;
width: 0px;
transition: 0.5s ease-in-out;
position: absolute;
right: 0px;
}
.entry-header.page .search-box #search-box-content p {
display: none;
......
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.
......@@ -263,22 +263,6 @@ blockquote{
top: 15px;
margin-left: 10px;
}
// .badge-title{
// color: #000000;
// font-size: 1rem;
// line-height: 1.875rem;
// font-weight: bold;
// position: absolute;
// right: 0px;
// display: inline-block;
// //left:100%;
// @media only screen and (max-width: 48.875rem) {
// font-size: 0rem;
// line-height: 0rem;
// }
// }
.badge_content{
width: 0px;
height: 0px;
......@@ -308,20 +292,7 @@ blockquote{
@media only screen and (max-width: 48.875rem) {
padding: 0.625rem 1.25rem;
}
// .badge-title{
// display: block;
// @media only screen and (max-width: 48.875rem) {
// font-size:1rem;
// line-height: 1.875rem;
// }
// &:after{
// float: right;
// @media only screen and (max-width: 48.875rem) {
// margin-left: 0.625rem;
// top: 0.25rem;
// }
// }
// }
.badge_content{
width: 300px;
height: 100px;
......
......@@ -21,8 +21,13 @@
display: flex;
margin-bottom: 0rem;
margin-top: 0.9375rem;
z-index: 999;
position: relative;
.navbar-brand{
margin-right:0px ;
@media only screen and (max-width: 48.875rem) {
margin-right:15px ;
}
}
}
#main-nav{
......
......@@ -44,11 +44,13 @@
width: 100%;
height: 90px;
}
.search-box:focus-within #search-box-content,
.search-box:hover #search-box-content{
opacity: 1;
width: 100%;
}
......@@ -76,7 +78,6 @@
max-width: 80%;
margin: auto;
margin-top: 2.5rem;
//padding: 0rem 6.25rem ;
position: absolute;
box-shadow: -2px 7px 7px 0 rgba(0,0,0,.25);
transition: 0.5s ease-in-out;
......@@ -117,6 +118,10 @@
#search-box-content{
opacity: 0;
position: relative;
width: 0px;
transition: 0.5s ease-in-out;
position: absolute;
right: 0px;
p{display: none;}
}
#search-box-content.show{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.454
Version: 1.0.455
*/
......