_course.scss
4.17 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.type-sfwd-courses {
margin-top: 30px;
}
.program-info {
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
max-width: 531px;
#program-info {
.nav-item {
width: 50%;
border: 0px solid #ccc;
.nav-link {
width: 100%;
border-radius: 0px;
background-color: #0081bc;
color: #ffffff;
border: 0px solid #ccc;
font-size: 18px;
padding: 20px 20px;
font-family: "Poppins", sans-serif;
}
.nav-link.active {
background-color: #ffffff;
color: #0081bc;
}
}
}
#program-info-content {
padding: 20px 40px 40px 40px;
table {
width: 100%;
tr {
th {
width: 33%;
font-size: 18px;
color: #0081bc;
font-family: "Poppins", sans-serif;
}
}
tr:not(.not) {
border-bottom: 1px solid #ffa300;
td {
font-size: 16px;
padding: 10px 0px;
}
}
}
}
}
.outcomes {
margin: 70px 0px;
.outcome {
width: 100%;
min-height: 227px;
background-color: #e2f2f9;
padding: 25px 25px 25px 15px;
border-radius: 25px 25px 0px 0px;
border-bottom: 22px solid #ffa300;
font-size: 16px;
line-height: 24px;
}
.col-out {
@media only screen and (max-width: 600px) {
margin-top: 20px;
}
}
.col-out:nth-of-type(2) .outcome {
border-bottom: 22px solid #3f9c35;
}
.col-out:nth-of-type(3) .outcome {
border-bottom: 22px solid #0484b8;
}
.col-out:nth-of-type(4) .outcome {
border-bottom: 22px solid #e04e39;
}
}
#login-window{
.modal-dialog{
position: relative;
max-width: 550px;
}
.modal-header{
border-radius: 0px;
border-bottom: 0px solid #dee2e6;
}
.modal-content{
border-radius: 0px;
height: 295px;
.modal-body{
padding: 0px 60px 20px 60px;
.modal-title{
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 22px;
list-style: 33px;
text-align: center;
}
a{
color:#0484b8;
}
a:hover{
color: #2c2c2c;
}
.login-btn{
display: block;
margin: auto;
background-color: #0484b8;
font-size: 14px;
color: #fff;
padding: 7px 25px;
text-decoration: none;
}
.login-btn:hover{
background-color: #2c2c2c;
color: #fff;
}
}
}
.btn-close{
width: 24px;
height: 24px;
opacity: 1;
background-size: 24px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1458' data-name='Group 1458' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cline id='Line_3' data-name='Line 3' x2='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%230081BC' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%230081BC' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-close:hover{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
}
/* To hide the additional information tab */
li.additional_information_tab {
display: none !important;
}
.ld-course-status.ld-course-status-not-enrolled{
display: none !important;
}
.user_has_no_access{
.ld-item-list.ld-lesson-list{
display:none !important;
}
}