9b37e185 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5dbfbe88
......@@ -17990,7 +17990,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
font-size: 28px !important;
line-height: 2.5rem !important;
padding-bottom: 2rem !important;
margin-top: 45px;
margin-top: 30px;
}
}
......@@ -18317,11 +18317,11 @@ ul.sf_date_field label:hover::after {
ul.sf_date_field .sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 12.625rem;
height: 2.25rem;
}
@media screen and (max-width: 48rem) {
ul.sf_date_field .sf-datepicker {
width: 16rem;
height: 2.25rem;
}
}
......
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 @@
font-size: 28px !important;
line-height: 2.5rem !important;
padding-bottom: 2rem !important;
margin-top: 45px;
margin-top: 30px;
}
}
......@@ -404,9 +404,10 @@ ul.sf_date_field {
.sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 12.625rem;
height: 2.25rem;
@media screen and (max-width: 48rem) {
width: 16rem;
height: 2.25rem;
}
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.426
Version: 1.0.427
*/
......