-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmark.css
More file actions
84 lines (78 loc) · 1.35 KB
/
mark.css
File metadata and controls
84 lines (78 loc) · 1.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body{
background-color: #F1F7F5;
}
.app{
min-height: 100vh;
}
.side-bar{
width: 200px;
background-color: white;
padding: 10px 10px;
}
.mark-icon{
width: 25px;
height: 25px;
border: 1px transparent;
border-radius: 5px;
background-color: rgb(5, 73, 5);
display: flex;
align-items: center;
justify-content: center;
}
.mark-card{
padding: 0 10px;
}
.svg-1{
width: 15px;
height: 15px;
color: white;
}
.mark-card{
display: inline-flex;
align-items: center;
gap: 8px;
}
.cut-1{
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
width: 180px;
height: 30px;
background-color: #E6F2EF;
border-radius: 5px;
padding: 0 10px;
}
.cut-2{
display: flex;
align-items: center;
gap: 8px;
padding: 0 10px;
}
.side-icon{
width: 16px;
height: 16px;
}
.home-bar{
line-height: 5px;
margin: 10px 0;
}
.only{
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #E6F2EF;
display: flex;
align-items: center;
justify-content: center;
}
.thread{
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0;
padding-left: 8px;
}
.thread-container{
margin: 10px 0;
}