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
Tags 7.x-1.7-rc1
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 @@
}
}
}
.accordion-item {
& > h3,
& > h4 {
margin-bottom: 0;
}
}
}
......@@ -97,9 +103,11 @@
//views nested accordion with h3 and h4 headers
.views-nested-accordion,
.views-accordion {
.views-nested-accordion {
.accordion-item {
button.accordion-header {
margin-top: 2px;
}
& > h3 {
margin-bottom: 0;
button.accordion-header {
......@@ -130,11 +138,6 @@
}
}
.views-nested-accordion .accordion-item button.accordion-header {
margin-top: 2px;
}
//styles specific to news archive nested accordion
.view-display-id-archive_listing_block.views-nested-accordion {
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