-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (172 loc) · 7.17 KB
/
index.html
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style data-href="/1.css">.button-v2 {
transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
display: flex;
align-items: center;
justify-content: center;
min-height: 36px;
height: 38px;
padding: 4px 16px;
font-size: 12px;
border-radius: 2px;
cursor: pointer;
user-select: none;
background-image: none;
border: 1px solid transparent;
outline: 0 none;
text-transform: inherit;
font-weight: normal;
padding: 4px 32px;
text-transform: uppercase; }
.button-v2:focus, .button-v2:active, .button-v2:hover, .button-v2:visited {
outline: 0 none; }
.button-v2.button-v2--disabled {
pointer-events: none; }
.button-v2.button-v2--wide {
width: 100%; }
.button-v2.button-v2--thin {
padding: 0 8px; }
.button-v2.button-v2--thiner {
padding: 0 11px; }
.button-v2.button-v2--thin .icon,
.button-v2.button-v2--thiner .icon {
margin: 0; }
.button-v2.button-v2--small {
height: 30px; }
.button-v2.button-v2--with-icon-left > .icon-wrapper + span {
margin-left: 8px; }
.button-v2.button-v2--with-icon-right > span + .icon-wrapper {
margin-left: 8px;
margin-right: 0; }
.button-v2.button-v2--primary {
border: 1px solid #2ec09a;
background-color: #2ec09a;
color: white; }
.button-v2.button-v2--primary:hover {
background-color: #31cca3; }
.button-v2.button-v2--primary:active, .button-v2.button-v2--primary:visited {
background-color: #28a684; }
.button-v2.button-v2--primary.button-v2--disabled {
color: #ababab;
background-color: #eae8e8;
border-color: #eae8e8; }
.button-v2.button-v2--primary--inverted {
border: 1px solid #2ec09a;
background-color: white;
color: #2ec09a; }
.button-v2.button-v2--primary--inverted:hover {
background-color: #31cca3;
color: white; }
.button-v2.button-v2--primary--inverted:active, .button-v2.button-v2--primary--inverted:visited {
background-color: #28a684;
color: white; }
.button-v2.button-v2--primary--inverted.button-v2--disabled {
color: #ababab;
background-color: white;
border-color: #eae8e8; }
.button-v2.button-v2--secondary {
border: 1px solid #eae8e8;
background-color: white;
color: #4693e0; }
.button-v2.button-v2--secondary:hover {
border-color: #4693e0; }
.button-v2.button-v2--secondary:active, .button-v2.button-v2--secondary:visited {
background-color: #4693e0;
color: white; }
.button-v2.button-v2--secondary.button-v2--disabled {
color: #ababab;
background-color: #eae8e8;
border-color: #eae8e8; }
.button-v2.button-v2--secondary--inverted {
border: 1px solid white;
background-color: #4693e0;
color: white; }
.button-v2.button-v2--secondary--inverted:hover {
border-color: white;
background-color: white;
color: #4693e0; }
.button-v2.button-v2--secondary--inverted:active, .button-v2.button-v2--secondary--inverted:visited {
background-color: #e1f0ff;
color: #4693e0; }
.button-v2.button-v2--secondary--inverted.button-v2--disabled {
color: #47abf7;
background-color: #4693e0;
border-color: #47abf7; }
.button-v2.button-v2--dangerous {
border: 1px solid #ff344f;
background: #ff344f;
color: #ffffff; }
.button-v2.button-v2--dangerous:hover {
border-color: #e62e46;
background: #e62e46;
color: #ffffff; }
.button-v2.button-v2--dangerous:active, .button-v2.button-v2--dangerous:visited {
border-color: #ff566d;
background: #ff566d;
color: #ffffff; }
.button-v2.button-v2--dangerous.button-v2--disabled {
color: #cb8a8a;
background-color: #fde2e6;
border-color: #fde2e6; }
.button-v2.button-v2--dangerous--inverted {
border: 1px solid #ff344f;
background: #ffffff;
color: #ff344f; }
.button-v2.button-v2--dangerous--inverted:hover {
border-color: #e62e46;
background: #e62e46;
color: #ffffff; }
.button-v2.button-v2--dangerous--inverted:active, .button-v2.button-v2--dangerous--inverted:visited {
border-color: #ff566d;
background: #ff566d;
color: #ffffff; }
.button-v2.button-v2--dangerous--inverted.button-v2--disabled {
color: #ababab;
background-color: white;
border-color: #eae8e8; }
.button-v2.button-v2--neutral {
border: 1px solid #9aacbd;
background: #ffffff;
color: #9aacbd; }
.button-v2.button-v2--neutral:hover, .button-v2.button-v2--neutral:active, .button-v2.button-v2--neutral:visited {
border-color: #768292;
background: #768292;
color: #ffffff; }
.button-v2.button-v2--neutral.button-v2--disabled {
color: #ababab;
background-color: #eae8e8;
border-color: #eae8e8; }
.button-v2.button-v2--neutral--inverted {
border: 1px solid #9aacbd;
background: #9aacbd;
color: #ffffff; }
.button-v2.button-v2--neutral--inverted:hover, .button-v2.button-v2--neutral--inverted:active, .button-v2.button-v2--neutral--inverted:visited {
border-color: #768292;
background: #768292;
color: #ffffff; }
.button-v2.button-v2--neutral--inverted.button-v2--disabled {
color: #ababab;
background-color: #eae8e8;
border-color: #eae8e8; }
.button-v2.button-v2--white {
border: 1px solid #ffffff;
background: transparent;
color: #ffffff; }
.button-v2.button-v2--white:hover {
border-color: #ffffff;
background: #ffffff;
color: #3f5b78; }
.button-v2.button-v2--white:active, .button-v2.button-v2--white:visited {
border-color: #ffffff;
background: #ffffff;
color: #3f5b78; }
.button-v2.button-v2--white.button-v2--disabled {
color: #ababab;
background-color: transparent;
border-color: #eae8e8; }
.button-v2.button-v2--transparent {
background: transparent; }
.icon-wrapper {
display: flex;
justify-content: center;
align-items: center; }
/*# sourceMappingURL=1.css.map*/</style><title data-react-helmet="true"></title><link as="script" rel="preload" href="/component---src-pages-index-tsx-a6edb0265637d1c92246.js"/><link as="script" rel="preload" href="/app-a795827468217000fc5f.js"/><link as="script" rel="preload" href="/webpack-runtime-8ae34c7667250ea1c04e.js"/><link rel="preload" href="/static/d/173/path---index-6a9-NZuapzHg3X9TaN1iIixfv1W23E.json" as="fetch" crossOrigin="use-credentials"/></head><body><div id="___gatsby"><div style="outline:none" tabindex="-1" role="group"><div><h1>Hi people</h1><p>Welcome to your new site.</p><button class="button-v2 button-v2--primary"><span>Click me</span></button></div></div></div><script id="gatsby-script-loader">/*<![CDATA[*/window.page={"componentChunkName":"component---src-pages-index-tsx","jsonName":"index","path":"/"};window.dataPath="173/path---index-6a9-NZuapzHg3X9TaN1iIixfv1W23E";/*]]>*/</script><script src="/webpack-runtime-8ae34c7667250ea1c04e.js" async=""></script><script src="/app-a795827468217000fc5f.js" async=""></script><script src="/component---src-pages-index-tsx-a6edb0265637d1c92246.js" async=""></script></body></html>