1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-19 13:01:12 +02:00

onboard-modal: minor changes for better onboarding

This commit is contained in:
Kushagra Gour
2018-02-12 01:20:03 +05:30
parent 8e6b4f2c1e
commit a747d35216
2 changed files with 5 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
</div>
<div class="onboard-step">
<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>
</svg>
</div>
@@ -58,6 +58,9 @@
</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">
<button class="btn btn--primary" d-click="closeAllOverlays">Lets start!</button>

View File

@@ -986,7 +986,7 @@ body > #demo-frame {
}
.onboard-step__icon {
fill: transparent !important;
stroke-width: 0.3px;
stroke-width: 0.5px;
stroke: #eeb096;
width: 150px;
height: 150px;