(core) Adding tutorial card

Summary:
For now only html stub and docList adjustement for showing a tutorial card.
It will be used in future diffs after tutorial implementation.

Test Plan: Manual

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3750
This commit is contained in:
Jarosław Sadziński
2023-03-28 18:11:40 +02:00
parent 6b5c178953
commit a317a727c8
20 changed files with 425 additions and 31 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g transform="translate(0 0)"><g stroke-width="1" stroke-linejoin="round" fill="none" stroke="#262633" stroke-linecap="round" class="nc-icon-wrapper"><path data-cap="butt" stroke="#262633" d="M8.5.5v7L6 5.5l-2.5 2v-7"></path><path d="M.5 14V2.5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2V14" data-cap="butt"></path><rect x=".5" y="12.5" width="15" height="3" rx="1.5" ry="1.5" data-cap="butt"></rect></g></g></svg>

After

Width:  |  Height:  |  Size: 465 B