-
Notifications
You must be signed in to change notification settings - Fork 0
/
tab.css
executable file
·70 lines (52 loc) · 1.15 KB
/
tab.css
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
body.scroll-assist nav-is-overlay{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 13px;
line-height: 24px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666;
overflow-x: hidden;
}
}
img{
max-width: 100%;
}
section.custom-ib-hubs img.custom-city-icon {
height: 150px;
cursor: pointer;
}
a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
a {
font-weight: 600;
color: #3b3be8;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: poitner;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
section.custom-ib-hubs p {
font-size: 15px;
font-family: 'Roboto';
}
section.custom-ib-hubs .custom-hub-content p {
font-size: 14px;
}
p, span {
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
margin-bottom: 24px;
margin-top: 0;
padding: 0;
}