Skip to content

Commit 5aa7a8b

Browse files
author
jdv
committed
trying jsx styling
1 parent ef82783 commit 5aa7a8b

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

crowdsec-docs/unversioned/user_guides/use_cases/blaas_to_firewall.mdx

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,31 @@ tags: [blaas,firewall,usecase]
99

1010
> Use CrowdSec's Blocklist within your firewall without the need to install the CrowdSec agent.
1111
12-
<table style="font-size: 0.5em; border-collapse: collapse; width: 100%;">
13-
<tr style="background-color: rgba(0, 0, 0, 0.05);">
14-
<td style="padding: 8px; border-bottom: 1px solid #ddd;"><strong>Difficulty</strong></td>
15-
<td style="padding: 8px; border-bottom: 1px solid #ddd;">1/5</td>
12+
<table style={{ fontSize: '0.5em', borderCollapse: 'collapse', width: '100%' }}>
13+
<thead>
14+
<tr style={{ backgroundColor: 'transparent' }}>
15+
<th style={{ padding: '8px', textAlign: 'left', borderBottom: '1px solid #ddd' }}>Use Case Hints</th>
16+
<th style={{ padding: '8px', textAlign: 'left', borderBottom: '1px solid #ddd' }}></th>
1617
</tr>
17-
<tr style="background-color: transparent;">
18-
<td style="padding: 8px; border-bottom: 1px solid #ddd;"><strong>CrowdSec Service Setup Time</strong></td>
19-
<td style="padding: 8px; border-bottom: 1px solid #ddd;">5 minutes</td>
18+
</thead>
19+
<tbody>
20+
<tr style={{ backgroundColor: 'rgba(0, 0, 0, 0.05)' }}>
21+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}><strong>Difficulty</strong></td>
22+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}>1/5</td>
2023
</tr>
21-
<tr style="background-color: rgba(0, 0, 0, 0.05);">
22-
<td style="padding: 8px; border-bottom: 1px solid #ddd;"><strong>Firewall Configuration Time</strong></td>
23-
<td style="padding: 8px; border-bottom: 1px solid #ddd;">5~10 minutes</td>
24+
<tr style={{ backgroundColor: 'transparent' }}>
25+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}><strong>CrowdSec Service Setup Time</strong></td>
26+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}>5 minutes</td>
2427
</tr>
25-
<tr style="background-color: transparent;">
26-
<td style="padding: 8px; border-bottom: 1px solid #ddd;"><strong>Involved Resources</strong></td>
27-
<td style="padding: 8px; border-bottom: 1px solid #ddd;">CrowdSec BLaaS Integration, CrowdSec Blocklists, User's Firewall</td>
28+
<tr style={{ backgroundColor: 'rgba(0, 0, 0, 0.05)' }}>
29+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}><strong>Firewall Configuration Time</strong></td>
30+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}>5~10 minutes</td>
2831
</tr>
32+
<tr style={{ backgroundColor: 'transparent' }}>
33+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}><strong>Involved Resources</strong></td>
34+
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}>CrowdSec BLaaS Integration, CrowdSec Blocklists, User's Firewall</td>
35+
</tr>
36+
</tbody>
2937
</table>
3038

3139
## **Steps to follow**

0 commit comments

Comments
 (0)