forked from software-mansion/react-native-gesture-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
64 lines (49 loc) · 982 Bytes
/
custom.css
File metadata and controls
64 lines (49 loc) · 982 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
/* your custom css */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}
footer .logos {
text-align: center;
}
footer .logo {
margin: 1em;
opacity: 0.4;
transition: opacity 0.15s ease-in-out;
width: 170px;
}
footer .logo:hover {
opacity: 1.0;
}
#try img {
border: 1px solid #acacac;
border-radius: 6px;
box-shadow: 0px 0px 20px #acacac;
}
.mainContainer article p img {
border: 1px solid #acacac;
border-radius: 6px;
box-shadow: 0px 0px 20px #acacac;
}
#description .blockImage {
max-width: 350px;
}
#description p {
max-width: unset;
}
article a, .blockContent a {
color: #607D8B;
}
.fixedHeaderContainer header h2 {
font-weight: 200;
color: #CFD8DC !important;
}
h1, h2, h3, h4 {
color: #607D8B !important;
}