Skip to content

Commit

Permalink
feat(core): Lists triangle bullet list type - made fixed size accor…
Browse files Browse the repository at this point in the history
…ding design (#1736)

Co-authored-by: Davydov Nikita <ni.s.davydov@tinkoff.ru>
  • Loading branch information
n1k1t0ss and ni-s-davydov authored May 11, 2022
1 parent c026216 commit 503d855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/core/styles/markup/tui-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@
&:before {
content: '\25E4'; // represent symbol '◤'
left: 0;
top: auto;
top: 1px;
width: auto;
height: auto;
background-color: transparent;
color: var(--tui-base-06);
font-size: 0.75rem;
}
}
}
Expand Down

0 comments on commit 503d855

Please sign in to comment.