sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
35 additions
and
2 deletions
| ... | @@ -18908,10 +18908,27 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18908,10 +18908,27 @@ ul.sf_date_field .sf-datepicker { |
| 18908 | } | 18908 | } |
| 18909 | 18909 | ||
| 18910 | @media screen and (max-width: 59.375rem) { | 18910 | @media screen and (max-width: 59.375rem) { |
| 18911 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { | ||
| 18912 | top: 0.5rem !important; | ||
| 18913 | } | ||
| 18914 | } | ||
| 18915 | |||
| 18916 | @media screen and (max-width: 59.375rem) { | ||
| 18917 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4 { | ||
| 18918 | padding-bottom: 20px; | ||
| 18919 | } | ||
| 18920 | } | ||
| 18921 | |||
| 18922 | @media screen and (max-width: 59.375rem) { | ||
| 18911 | .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { | 18923 | .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { |
| 18912 | top: 1.5rem !important; | 18924 | top: 1.5rem !important; |
| 18913 | } | 18925 | } |
| 18914 | } | 18926 | } |
| 18927 | @media screen and (max-width: 59.375rem) { | ||
| 18928 | .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4 { | ||
| 18929 | padding-bottom: 20px; | ||
| 18930 | } | ||
| 18931 | } | ||
| 18915 | 18932 | ||
| 18916 | .search-results .search-field { | 18933 | .search-results .search-field { |
| 18917 | border: 0; | 18934 | border: 0; | ... | ... |
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.
| ... | @@ -1004,6 +1004,17 @@ ul.sf_date_field { | ... | @@ -1004,6 +1004,17 @@ ul.sf_date_field { |
| 1004 | display: inline-block !important; | 1004 | display: inline-block !important; |
| 1005 | } | 1005 | } |
| 1006 | } | 1006 | } |
| 1007 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{ | ||
| 1008 | |||
| 1009 | @media screen and (max-width: 59.375rem) { | ||
| 1010 | top: 0.5rem!important; | ||
| 1011 | } | ||
| 1012 | } | ||
| 1013 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{ | ||
| 1014 | @media screen and (max-width: 59.375rem) { | ||
| 1015 | padding-bottom: 20px; | ||
| 1016 | } | ||
| 1017 | } | ||
| 1007 | .home-header{ | 1018 | .home-header{ |
| 1008 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{ | 1019 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{ |
| 1009 | 1020 | ||
| ... | @@ -1011,4 +1022,9 @@ ul.sf_date_field { | ... | @@ -1011,4 +1022,9 @@ ul.sf_date_field { |
| 1011 | top: 1.5rem!important; | 1022 | top: 1.5rem!important; |
| 1012 | } | 1023 | } |
| 1013 | } | 1024 | } |
| 1014 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1025 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{ | ||
| 1026 | @media screen and (max-width: 59.375rem) { | ||
| 1027 | padding-bottom: 20px; | ||
| 1028 | } | ||
| 1029 | } | ||
| 1030 | } | ... | ... |
-
Please register or sign in to post a comment