56e73ec1 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent de4c938b
...@@ -18005,7 +18005,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18005,7 +18005,7 @@ ul.sf_date_field .sf-datepicker {
18005 line-height: 55px; 18005 line-height: 55px;
18006 margin-bottom: 20px; 18006 margin-bottom: 20px;
18007 width: 100%; 18007 width: 100%;
18008 max-width: 580px; 18008 max-width: 550px;
18009 font-weight: bold; 18009 font-weight: bold;
18010 text-align: left; 18010 text-align: left;
18011 margin-left: 0px; 18011 margin-left: 0px;
...@@ -18017,6 +18017,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -18017,6 +18017,9 @@ ul.sf_date_field .sf-datepicker {
18017 line-height: 1.375rem; 18017 line-height: 1.375rem;
18018 } 18018 }
18019 } 18019 }
18020 .header h1:lang(fr-FR), .header .h1:lang(fr-FR) {
18021 max-width: 580px;
18022 }
18020 18023
18021 .content-container { 18024 .content-container {
18022 position: absolute; 18025 position: absolute;
...@@ -18052,6 +18055,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -18052,6 +18055,9 @@ ul.sf_date_field .sf-datepicker {
18052 max-width: 550px; 18055 max-width: 550px;
18053 margin-bottom: 44px; 18056 margin-bottom: 44px;
18054 } 18057 }
18058 .content-container p:lang(fr-FR) {
18059 max-width: 580px;
18060 }
18055 .content-container .fx-style { 18061 .content-container .fx-style {
18056 max-width: 1067px !important; 18062 max-width: 1067px !important;
18057 margin: auto; 18063 margin: auto;
......
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.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
22 line-height:55px ; 22 line-height:55px ;
23 margin-bottom: 20px; 23 margin-bottom: 20px;
24 width: 100%; 24 width: 100%;
25 max-width: 580px; 25 max-width: 550px;
26 font-weight: bold; 26 font-weight: bold;
27 text-align: left; 27 text-align: left;
28 margin-left: 0px; 28 margin-left: 0px;
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
32 line-height:1.375rem ; 32 line-height:1.375rem ;
33 } 33 }
34 } 34 }
35 h1:lang(fr-FR){
36 max-width: 580px;
37 }
35 38
36 } 39 }
37 40
...@@ -64,6 +67,10 @@ ...@@ -64,6 +67,10 @@
64 max-width: 550px; 67 max-width: 550px;
65 margin-bottom: 44px; 68 margin-bottom: 44px;
66 } 69 }
70 p:lang(fr-FR){
71 max-width: 580px;
72 }
73
67 .fx-style{ 74 .fx-style{
68 max-width: 1067px!important; 75 max-width: 1067px!important;
69 margin: auto; 76 margin: auto;
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.36 5 Version: 1.0.37
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......