56450807 by Jeff Balicki

css

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 497b6913
......@@ -17659,13 +17659,18 @@ ul.sf_date_field .sf-datepicker {
top: 32px;
}
: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] {
:lang(fr-FR) .top-go {
font-size: 0.9rem;
height: 3rem;
width: 3rem;
height: 3rem !important;
width: 3rem !important;
}
:lang(fr-FR) .search-box .sf-field-submit input[name=_sf_submit] {
font-size: 0.9rem;
height: 3rem !important;
width: 3rem !important;
}
@media screen and (max-width: 56.25rem) {
:lang(fr-FR) .top-go #search-wrapper .sf-field-search {
: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.
......@@ -1091,10 +1091,15 @@ 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 !important;
width: 3rem !important;
}
.search-box .sf-field-submit input[name=_sf_submit]{
font-size: 0.9rem;
height: 3rem;
width: 3rem;
height: 3rem !important;
width: 3rem !important;
}
@media screen and (max-width: 56.25rem){
......@@ -1102,6 +1107,5 @@ ul.sf_date_field {
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.18
Version: 1.0.19
*/
\ No newline at end of file
......