mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-20 05:21:12 +02:00
onboard-modal: minor changes for better onboarding
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="onboard-step">
|
<div class="onboard-step">
|
||||||
<div class="tac">
|
<div class="tac">
|
||||||
<svg class="onboard-step__icon" style="stroke-width:0.2px;">
|
<svg class="onboard-step__icon" style="stroke-width:0.3px;">
|
||||||
<use xlink:href="#twitter-icon"></use>
|
<use xlink:href="#twitter-icon"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
@@ -58,6 +58,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="ta-c">
|
||||||
|
If you are an existing Chrome extension user, you can import your creations from there to here. <a href="https://medium.com/web-maker/importing-exporting-your-creations-d92e7de5c3dc" target="_blank">Learn how to export/import</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="tac">
|
<p class="tac">
|
||||||
<button class="btn btn--primary" d-click="closeAllOverlays">Lets start!</button>
|
<button class="btn btn--primary" d-click="closeAllOverlays">Lets start!</button>
|
||||||
|
@@ -986,7 +986,7 @@ body > #demo-frame {
|
|||||||
}
|
}
|
||||||
.onboard-step__icon {
|
.onboard-step__icon {
|
||||||
fill: transparent !important;
|
fill: transparent !important;
|
||||||
stroke-width: 0.3px;
|
stroke-width: 0.5px;
|
||||||
stroke: #eeb096;
|
stroke: #eeb096;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
Reference in New Issue
Block a user