qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
6 additions
and
5 deletions
| ... | @@ -17990,7 +17990,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -17990,7 +17990,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 17990 | font-size: 28px !important; | 17990 | font-size: 28px !important; |
| 17991 | line-height: 2.5rem !important; | 17991 | line-height: 2.5rem !important; |
| 17992 | padding-bottom: 2rem !important; | 17992 | padding-bottom: 2rem !important; |
| 17993 | margin-top: 45px; | 17993 | margin-top: 30px; |
| 17994 | } | 17994 | } |
| 17995 | } | 17995 | } |
| 17996 | 17996 | ||
| ... | @@ -18317,11 +18317,11 @@ ul.sf_date_field label:hover::after { | ... | @@ -18317,11 +18317,11 @@ ul.sf_date_field label:hover::after { |
| 18317 | ul.sf_date_field .sf-datepicker { | 18317 | ul.sf_date_field .sf-datepicker { |
| 18318 | border: 0.0625rem solid #bebebe; | 18318 | border: 0.0625rem solid #bebebe; |
| 18319 | width: 12.625rem; | 18319 | width: 12.625rem; |
| 18320 | height: 2.25rem; | ||
| 18320 | } | 18321 | } |
| 18321 | @media screen and (max-width: 48rem) { | 18322 | @media screen and (max-width: 48rem) { |
| 18322 | ul.sf_date_field .sf-datepicker { | 18323 | ul.sf_date_field .sf-datepicker { |
| 18323 | width: 16rem; | 18324 | width: 16rem; |
| 18324 | height: 2.25rem; | ||
| 18325 | } | 18325 | } |
| 18326 | } | 18326 | } |
| 18327 | 18327 | ... | ... |
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.
| ... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
| 23 | font-size: 28px !important; | 23 | font-size: 28px !important; |
| 24 | line-height: 2.5rem !important; | 24 | line-height: 2.5rem !important; |
| 25 | padding-bottom: 2rem !important; | 25 | padding-bottom: 2rem !important; |
| 26 | margin-top: 45px; | 26 | margin-top: 30px; |
| 27 | } | 27 | } |
| 28 | } | 28 | } |
| 29 | 29 | ||
| ... | @@ -404,9 +404,10 @@ ul.sf_date_field { | ... | @@ -404,9 +404,10 @@ ul.sf_date_field { |
| 404 | .sf-datepicker { | 404 | .sf-datepicker { |
| 405 | border: 0.0625rem solid #bebebe; | 405 | border: 0.0625rem solid #bebebe; |
| 406 | width: 12.625rem; | 406 | width: 12.625rem; |
| 407 | height: 2.25rem; | ||
| 407 | @media screen and (max-width: 48rem) { | 408 | @media screen and (max-width: 48rem) { |
| 408 | width: 16rem; | 409 | width: 16rem; |
| 409 | height: 2.25rem; | 410 | |
| 410 | } | 411 | } |
| 411 | } | 412 | } |
| 412 | } | 413 | } | ... | ... |
-
Please register or sign in to post a comment