-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
67 lines (58 loc) · 1.16 KB
/
default.css
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
.classblock {
background-color: #eee;
margin-bottom: 10px;
padding: 9px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 585px !important;
}
.course.draggable.not a{
color: grey !important;
}
.catHeader {
color: #003b5b;
}
.bigAnd{
align-self: center;
margin-top: 38px !important;
}
.subreq {
margin: 0 !important;
padding: 0 !important;
border-width: 0 !important;
}
.subreq td {
margin: 0 !important;
padding: 0 !important;
border-width: 0 !important;
box-sizing: unset;
}
.courselink {
display: inline-block;
background-color: #d9d9d9 !important;
border-radius: 5px;
min-width: 55px;
height: 55px;
font-size: 120%;
margin: 3px;
margin-bottom: 3 px !important;
margin-top: 3 px !important;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none !important;
z-index: 3;
padding: 3px;
}
.course.draggable a:hover {
background-color: #003b5b !important;
color: white !important;
}
.dept {
padding-left: 6px !important;
}
.classitems2 a{
margin: 5px !important;
padding: 10px !important;
}