Lots of plane work

This commit is contained in:
Ian Gulliver
2017-06-15 22:52:17 +00:00
parent 3430d55b26
commit baeaee5495
2 changed files with 61 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ tag {
width: 100%;
max-width: 50rem;
margin-top: 0.5rem;
margin-bottom: 2rem;
}
@@ -67,7 +68,7 @@ cardDetail {
flex-direction: column;
}
card.expanded cardDetail {
card.expanded cardDetail, tagList.expandAll cardDetail {
display: flex;
}
@@ -79,10 +80,27 @@ cardSection {
}
cardSectionTitle {
opacity: 0.5;
opacity: 0.6;
font-size: 85%;
margin-bottom: 0.2rem;
}
cardSectionText {
margin-top: 0.2rem;
font-size: 90%;
}
referenceList {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 1rem;
}
referenceList a {
color: var(--darkgrey);
font-size: 85%;
margin-right: 1rem;
margin-bottom: 0.5rem;
}