mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 23:59:46 +02:00
parent
8412a27690
commit
05d5632e83
10 changed files with 87 additions and 61 deletions
|
@ -182,3 +182,21 @@
|
|||
letter-spacing: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Table
|
||||
* ==================
|
||||
*/
|
||||
.block-table {
|
||||
margin: 20px 0;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
border-radius: 3px;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid var(--color-line-gray);
|
||||
|
||||
td {
|
||||
padding: 8px 10px;
|
||||
border: 1px solid var(--color-line-gray);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue