| 1 |
.bbpc-forum-information-wrapper .bbpc-section-heading { |
| 2 |
background: #666; |
| 3 |
border-radius: 3px; |
| 4 |
color: #fefefe; |
| 5 |
font-size: 1.1em; |
| 6 |
margin: 15px 0 0; |
| 7 |
padding: 5px 7px; |
| 8 |
} |
| 9 |
.bbpc-forum-information-wrapper p { |
| 10 |
margin: 5px 0 12px; |
| 11 |
} |
| 12 |
.bbpc-forum-information-wrapper p:not(.bbpc-info-show) label{ |
| 13 |
font-weight: bold; |
| 14 |
} |
| 15 |
.bbpc-forum-information-wrapper .bbpc-info-show:not(.show-subscribe) { |
| 16 |
column-count: 2; |
| 17 |
gap: 8px; |
| 18 |
margin: 15px 0; |
| 19 |
display: flex; |
| 20 |
flex-wrap: wrap; |
| 21 |
justify-content: space-between; |
| 22 |
align-content: space-between; |
| 23 |
width: 350px; |
| 24 |
} |
| 25 |
.bbpc-forum-information-wrapper .bbpc-info-show .bbpc-info-show-item label{ |
| 26 |
margin-right: 10px; |
| 27 |
} |
| 28 |
span.bbpc-info-show-item { |
| 29 |
flex-basis: calc(50% - 10px); |
| 30 |
} |