fix: onboarding header

This commit is contained in:
Jannat Patel
2022-12-29 16:29:03 +05:30
parent cb75606b05
commit 565d9e093c
3 changed files with 5 additions and 5 deletions

View File

@@ -65,11 +65,9 @@
<path d="M10.7958 15.1677V15.6677H11.2958H17.6118V29.4517L5.2998 29.4518V13.7919C5.2998 7.77141 10.0859 2.82244 16.0438 2.55889V8.06527C13.0905 8.31947 10.7958 10.8044 10.7958 13.7919V15.1677Z" stroke="#1F272E"/>
</svg>
<svg id="icon-disabled-check" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM14.8734 8.1402C15.264 7.74969 15.264 7.11652 14.8734 6.726C14.4829 6.33547 13.8498 6.33547 13.4592 6.726L12.6259 7.55933L10.9592 9.226L8.333 11.8522L7.37345 10.8927L6.54011 10.0593C6.14959 9.6688 5.51643 9.6688 5.1259 10.0593C4.73538 10.4499 4.73538 11.083 5.1259 11.4735L5.95923 12.3069L7.6259 13.9735C7.81344 14.1611 8.0678 14.2664 8.333 14.2664C8.5982 14.2664 8.8526 14.1611 9.0401 13.9735L12.3734 10.6402L14.0401 8.9735L14.8734 8.1402Z" fill="#A6B1B9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM14.8734 8.1402C15.264 7.74969 15.264 7.11652 14.8734 6.726C14.4829 6.33547 13.8498 6.33547 13.4592 6.726L12.6259 7.55933L10.9592 9.226L8.333 11.8522L7.37345 10.8927L6.54011 10.0593C6.14959 9.6688 5.51643 9.6688 5.1259 10.0593C4.73538 10.4499 4.73538 11.083 5.1259 11.4735L5.95923 12.3069L7.6259 13.9735C7.81344 14.1611 8.0678 14.2664 8.333 14.2664C8.5982 14.2664 8.8526 14.1611 9.0401 13.9735L12.3734 10.6402L14.0401 8.9735L14.8734 8.1402Z" fill="#C8CFD5"/>
</svg>
<svg id="icon-green-check-circled" width="24" height="24" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.8734 10.1402C17.264 9.74969 17.264 9.11652 16.8734 8.726C16.4829 8.33547 15.8498 8.33547 15.4592 8.726L14.6259 9.55933L12.9592 11.226L10.333 13.8522L9.37345 12.8927L8.54011 12.0593C8.14959 11.6688 7.51643 11.6688 7.1259 12.0593C6.73538 12.4499 6.73538 13.083 7.1259 13.4735L7.95923 14.3069L9.6259 15.9735C9.81344 16.1611 10.0678 16.2664 10.333 16.2664C10.5982 16.2664 10.8526 16.1611 11.0401 15.9735L14.3734 12.6402L16.0401 10.9735L16.8734 10.1402Z" fill="#68D391"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -11,7 +11,9 @@
<div class="onboarding-parent">
<div class="container">
<div class="onboarding-skip">{{ _("Skip") }}</div>
<h3 class="mt-0"> {{ _("Welcome") }} 🎉</h3>
<div class="course-home-headings mt-0">
{{ _("Get Started") }}
</div>
<div class="onboarding-subtitle">
{{ _("Lets start setting up your content on the LMS so that you can reclaim time and focus on growth.") }}
</div>

View File

@@ -38,7 +38,7 @@
{% endif %}
<a class="btn btn-default btn-sm ml-2" id="open-search">
{{ _("Search") }}
{{ _("Search") }} (Ctrl + k)
</a>
</div>