refactor: moved program journey data to appropriate tabs (#28898)

* refactor: moved program journey data to appropriate tabs
This commit is contained in:
Ahtisham Shahid
2021-10-07 14:15:09 +05:00
committed by GitHub
parent 3e05e0f49b
commit 009f1aac0d
2 changed files with 11 additions and 2 deletions

View File

@@ -259,6 +259,16 @@ $btn-color-primary: $primary-dark;
@include margin-left(calc((100% - 1180px) / 2));
}
}
.tab-content{
.tab-pane {
.program-details-content {
padding-left: 40px;
}
.js-program-pathways {
padding-left: 40px;
}
}
}
.course-list-heading {
font-family: $font-family-sans-serif;

View File

@@ -99,6 +99,7 @@
</div>
</div>
</article>
<aside class="js-program-sidebar program-sidebar"></aside>
</div>
<% if (discussionFragment.enabled) { %>
@@ -157,9 +158,7 @@
<% } %>
</aside>
<% } %>
Pathways tab content
</div>
</div>
<% } %>
<aside class="js-program-sidebar program-sidebar"></aside>