497b6913 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 365c0f66
......@@ -17659,13 +17659,13 @@ ul.sf_date_field .sf-datepicker {
top: 32px;
}
:lang(fr-FR) #search-wrapper .sf-field-submit .top-go, :lang(fr-FR) #search-wrapper .sf-field-submit input[name=_sf_submit] {
:lang(fr-FR) .top-go #search-wrapper .sf-field-submit .top-go, :lang(fr-FR) .top-go #search-wrapper .sf-field-submit input[name=_sf_submit] {
font-size: 0.9rem;
height: 3rem;
width: 3rem;
}
@media screen and (max-width: 56.25rem) {
:lang(fr-FR) #search-wrapper .sf-field-search {
:lang(fr-FR) .top-go #search-wrapper .sf-field-search {
width: calc(100% - 9rem) !important;
}
}
......
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.
......@@ -1090,15 +1090,18 @@ ul.sf_date_field {
}
:lang(fr-FR){
.top-go{
#search-wrapper .sf-field-submit .top-go, #search-wrapper .sf-field-submit input[name=_sf_submit]{
font-size: 0.9rem;
height: 3rem;
width: 3rem;
}
@media screen and (max-width: 56.25rem){
#search-wrapper .sf-field-search {
width: calc(100% - 9rem) !important;
}
}
}
}
\ No newline at end of file
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.17
Version: 1.0.18
*/
\ No newline at end of file
......