fix: empty state
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
<div class="small">
|
<div class="small">
|
||||||
You have not enrolled in any course yet.
|
You have not enrolled in any course yet.
|
||||||
</div>
|
</div>
|
||||||
<span class="button is-primary ml-auto mr-auto mt-3">
|
<a class="button is-primary ml-auto mr-auto mt-3" href="/courses">
|
||||||
Explore Courses
|
Explore Courses
|
||||||
</span>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -212,7 +212,6 @@ input[type=checkbox] {
|
|||||||
|
|
||||||
.courses-header {
|
.courses-header {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
padding: 0 1rem;
|
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user