This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
lms-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Course page HTML tag changes
master
kj1352
5 years ago
parent
71e5307fca
commit
93c119e832
2 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/app/tabs/courses/course-details/course-details.component.html
+2
-4
src/app/tabs/courses/course-details/course-details.component.scss
+ 2
- 2
src/app/tabs/courses/course-details/course-details.component.html
View File
@@ -1,4 +1,4 @@
<
div class="page
" *ngIf="chapterList">
<
section class="page-container full-bg" color="black
" *ngIf="chapterList">
<section class="upfold">
<button class="close-button" (click)="back()">
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/close.svg"></svg-icon>
@@ -140,4 +140,4 @@
</section>
</div>
</
div
>
</
section
>
+ 2
- 4
src/app/tabs/courses/course-details/course-details.component.scss
View File
@@ -1,7 +1,5 @@
.page {
background-color: var(--black);
height: 100vh;
overflow: auto;
.page-container {
padding-bottom: 0;
}
.upfold {