[KiRi] Moved the commit point icon to a separated file

This commit is contained in:
Salvador E. Tropea 2023-12-28 11:28:03 -03:00
parent 28417a8501
commit 1ca7c9d94c
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg" width="15" height="15"><path d="M7.5 10.5a3 3 0 010-6m0 6a3 3 0 000-6m0 6V15m0-10.5V0" stroke="currentColor"></path></svg>

After

Width:  |  Height:  |  Size: 194 B

View File

@ -409,7 +409,7 @@ hr {
.icon-commit { .icon-commit {
width: 1em; width: 1em;
height: 1em; height: 1em;
--svg: url("data:image/svg+xml;utf8,<svg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path d='M7.5 10.5a3 3 0 010-6m0 6a3 3 0 000-6m0 6V15m0-10.5V0' stroke='currentColor'></path></svg>"); --svg: url('./images/commit.svg');
} }
.commit-label { .commit-label {