forked from intsystems/intsystems.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_course.scss
52 lines (44 loc) · 855 Bytes
/
_course.scss
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
.course {
margin: auto;
text-align: left;
margin-top: 0.75em;
margin-bottom: 2em;
}
.list-course {
padding: 10px;
}
.list-item-course {
display: block;
padding: 7px 20px;
margin-bottom: 10px;
margin-top: 10px;
border-radius: 6px;
border-left: 10px solid #cfdee3;
box-shadow: 2px -2px 5px 0 rgba(0,0,0,0.05),
-2px -2px 5px 0 rgba(0,0,0,0.05),
2px 2px 5px 0 rgba(0,0,0,0.05),
-2px 2px 5px 0 rgba(0,0,0,0.05);
}
.list-item-course:hover {
background-color: #cfdfe3;
cursor: pointer;
}
.list-item-course-title img {
margin-bottom: 0.75em;
margin-top: 1.25em;
}
.list-item-course-title {
font-size: 18px;
}
.list-item-course-title {
color: black;
margin: 0px;
}
a.course-name {
color: inherit;
font-size: 18px;
&:hover,
&:focus {
text-decoration: none;
}
}