Skip to content
Snippets Groups Projects
Commit bc1e4133 authored by Chris Gross's avatar Chris Gross
Browse files

7.x-1.6 Release Candidate 3

parent 7ea3de41
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -61,6 +61,12 @@ ...@@ -61,6 +61,12 @@
} }
} }
} }
.accordion-item {
& > h3,
& > h4 {
margin-bottom: 0;
}
}
} }
...@@ -97,9 +103,11 @@ ...@@ -97,9 +103,11 @@
//views nested accordion with h3 and h4 headers //views nested accordion with h3 and h4 headers
.views-nested-accordion, .views-nested-accordion {
.views-accordion {
.accordion-item { .accordion-item {
button.accordion-header {
margin-top: 2px;
}
& > h3 { & > h3 {
margin-bottom: 0; margin-bottom: 0;
button.accordion-header { button.accordion-header {
...@@ -130,11 +138,6 @@ ...@@ -130,11 +138,6 @@
} }
} }
.views-nested-accordion .accordion-item button.accordion-header {
margin-top: 2px;
}
//styles specific to news archive nested accordion //styles specific to news archive nested accordion
.view-display-id-archive_listing_block.views-nested-accordion { .view-display-id-archive_listing_block.views-nested-accordion {
h4 { h4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment