forked from fankes/AndroidNotifyIconAdapt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.css
More file actions
51 lines (43 loc) · 759 Bytes
/
render.css
File metadata and controls
51 lines (43 loc) · 759 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
div {
color: #303d4e;
}
.markdown-body-box {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding-left: 45px;
padding-right: 45px;
padding-bottom: 45px;
}
.markdown-body {
box-sizing: border-box;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
.mdui-snackbar-text {
color: white;
}
.mdui-dialog {
border-radius: 15px;
}
.mdui-appbar {
background-color: white;
}
.round-left-icon-box {
margin-right: 15px;
border-radius: 50%;
padding: 10px;
width: 25px;
height: 25px;
}
.round-icon {
width: 25px;
height: 25px;
object-fit: contain;
filter: drop-shadow(100px 0 white);
transform: translate(-100px);
}