-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstdTask.css
More file actions
64 lines (56 loc) · 1.01 KB
/
stdTask.css
File metadata and controls
64 lines (56 loc) · 1.01 KB
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
body{
background: #dbdbdb;
display: flex;
flex-direction: column;
justify-content: center;
}
a{
text-decoration: none;
color: black;
}
article{
background: white;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.heading{
margin-top: 20px;
margin-bottom: 20px;
width: 88%;
margin-left: auto;
margin-right: auto;
}
.empty{
color: red;
}
.fa-file-download:before {
font-size: 30px;
}
.grade{
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.card-body-undone{
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.25rem;
height: 1.5cm;
}
.card-body{
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
width: 88%;
justify-content: space-around;
}