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
44
45
46
47
48
49
50
51
52
53
@media print {
* {
overflow: auto !important;
font-size: 12px !important;
-webkit-transition: none !important;
transition: none !important;
}
.mat-expansion-panel-body .term-container-wrapper {
display: flex !important;
}
.mat-expansion-panel-content {
visibility: visible !important;
height: 100% !important;
}
.mat-drawer.mat-sidenav,
.note-item,
.add-new-wrapper,
.mat-button-wrapper,
.course-title,
.mat-icon,
header {
display: none !important;
}
#year-wrapper {
margin: 0px !important;
}
.term-body {
padding: 0 !important;
}
.term-header h2 {
font-weight: bold !important;
}
main {
top: 0 !important;
position: initial !important;
}
.course-number {
font-weight: normal !important;
}
.course-item {
border: none !important;
box-shadow: none !important;
padding: 0 !important;
}
html,
body,
.mat-sidenav-container,
.mat-drawer-content,
mat-sidenav-content {
width: 100%;
height: auto !important;
}
}