23e22d96 by Jeff Balicki

accordion

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d96069eb
...@@ -19926,9 +19926,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19926,9 +19926,7 @@ ul.sf_date_field .sf-datepicker {
19926 19926
19927 .c-accordion__content { 19927 .c-accordion__content {
19928 padding-left: 2.5rem; 19928 padding-left: 2.5rem;
19929 } 19929 padding-top: 1.156rem;
19930 .c-accordion__content > *:first-child {
19931 margin-top: 1.156rem;
19932 } 19930 }
19933 .c-accordion__content #dd-container { 19931 .c-accordion__content #dd-container {
19934 margin-top: 1.156rem; 19932 margin-top: 1.156rem;
......
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.
...@@ -111,9 +111,10 @@ ...@@ -111,9 +111,10 @@
111 111
112 .c-accordion__content { 112 .c-accordion__content {
113 padding-left: 2.5rem; 113 padding-left: 2.5rem;
114 padding-top:1.156rem;
114 //This was set because this was the default space found on page #49 in the accordion section 115 //This was set because this was the default space found on page #49 in the accordion section
115 & > *:first-child { 116 & > *:first-child {
116 margin-top:1.156rem; 117 //margin-top:1.156rem;
117 } 118 }
118 #dd-container { 119 #dd-container {
119 margin-top:1.156rem; 120 margin-top:1.156rem;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
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.458 5 Version: 1.0.459
6 */ 6 */
7 7
......