live-coder accordion and label tweaks

This commit is contained in:
Mark Moser 2016-11-20 13:26:49 -06:00
parent 85bb4d4368
commit 35339b1d30
2 changed files with 7 additions and 0 deletions

View File

@ -48,7 +48,10 @@
}
.accordion__toggle:checked ~ .accordion__copy {
background-color: $gray-lighter;
display: block;
padding: 2.5em 1.25em 1em 1.75em;
margin: -2.25em 0 2em -0.5em;
}
}

View File

@ -22,6 +22,10 @@
display: block;
}
.code-results {
margin-bottom: -0.65em;
}
.results {
border: 1px solid $secondary-color;
clear: both;