linaro-jekyll-theme 0.10.31 → 0.10.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/core/theme.scss +94 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8088ce1e7a10454e2c673151bf88f84f21ffe6ed
4
- data.tar.gz: 4270c30a594395156a2c0cddef8e7eb52466a1d0
3
+ metadata.gz: a7e5bf601df8a6217824bebb21937c6cdc32d16a
4
+ data.tar.gz: 18d4e4f17c911f74f29111ca404528754a60efdf
5
5
  SHA512:
6
- metadata.gz: f0bcf98e7025c95e9186061f46e4b0429687c4f1ed77dce656bf92c167b7d6fa6939c3486f233e58df534185166ec92fe8d3aa2051747e2da52a0891df268d67
7
- data.tar.gz: d1b7604732786a2c218477617e480bb615f8265c494286a9b11349bf2059a444a2a4e6385a5425219d63474e49ea694ed5d0879f0b9e920cbcbd386aa31e767f
6
+ metadata.gz: '035818cd983b2aeac761cf6da06beb428a582be33b2d307977c057815103c1866338398b1364a546de487fec01e2d9b490278f2e2a2580c96d97df03a6cb55e7'
7
+ data.tar.gz: ba5329e37bf750e34d55f984e3acb7af01071730489875e9b3d2cae9b7282bf254e534401c61778c98b63e2d377fe74dfcd7e1ff45fa60d4cc1e23a867f164f3
@@ -359,3 +359,97 @@ button#mc-embedded-subscribe:hover {
359
359
  text-decoration: none;
360
360
  transition: all 500ms ease;
361
361
  }
362
+
363
+
364
+ //Cards
365
+
366
+ .card {
367
+ font-size: 1em;
368
+ overflow: hidden;
369
+ padding: 0;
370
+ border: none;
371
+ border-radius: .28571429rem;
372
+ box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
373
+ }
374
+
375
+ .card-block {
376
+ font-size: 1em;
377
+ position: relative;
378
+ margin: 0;
379
+ padding: 1em;
380
+ border: none;
381
+ border-top: 1px solid rgba(34, 36, 38, .1);
382
+ box-shadow: none;
383
+ }
384
+
385
+ .card-img-top {
386
+ display: block;
387
+ width: 100%;
388
+ height: auto;
389
+ }
390
+
391
+ .card-title {
392
+ font-size: 1.28571429em;
393
+ font-weight: 700;
394
+ line-height: 1.2857em;
395
+ }
396
+
397
+ .card-text {
398
+ clear: both;
399
+ margin-top: .5em;
400
+ color: rgba(0, 0, 0, .68);
401
+ }
402
+
403
+ .card-footer {
404
+ font-size: 1em;
405
+ position: static;
406
+ top: 0;
407
+ left: 0;
408
+ max-width: 100%;
409
+ padding: .75em 1em;
410
+ color: rgba(0, 0, 0, .4);
411
+ border-top: 1px solid rgba(0, 0, 0, .05) !important;
412
+ background: #fff;
413
+ }
414
+
415
+ .card-inverse .btn {
416
+ border: 1px solid rgba(0, 0, 0, .05);
417
+ }
418
+
419
+ .profile {
420
+ position: absolute;
421
+ top: -12px;
422
+ display: inline-block;
423
+ overflow: hidden;
424
+ box-sizing: border-box;
425
+ width: 25px;
426
+ height: 25px;
427
+ margin: 0;
428
+ border: 1px solid #fff;
429
+ border-radius: 50%;
430
+ }
431
+
432
+
433
+ .profile-inline ~ .card-title {
434
+ display: inline-block;
435
+ margin-left: 4px;
436
+ vertical-align: top;
437
+ }
438
+
439
+ .text-bold {
440
+ font-weight: 700;
441
+ }
442
+
443
+ .meta {
444
+ font-size: 1em;
445
+ color: rgba(0, 0, 0, .4);
446
+ }
447
+
448
+ .meta a {
449
+ text-decoration: none;
450
+ color: rgba(0, 0, 0, .4);
451
+ }
452
+
453
+ .meta a:hover {
454
+ color: rgba(0, 0, 0, .87);
455
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.31
4
+ version: 0.10.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2017-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll