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
@import '~@angular/material/theming';
@import '~src/assets/material-theme.scss';
#sidenav-container {
height: 100vh;
.mat-expansion-panel {
border-radius: 0px;
}
h3 {
font-weight: 400;
}
}
#menu-items-container {
div {
border-top: 1px solid rgba(0, 0, 0, 0.54);
padding-top: 20px;
}
}
.sidenav-link-btn {
width: 90%;
text-align: left;
border: 1px solid #b7b7b7;
border-radius: 4px;
padding: 1px 10px;
text-transform: uppercase;
color: map-get($uw-primary, 500);
font-weight: 500;
margin-bottom: 6px !important;
.material-icons {
padding-right: 8px;
}
}
#course-key-list {
list-style-type: none;
padding: 20px 0 0px 0;
margin-top: 0px;
border-top: 1px solid rgba(0, 0, 0, 0.54);
li {
position: relative;
display: flex;
align-items: center;
padding-bottom: 12px;
padding-left: 1em;
margin-right: 8px;
font-size: 16px;