Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:52:11
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,461 @@
1
+@keyframes vex-flipin-horizontal {
2
+  /* line 107, ../sass/_keyframes.sass */
3
+  0% {
4
+    opacity: 0;
5
+    transform: rotateY(-90deg);
6
+    -webkit-transform: rotateY(-90deg);
7
+    -moz-transform: rotateY(-90deg);
8
+    -ms-transform: rotateY(-90deg);
9
+    -o-transform: rotateY(-90deg);
10
+  }
11
+
12
+  /* line 110, ../sass/_keyframes.sass */
13
+  100% {
14
+    opacity: 1;
15
+    transform: rotateY(0deg);
16
+    -webkit-transform: rotateY(0deg);
17
+    -moz-transform: rotateY(0deg);
18
+    -ms-transform: rotateY(0deg);
19
+    -o-transform: rotateY(0deg);
20
+  }
21
+}
22
+
23
+@-webkit-keyframes vex-flipin-horizontal {
24
+  /* line 107, ../sass/_keyframes.sass */
25
+  0% {
26
+    opacity: 0;
27
+    transform: rotateY(-90deg);
28
+    -webkit-transform: rotateY(-90deg);
29
+    -moz-transform: rotateY(-90deg);
30
+    -ms-transform: rotateY(-90deg);
31
+    -o-transform: rotateY(-90deg);
32
+  }
33
+
34
+  /* line 110, ../sass/_keyframes.sass */
35
+  100% {
36
+    opacity: 1;
37
+    transform: rotateY(0deg);
38
+    -webkit-transform: rotateY(0deg);
39
+    -moz-transform: rotateY(0deg);
40
+    -ms-transform: rotateY(0deg);
41
+    -o-transform: rotateY(0deg);
42
+  }
43
+}
44
+
45
+@-moz-keyframes vex-flipin-horizontal {
46
+  /* line 107, ../sass/_keyframes.sass */
47
+  0% {
48
+    opacity: 0;
49
+    transform: rotateY(-90deg);
50
+    -webkit-transform: rotateY(-90deg);
51
+    -moz-transform: rotateY(-90deg);
52
+    -ms-transform: rotateY(-90deg);
53
+    -o-transform: rotateY(-90deg);
54
+  }
55
+
56
+  /* line 110, ../sass/_keyframes.sass */
57
+  100% {
58
+    opacity: 1;
59
+    transform: rotateY(0deg);
60
+    -webkit-transform: rotateY(0deg);
61
+    -moz-transform: rotateY(0deg);
62
+    -ms-transform: rotateY(0deg);
63
+    -o-transform: rotateY(0deg);
64
+  }
65
+}
66
+
67
+@-ms-keyframes vex-flipin-horizontal {
68
+  /* line 107, ../sass/_keyframes.sass */
69
+  0% {
70
+    opacity: 0;
71
+    transform: rotateY(-90deg);
72
+    -webkit-transform: rotateY(-90deg);
73
+    -moz-transform: rotateY(-90deg);
74
+    -ms-transform: rotateY(-90deg);
75
+    -o-transform: rotateY(-90deg);
76
+  }
77
+
78
+  /* line 110, ../sass/_keyframes.sass */
79
+  100% {
80
+    opacity: 1;
81
+    transform: rotateY(0deg);
82
+    -webkit-transform: rotateY(0deg);
83
+    -moz-transform: rotateY(0deg);
84
+    -ms-transform: rotateY(0deg);
85
+    -o-transform: rotateY(0deg);
86
+  }
87
+}
88
+
89
+@-o-keyframes vex-flipin-horizontal {
90
+  /* line 107, ../sass/_keyframes.sass */
91
+  0% {
92
+    opacity: 0;
93
+    transform: rotateY(-90deg);
94
+    -webkit-transform: rotateY(-90deg);
95
+    -moz-transform: rotateY(-90deg);
96
+    -ms-transform: rotateY(-90deg);
97
+    -o-transform: rotateY(-90deg);
98
+  }
99
+
100
+  /* line 110, ../sass/_keyframes.sass */
101
+  100% {
102
+    opacity: 1;
103
+    transform: rotateY(0deg);
104
+    -webkit-transform: rotateY(0deg);
105
+    -moz-transform: rotateY(0deg);
106
+    -ms-transform: rotateY(0deg);
107
+    -o-transform: rotateY(0deg);
108
+  }
109
+}
110
+
111
+@keyframes vex-flipout-horizontal {
112
+  /* line 116, ../sass/_keyframes.sass */
113
+  0% {
114
+    opacity: 1;
115
+    transform: rotateY(0deg);
116
+    -webkit-transform: rotateY(0deg);
117
+    -moz-transform: rotateY(0deg);
118
+    -ms-transform: rotateY(0deg);
119
+    -o-transform: rotateY(0deg);
120
+  }
121
+
122
+  /* line 119, ../sass/_keyframes.sass */
123
+  100% {
124
+    opacity: 0;
125
+    transform: rotateY(90deg);
126
+    -webkit-transform: rotateY(90deg);
127
+    -moz-transform: rotateY(90deg);
128
+    -ms-transform: rotateY(90deg);
129
+    -o-transform: rotateY(90deg);
130
+  }
131
+}
132
+
133
+@-webkit-keyframes vex-flipout-horizontal {
134
+  /* line 116, ../sass/_keyframes.sass */
135
+  0% {
136
+    opacity: 1;
137
+    transform: rotateY(0deg);
138
+    -webkit-transform: rotateY(0deg);
139
+    -moz-transform: rotateY(0deg);
140
+    -ms-transform: rotateY(0deg);
141
+    -o-transform: rotateY(0deg);
142
+  }
143
+
144
+  /* line 119, ../sass/_keyframes.sass */
145
+  100% {
146
+    opacity: 0;
147
+    transform: rotateY(90deg);
148
+    -webkit-transform: rotateY(90deg);
149
+    -moz-transform: rotateY(90deg);
150
+    -ms-transform: rotateY(90deg);
151
+    -o-transform: rotateY(90deg);
152
+  }
153
+}
154
+
155
+@-moz-keyframes vex-flipout-horizontal {
156
+  /* line 116, ../sass/_keyframes.sass */
157
+  0% {
158
+    opacity: 1;
159
+    transform: rotateY(0deg);
160
+    -webkit-transform: rotateY(0deg);
161
+    -moz-transform: rotateY(0deg);
162
+    -ms-transform: rotateY(0deg);
163
+    -o-transform: rotateY(0deg);
164
+  }
165
+
166
+  /* line 119, ../sass/_keyframes.sass */
167
+  100% {
168
+    opacity: 0;
169
+    transform: rotateY(90deg);
170
+    -webkit-transform: rotateY(90deg);
171
+    -moz-transform: rotateY(90deg);
172
+    -ms-transform: rotateY(90deg);
173
+    -o-transform: rotateY(90deg);
174
+  }
175
+}
176
+
177
+@-ms-keyframes vex-flipout-horizontal {
178
+  /* line 116, ../sass/_keyframes.sass */
179
+  0% {
180
+    opacity: 1;
181
+    transform: rotateY(0deg);
182
+    -webkit-transform: rotateY(0deg);
183
+    -moz-transform: rotateY(0deg);
184
+    -ms-transform: rotateY(0deg);
185
+    -o-transform: rotateY(0deg);
186
+  }
187
+
188
+  /* line 119, ../sass/_keyframes.sass */
189
+  100% {
190
+    opacity: 0;
191
+    transform: rotateY(90deg);
192
+    -webkit-transform: rotateY(90deg);
193
+    -moz-transform: rotateY(90deg);
194
+    -ms-transform: rotateY(90deg);
195
+    -o-transform: rotateY(90deg);
196
+  }
197
+}
198
+
199
+@-o-keyframes vex-flipout-horizontal {
200
+  /* line 116, ../sass/_keyframes.sass */
201
+  0% {
202
+    opacity: 1;
203
+    transform: rotateY(0deg);
204
+    -webkit-transform: rotateY(0deg);
205
+    -moz-transform: rotateY(0deg);
206
+    -ms-transform: rotateY(0deg);
207
+    -o-transform: rotateY(0deg);
208
+  }
209
+
210
+  /* line 119, ../sass/_keyframes.sass */
211
+  100% {
212
+    opacity: 0;
213
+    transform: rotateY(90deg);
214
+    -webkit-transform: rotateY(90deg);
215
+    -moz-transform: rotateY(90deg);
216
+    -ms-transform: rotateY(90deg);
217
+    -o-transform: rotateY(90deg);
218
+  }
219
+}
220
+
221
+/* line 31, ../sass/vex-theme-flat-attack.sass */
222
+.vex.vex-theme-flat-attack {
223
+  -webkit-perspective: 1300px;
224
+  -moz-perspective: 1300px;
225
+  -ms-perspective: 1300px;
226
+  -o-perspective: 1300px;
227
+  perspective: 1300px;
228
+  -webkit-perspective-origin: 50% 150px;
229
+  -moz-perspective-origin: 50% 150px;
230
+  -ms-perspective-origin: 50% 150px;
231
+  -o-perspective-origin: 50% 150px;
232
+  perspective-origin: 50% 150px;
233
+  padding-top: 100px;
234
+  padding-bottom: 100px;
235
+  font-size: 1.5em;
236
+}
237
+/* line 38, ../sass/vex-theme-flat-attack.sass */
238
+.vex.vex-theme-flat-attack.vex-closing .vex-content {
239
+  animation: vex-flipout-horizontal 0.5s;
240
+  -webkit-animation: vex-flipout-horizontal 0.5s;
241
+  -moz-animation: vex-flipout-horizontal 0.5s;
242
+  -ms-animation: vex-flipout-horizontal 0.5s;
243
+  -o-animation: vex-flipout-horizontal 0.5s;
244
+  -webkit-backface-visibility: hidden;
245
+}
246
+/* line 41, ../sass/vex-theme-flat-attack.sass */
247
+.vex.vex-theme-flat-attack .vex-content {
248
+  -webkit-transform-style: preserve-3d;
249
+  -moz-transform-style: preserve-3d;
250
+  transform-style: preserve-3d;
251
+  animation: vex-flipin-horizontal 0.5s;
252
+  -webkit-animation: vex-flipin-horizontal 0.5s;
253
+  -moz-animation: vex-flipin-horizontal 0.5s;
254
+  -ms-animation: vex-flipin-horizontal 0.5s;
255
+  -o-animation: vex-flipin-horizontal 0.5s;
256
+  -webkit-backface-visibility: hidden;
257
+}
258
+/* line 45, ../sass/vex-theme-flat-attack.sass */
259
+.vex.vex-theme-flat-attack .vex-content {
260
+  font-family: "Helvetica Neue", sans-serif;
261
+  font-weight: 200;
262
+  background: white;
263
+  color: #444444;
264
+  padding: 2em 2em 3em 2em;
265
+  line-height: 1.5em;
266
+  position: relative;
267
+  margin: 0 auto;
268
+  max-width: 100%;
269
+  width: 600px;
270
+}
271
+/* line 57, ../sass/vex-theme-flat-attack.sass */
272
+.vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
273
+  color: inherit;
274
+}
275
+/* line 60, ../sass/vex-theme-flat-attack.sass */
276
+.vex.vex-theme-flat-attack .vex-close {
277
+  position: absolute;
278
+  top: 0;
279
+  right: 0;
280
+  cursor: pointer;
281
+}
282
+/* line 66, ../sass/vex-theme-flat-attack.sass */
283
+.vex.vex-theme-flat-attack .vex-close:before {
284
+  font-family: "Helvetica Neue", sans-serif;
285
+  font-weight: 100;
286
+  line-height: 1px;
287
+  padding-top: 0.5em;
288
+  display: block;
289
+  font-size: 2em;
290
+  text-indent: 1px;
291
+  overflow: hidden;
292
+  height: 1.25em;
293
+  width: 1.25em;
294
+  text-align: center;
295
+  top: 0;
296
+  right: 0;
297
+  color: white;
298
+  background: #666666;
299
+}
300
+/* line 85, ../sass/vex-theme-flat-attack.sass */
301
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
302
+  margin-bottom: 0.5em;
303
+}
304
+/* line 88, ../sass/vex-theme-flat-attack.sass */
305
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
306
+  margin-bottom: 0.5em;
307
+}
308
+/* line 91, ../sass/vex-theme-flat-attack.sass */
309
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
310
+  -webkit-border-radius: 3px;
311
+  -moz-border-radius: 3px;
312
+  -ms-border-radius: 3px;
313
+  -o-border-radius: 3px;
314
+  border-radius: 3px;
315
+  background: #f0f0f0;
316
+  width: 100%;
317
+  padding: 0.25em 0.67em;
318
+  border: 0;
319
+  font-family: inherit;
320
+  font-weight: inherit;
321
+  font-size: inherit;
322
+  min-height: 2.5em;
323
+  margin: 0 0 0.25em;
324
+}
325
+/* line 103, ../sass/vex-theme-flat-attack.sass */
326
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
327
+  -webkit-box-shadow: inset 0 0 0 2px #666666;
328
+  -moz-box-shadow: inset 0 0 0 2px #666666;
329
+  box-shadow: inset 0 0 0 2px #666666;
330
+  outline: none;
331
+}
332
+/* line 107, ../sass/vex-theme-flat-attack.sass */
333
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
334
+  *zoom: 1;
335
+  padding-top: 1em;
336
+  margin-bottom: -3em;
337
+  margin-left: -2em;
338
+  margin-right: -2em;
339
+}
340
+/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
341
+.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
342
+  content: "";
343
+  display: table;
344
+  clear: both;
345
+}
346
+/* line 114, ../sass/vex-theme-flat-attack.sass */
347
+.vex.vex-theme-flat-attack .vex-dialog-button {
348
+  -webkit-border-radius: 0;
349
+  -moz-border-radius: 0;
350
+  -ms-border-radius: 0;
351
+  -o-border-radius: 0;
352
+  border-radius: 0;
353
+  border: 0;
354
+  margin: 0;
355
+  float: right;
356
+  padding: 0.5em 1em;
357
+  font-size: 1.13em;
358
+  text-transform: uppercase;
359
+  font-weight: 200;
360
+  letter-spacing: 0.1em;
361
+  line-height: 1em;
362
+  font-family: inherit;
363
+}
364
+/* line 127, ../sass/vex-theme-flat-attack.sass */
365
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
366
+  margin-left: 0;
367
+}
368
+/* line 130, ../sass/vex-theme-flat-attack.sass */
369
+.vex.vex-theme-flat-attack .vex-dialog-button:focus {
370
+  outline: none;
371
+}
372
+/* line 133, ../sass/vex-theme-flat-attack.sass */
373
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
374
+  background: #666666;
375
+  color: white;
376
+}
377
+/* line 137, ../sass/vex-theme-flat-attack.sass */
378
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
379
+  -webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
380
+  -moz-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
381
+  box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
382
+}
383
+/* line 140, ../sass/vex-theme-flat-attack.sass */
384
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
385
+  background: white;
386
+  color: #cccccc;
387
+}
388
+/* line 144, ../sass/vex-theme-flat-attack.sass */
389
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
390
+  -webkit-box-shadow: inset 0 3px #aaaaaa;
391
+  -moz-box-shadow: inset 0 3px #aaaaaa;
392
+  box-shadow: inset 0 3px #aaaaaa;
393
+  background: #eeeeee;
394
+  color: #777777;
395
+}
396
+/* line 149, ../sass/vex-theme-flat-attack.sass */
397
+.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
398
+  color: #777777;
399
+}
400
+/* line 16, ../sass/vex-theme-flat-attack.sass */
401
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
402
+  background: #ff7ea7;
403
+}
404
+/* line 25, ../sass/vex-theme-flat-attack.sass */
405
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
406
+  -webkit-box-shadow: inset 0 0 0 2px #ff7ea7;
407
+  -moz-box-shadow: inset 0 0 0 2px #ff7ea7;
408
+  box-shadow: inset 0 0 0 2px #ff7ea7;
409
+}
410
+/* line 28, ../sass/vex-theme-flat-attack.sass */
411
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
412
+  background: #ff7ea7;
413
+}
414
+/* line 16, ../sass/vex-theme-flat-attack.sass */
415
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
416
+  background: #ce4a55;
417
+}
418
+/* line 25, ../sass/vex-theme-flat-attack.sass */
419
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
420
+  -webkit-box-shadow: inset 0 0 0 2px #ce4a55;
421
+  -moz-box-shadow: inset 0 0 0 2px #ce4a55;
422
+  box-shadow: inset 0 0 0 2px #ce4a55;
423
+}
424
+/* line 28, ../sass/vex-theme-flat-attack.sass */
425
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
426
+  background: #ce4a55;
427
+}
428
+/* line 16, ../sass/vex-theme-flat-attack.sass */
429
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
430
+  background: #34b989;
431
+}
432
+/* line 25, ../sass/vex-theme-flat-attack.sass */
433
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
434
+  -webkit-box-shadow: inset 0 0 0 2px #34b989;
435
+  -moz-box-shadow: inset 0 0 0 2px #34b989;
436
+  box-shadow: inset 0 0 0 2px #34b989;
437
+}
438
+/* line 28, ../sass/vex-theme-flat-attack.sass */
439
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
440
+  background: #34b989;
441
+}
442
+/* line 16, ../sass/vex-theme-flat-attack.sass */
443
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
444
+  background: #477fa5;
445
+}
446
+/* line 25, ../sass/vex-theme-flat-attack.sass */
447
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
448
+  -webkit-box-shadow: inset 0 0 0 2px #477fa5;
449
+  -moz-box-shadow: inset 0 0 0 2px #477fa5;
450
+  box-shadow: inset 0 0 0 2px #477fa5;
451
+}
452
+/* line 28, ../sass/vex-theme-flat-attack.sass */
453
+.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
454
+  background: #477fa5;
455
+}
456
+
457
+/* line 166, ../sass/vex-theme-flat-attack.sass */
458
+.vex-loading-spinner.vex-theme-flat-attack {
459
+  height: 4em;
460
+  width: 4em;
461
+}