mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
Bullet List with dots (#2156)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
ffe2137d4a
commit
cbb2e3e9c5
@ -59,7 +59,7 @@
|
||||
{:else if node.nodeName === 'OL'}
|
||||
<ol><svelte:self nodes={node.childNodes} /></ol>
|
||||
{:else if node.nodeName === 'LI'}
|
||||
<li class={'flex flex-grow gap-1 checkbox_style'}><svelte:self nodes={node.childNodes} /></li>
|
||||
<li><svelte:self nodes={node.childNodes} /></li>
|
||||
{:else if node.nodeName === 'DIV'}
|
||||
<div><svelte:self nodes={node.childNodes} /></div>
|
||||
{:else if node.nodeName === 'A'}
|
||||
|
@ -92,6 +92,11 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
color: var(--dark-color);
|
||||
p { color: var(--content-color); }
|
||||
}
|
||||
|
||||
/* Common */
|
||||
* {
|
||||
--modal-padding: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user