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