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:
@@ -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>
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user