583ca1f0 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9b0e8614
......@@ -17734,6 +17734,13 @@ ul.sf_date_field .sf-datepicker {
width: 11.375rem !important;
font-size: 1.125rem !important;
}
@media screen and (max-width: 1067px) {
:lang(fr-FR) #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] {
height: 2.75rem !important;
width: 100% !important;
font-size: 1.125rem !important;
}
}
@media screen and (max-width: 56.25rem) {
:lang(fr-FR) #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.
......@@ -1168,13 +1168,22 @@ ul.sf_date_field {
width: 11.375rem !important;
font-size: 1.125rem !important;
}
@media screen and (max-width: 1067px) {
#advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit]{
height: 2.75rem !important;
width: 100% !important;
font-size: 1.125rem !important;
}
}
@media screen and (max-width: 56.25rem){
#search-wrapper .sf-field-search {
width: calc(100% - 9rem) !important;
}
}
}
.overlay{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.44
Version: 1.0.45
*/
\ No newline at end of file
......