egghead-styles 1.0.78 → 1.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40d715a6faf516ecb23692617a62b1f67042ecb3
4
- data.tar.gz: 0fc6b9966efa6758028649e426eddfd576df96b8
3
+ metadata.gz: cf7faf6d06a2aca61d789997a4e69c34b1e5ce71
4
+ data.tar.gz: d3cfb31e91ee06f44d1d2bc779290fbd80ea5367
5
5
  SHA512:
6
- metadata.gz: b7cc03160baa15393c8fa27d88fc76ab319409667ec875b52408b8b89c1e7419d5f5bc0fcd803a025c3c7ab9d072756bdfcee45fb0b46a86a820c8178c523944
7
- data.tar.gz: c6c1778fde5a0681059f1c91fa53d0e9ee9373ec8ad2ce96df0feabf2ece98652ad4e665b4010adeaeb876c283c2d5ed519d5ee17d966ca647ee667370555c3e
6
+ metadata.gz: 93a8e3a4334d84c84cc5d92fa686e60cc0023d1cf55c27ff0610fe3ba21c192f6f43203697fc20382b426e797d378adbbcd07268ef9404d318b7731240647e27
7
+ data.tar.gz: b17245a61e68cf03d2adde899cdb49c49cea14138156d661e8fe875cbf65736f91439066907eb210df80e3e5403cefa519fbed1277724c9ca289a2e80af24966
@@ -98,34 +98,6 @@ h5 {
98
98
  }
99
99
  }
100
100
 
101
- .page-title {
102
- margin-bottom: 15px;
103
- color: $site-color-dark-graphite;
104
- font-size: 40px;
105
- text-align: center;
106
- @include respond-to(tablets-small) {
107
- font-size: 30px;
108
- }
109
- @include respond-to(phones) {
110
- font-size: 22px;
111
- margin-bottom: 25px;
112
- }
113
- }
114
- .page-subtitle {
115
- color: $site-color-medium-graphite;
116
- text-align: center;
117
- margin-bottom: 20px;
118
- @include respond-to(phones) {
119
- margin-bottom: 15px;
120
- }
121
- a {
122
- color: $site-color-medium-graphite;
123
- &:hover {
124
- color: $site-color-dark-graphite;
125
- }
126
- }
127
- }
128
-
129
101
  a {
130
102
  @include transition(150ms);
131
103
  color: $link-color;
@@ -334,4 +306,107 @@ blockquote {
334
306
  }
335
307
 
336
308
 
309
+ // Temporary VWO specific styles
310
+ .vwo-holder {
311
+ h2 {
312
+ margin-bottom: 15px;
313
+ color: $site-color-dark-graphite;
314
+ font-size: 40px;
315
+ text-align: center;
316
+ @include respond-to(tablets-small) {
317
+ font-size: 30px;
318
+ }
319
+ @include respond-to(phones) {
320
+ font-size: 22px;
321
+ margin-bottom: 25px;
322
+ }
323
+ }
324
+ h3 {
325
+ color: $site-color-medium-graphite;
326
+ text-align: center;
327
+ margin-bottom: 20px;
328
+ @include respond-to(phones) {
329
+ margin-bottom: 15px;
330
+ }
331
+ a {
332
+ color: $site-color-medium-graphite;
333
+ &:hover {
334
+ color: $site-color-dark-graphite;
335
+ }
336
+ }
337
+ }
338
+ ul {
339
+ padding-left: 75px;
340
+ line-height: 28px;
341
+ margin: 30px 0;
342
+ > li {
343
+ margin-bottom: 10px;
344
+ &:last-child {
345
+ margin-bottom: 0;
346
+ }
347
+ }
348
+ &.list-marked-question {
349
+ list-style: none;
350
+ padding-left: 50px;
351
+ @include respond-to(tablets-small) {
352
+ padding-left: 30px;
353
+ }
354
+ @include respond-to(phones) {
355
+ padding-left: 20px;
356
+ }
357
+ > li {
358
+ &:before {
359
+ font-family: 'FontAwesome';
360
+ margin-right: 10px;
361
+ font-size: 18px;
362
+ vertical-align: top;
363
+ content: "\f059";
364
+ color: $site-color-red;
365
+ }
366
+ }
367
+ }
368
+ &.list-marked-ok {
369
+ list-style: none;
370
+ padding-left: 50px;
371
+ @include respond-to(tablets-small) {
372
+ padding-left: 30px;
373
+ }
374
+ @include respond-to(phones) {
375
+ padding-left: 20px;
376
+ }
377
+ > li {
378
+ &:before {
379
+ font-family: 'FontAwesome';
380
+ margin-right: 10px;
381
+ font-size: 18px;
382
+ vertical-align: top;
383
+ content: "\f058";
384
+ color: $site-color-green;
385
+ }
386
+ }
387
+ }
388
+ &.list-marked-snowflake {
389
+ list-style: none;
390
+ padding-left: 50px;
391
+ @include respond-to(tablets-small) {
392
+ padding-left: 30px;
393
+ }
394
+ @include respond-to(phones) {
395
+ padding-left: 20px;
396
+ }
397
+ > li {
398
+ &:before {
399
+ font-family: 'FontAwesome';
400
+ margin-right: 10px;
401
+ font-size: 18px;
402
+ vertical-align: top;
403
+ content: url(image_path("elements/snowflake.svg"));
404
+ color: $site-color-blue-dim;
405
+ }
406
+ }
407
+ }
408
+ }
409
+ }
410
+
411
+
337
412
 
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.78"
3
+ VERSION = "1.0.79"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.78
4
+ version: 1.0.79
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-25 00:00:00.000000000 Z
11
+ date: 2016-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler