We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e4c61 commit 24a9cebCopy full SHA for 24a9ceb
angular-universal-course/src/app/course/course.component.css
@@ -0,0 +1,43 @@
1
+
2
+.course {
3
+ text-align: center;
4
+ max-width: 390px;
5
+ margin: 20px auto 0 auto;
6
+}
7
8
+.course-thumbnail {
9
+ width: 150px;
10
+ margin: 20px auto 30px auto;
11
+ display: block;c
12
+ border-radius:4px;
13
14
15
+.description-cell {
16
+ text-align: left;
17
+ margin: 10px auto;
18
19
20
+.duration-cell {
21
22
23
24
+.duration-cell mat-icon {
25
+ display: inline-block;
26
+ vertical-align: middle;
27
+ font-size: 20px;
28
29
30
+.spinner-container {
31
+ height: 360px;
32
+ width: 390px;
33
+ position: fixed;
34
35
36
+.lessons-table {
37
+ min-height: 360px;
38
+ margin-top: 10px;
39
40
41
+.spinner-container mat-spinner {
42
+ margin: 130px auto 0 auto;
43
0 commit comments