forked from Schemetrical/UBCScheduler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (37 loc) · 694 Bytes
/
style.css
File metadata and controls
44 lines (37 loc) · 694 Bytes
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
.title {
padding: 10px 15px;
text-align: center;
}
#timetable > tbody > tr > td {
min-width: 40px;
width: 18%;
font-size: 0.8em;
}
#timetable > tbody > tr {
/* line-height: 5px; */
max-height: 1px;
height: 1px;
}
#courseBlock {
cursor: pointer;
color: #495057;
background-color: #e9ecef;
}
#courseBlock.course-locked {
color: white;
background-color: #88ff89;
}
.pagination > .active {
flex: 1 1 auto;
background-color: white;
}
.pagination > .active > .page-link {
color: #495057;
background-color: transparent;
border-color: #dee2e6;
cursor: default;
text-align: center;
}
body {
min-width: 320px;
}