_course-info.scss
2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.#{$namespace}-wrapper {
.ld-user-status.ld-is-widget {
margin: 30px 0;
.ld-item-list .ld-item-list-item {
border: 0;
border-bottom: 2px solid $light-grey;
border-radius: 0;
padding: 10px 0;
margin: 10px 0;
&:last-child {
border-bottom: 0;
}
.ld-item-list-item-preview {
padding: 0;
.ld-item-title {
font-size: 14px;
line-height: 1.5em;
}
.ld-item-components {
margin-top: 10px;
span {
display: block;
margin: 0 0 5px 0;
font-size: 12px;
line-height: 1.5em;
}
span.ld-sep {
display: none;
}
}
}
}
.ld-pagination {
justify-content: flex-start;
}
}
/*
.ld-course-info {
.ld-section-heading {
font-size: 0.8em;
font-style: italic;
display: block;
margin: 0.5em 0;
}
.ld-item-list-item {
border: 0;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 1px solid $border-grey;
&:last-child {
border-bottom: 0;
}
.ld-item-list-item-preview {
flex-wrap: wrap;
padding: 0;
}
a.item-name {
width: 100%;
}
.ld-course-title {
font-size: .875em;
line-height: 1.3em;
}
.ld-item-details {
margin-top: 10px;
display: block;
text-align: left;
.ld-progress-steps {
font-size: 12px;
color: $text-grey;
margin-bottom: 5px;
}
}
}
.ld-table-list-item-preview {
display: flex;
}
}*/
}