accordion
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
4 additions
and
5 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment