"gaining-access-to-iics" did not exist on "fb21f04421bde4d59a8a86f426fc2d4df60d0243"
Newer
Older
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
@import 'assets/material-theme.scss';
#course-details-content {
.courseDetails-list {
margin-bottom: 20px;
list-style: none;
padding-inline-start: 0px;
}
.courseDetails-nested-list {
list-style: circle;
-webkit-padding-start: 1.2em;
padding-inline-start: 1.2em;
}
.course-detail-title {
h3 {
line-height: 1.2;
color: #333;
font-size: 16px;
font-weight: 500;
padding-top: 5px;
}
.course-detail-subtitle {
font-weight: 300;
display: block;
}
}
.mat-dialog-actions {
padding-top: 0px;
}
.course-details-header {
padding: 12px 0px;
}
.btn-link {
color: map-get($uw-primary, 500);
}
.course-details-footer {
margin-top: 5px;
.mat-dialog-actions {
margin-bottom: 0px;
padding-bottom: 0px;
}
}
}