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 {
.c-accordion__content {
padding-left: 2.5rem;
}
.c-accordion__content > *:first-child {
margin-top: 1.156rem;
padding-top: 1.156rem;
}
.c-accordion__content #dd-container {
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 @@
.c-accordion__content {
padding-left: 2.5rem;
padding-top:1.156rem;
//This was set because this was the default space found on page #49 in the accordion section
& > *:first-child {
margin-top:1.156rem;
//margin-top:1.156rem;
}
#dd-container {
margin-top:1.156rem;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.458
Version: 1.0.459
*/
......