-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.css
More file actions
66 lines (53 loc) · 902 Bytes
/
Copy pathdashboard.css
File metadata and controls
66 lines (53 loc) · 902 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.browse{
font-family: 'Montserrat', 'sans-serif';
background-color: paleturquoise;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.recent{
padding: 10px;
display: flex;
justify-content: center;
}
table{
min-width: 1000px;
}
thead{
font-family: 'Montserrat', 'sans-serif';
font-size: 22px;
}
tr{
padding: 10px;
font-family: 'Montserrat', 'sans-serif';
}
td a{
margin: 10px;
font-size: 20px;
}
.varlink{
color: #4d4dff;
}
.students img, .projectsvg img{
position: absolute;
max-width: 400px;
max-height: 300px;
opacity: 0.25;
top: 150px;
left: 50px;
z-index: -1;
}
.projectsvg img{
top: 150px;
left: 1200px;
}
.view, .upload, .download{
font-family: 'Montserrat', 'sans-serif';
display: flex;
flex-direction: column;
justify-content: center;
}
.download span{
padding-top: 10px;
}