| 1 |
/* FORUM CSS */ |
| 2 |
.bbpc-widget-forum-info { |
| 3 |
table { |
| 4 |
img { |
| 5 |
display: inline; |
| 6 |
} |
| 7 |
tr td:last-child { |
| 8 |
text-align: right; |
| 9 |
} |
| 10 |
} |
| 11 |
} |
| 12 |
|
| 13 |
.icon_action { |
| 14 |
font-family: ElegantIcons; |
| 15 |
font-style: normal; |
| 16 |
vertical-align: middle; |
| 17 |
} |
| 18 |
|
| 19 |
.icon_action::before { |
| 20 |
content: "\e012"; |
| 21 |
} |
| 22 |
|
| 23 |
.bbpc-widget-forum-info tr i { |
| 24 |
vertical-align: middle; |
| 25 |
margin-right: 5px; |
| 26 |
} |
| 27 |
|
| 28 |
.bbp__success-subscribe .is-subscribed a.subscription-toggle { |
| 29 |
background: transparent !important; |
| 30 |
color: #4c4cf1 !important; |
| 31 |
margin: 0; |
| 32 |
padding: 0 !important; |
| 33 |
} |
| 34 |
|
| 35 |
.bbp__success-subscribe.alert { |
| 36 |
border: 1px solid #94e3a1; |
| 37 |
text-align: center; |
| 38 |
} |