Break out expandable section into a component thing

This commit is contained in:
Lucien Greathouse
2019-09-25 17:29:47 -07:00
parent b3f132201b
commit 91d12aeb4f
2 changed files with 74 additions and 38 deletions

View File

@@ -43,7 +43,6 @@ img {
flex: 0 0;
display: flex;
flex-wrap: wrap;
/*justify-content: space-around;*/
align-items: center;
border-bottom: 1px solid #666;
}
@@ -119,6 +118,10 @@ img {
display: none;
}
.expandable-label > label {
cursor: pointer;
}
.expandable-input ~ .expandable-label .expandable-visualizer {
font-family: monospace;
display: inline-flex;