You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
415 B
CSS
24 lines
415 B
CSS
.summaryRow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.summaryRowSection {
|
|
margin: 8px;
|
|
flex: 1;
|
|
}
|
|
|
|
.summaryRowSection > h3, .summaryRowSection h4 {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.summaryRowSection > section pre {
|
|
margin: 0;
|
|
padding: 16px;
|
|
background: white;
|
|
display: inline-block;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
|
white-space: normal;
|
|
}
|