jumbo-jekyll-theme 3.0.20 → 3.0.21
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 +4 -4
- data/_sass/core/theme.scss +20 -20
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94da3e25503ad74281e7657c801b286f07fee7727c35a6f35076e933533d7050
|
4
|
+
data.tar.gz: 3c6e19c436cf020531e2d9fb47716f639a6a0a49a9bbeb43c00b0eefa78a8102
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b11a807549b23dabda6cf051511991145c908661b871c3d3c6afc50d2fc58e0dc295cc0510d85e01dfcbabf8541724760e9455a071e92de2f085b4ff38bd8a14
|
7
|
+
data.tar.gz: a941bfb1f5cc745e0ad373480f41f1b7ab0f09270b5cdb4f15cbf323a381c8c12474818c2eb0976165cf9161e06245b2302cf1d50b10e978a23ba4230a6127e6
|
data/_sass/core/theme.scss
CHANGED
@@ -9,10 +9,10 @@ body {
|
|
9
9
|
-webkit-font-smoothing: antialiased;
|
10
10
|
}
|
11
11
|
/* ------------ Main Container Style margin accounts for Nav ----------- */
|
12
|
-
|
12
|
+
.container-fluid.main{
|
13
13
|
overflow-x: hidden;
|
14
14
|
}
|
15
|
-
|
15
|
+
.container-fluid.home{
|
16
16
|
overflow-x: hidden;
|
17
17
|
}
|
18
18
|
// Iphone Bug Fix
|
@@ -186,13 +186,13 @@ p {
|
|
186
186
|
word-wrap: break-word;
|
187
187
|
}
|
188
188
|
|
189
|
-
|
189
|
+
.container-fluid p.justify {
|
190
190
|
font-size: 16px;
|
191
191
|
text-align: justify;
|
192
192
|
line-height: 1.66em;
|
193
193
|
}
|
194
194
|
|
195
|
-
|
195
|
+
.container-fluid h2 {
|
196
196
|
font-size: 30px;
|
197
197
|
color: #3D383E;
|
198
198
|
font-weight: 200;
|
@@ -218,13 +218,13 @@ p .justified{
|
|
218
218
|
}
|
219
219
|
// Content Container - container used for actual content
|
220
220
|
// Not for breadcrumb / nav / footer
|
221
|
-
|
221
|
+
.container-fluid {
|
222
222
|
background-color: $body-bg;
|
223
223
|
padding-top: 20px;
|
224
224
|
padding-bottom: 20px;
|
225
225
|
}
|
226
|
-
|
227
|
-
|
226
|
+
.container-fluid ul { font-size:18px; }
|
227
|
+
.container-fluid ol { font-size: 18px;}
|
228
228
|
// Padded row css
|
229
229
|
.padded-row {
|
230
230
|
padding: 100px 0;
|
@@ -423,7 +423,7 @@ button#c-submit-button {
|
|
423
423
|
font-size: 25px;
|
424
424
|
}
|
425
425
|
//Remove the padding from columns on mobile views
|
426
|
-
|
426
|
+
.container-fluid .col-md-3, .container-fluid .col-md-9 {
|
427
427
|
padding-left:0;
|
428
428
|
padding-right:0;
|
429
429
|
}
|
@@ -551,8 +551,8 @@ img.img-responsive.right-aligned-image {
|
|
551
551
|
}
|
552
552
|
|
553
553
|
/* Wordpress Styles */
|
554
|
-
|
555
|
-
|
554
|
+
.container-fluid blockquote, .container-fluid code, .container-fluid dl, .container-fluid fieldset,
|
555
|
+
.container-fluid p, .container-fluid pre, .container-fluid table{
|
556
556
|
margin-bottom: 25px;
|
557
557
|
}
|
558
558
|
|
@@ -567,12 +567,12 @@ ul#tab-row {
|
|
567
567
|
margin-bottom: 20px;
|
568
568
|
}
|
569
569
|
|
570
|
-
|
570
|
+
.container-fluid a:hover {
|
571
571
|
text-decoration: none;
|
572
572
|
color: darken($brand-primary, 20%);
|
573
573
|
}
|
574
574
|
|
575
|
-
|
575
|
+
.container-fluid ul {
|
576
576
|
color: #252525;
|
577
577
|
font-size: 16px;
|
578
578
|
}
|
@@ -601,32 +601,32 @@ blockquote:before {
|
|
601
601
|
}
|
602
602
|
|
603
603
|
|
604
|
-
|
604
|
+
.container-fluid h1 {
|
605
605
|
font-size: 36px;
|
606
606
|
margin-top: 0;
|
607
607
|
}
|
608
608
|
|
609
|
-
|
609
|
+
.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5 {
|
610
610
|
color: #393836;
|
611
611
|
}
|
612
612
|
|
613
613
|
/* Bootstrap Panels*/
|
614
|
-
|
614
|
+
.container-fluid .panel-body {
|
615
615
|
padding: 0;
|
616
616
|
border-radius: 0;
|
617
617
|
}
|
618
618
|
|
619
|
-
|
619
|
+
.container-fluid .panel.panel-primary {
|
620
620
|
padding: 0;
|
621
621
|
border-radius: 0px;
|
622
622
|
}
|
623
623
|
|
624
|
-
|
624
|
+
.container-fluid .panel-heading {
|
625
625
|
border-radius: 0px;
|
626
626
|
border: 1px solid $brand-primary;
|
627
627
|
}
|
628
628
|
|
629
|
-
|
629
|
+
.container-fluid h3.panel-title {
|
630
630
|
color: $navbar-text-color;
|
631
631
|
}
|
632
632
|
|
@@ -644,7 +644,7 @@ ul {
|
|
644
644
|
display: flex;
|
645
645
|
}
|
646
646
|
// Email Button
|
647
|
-
|
647
|
+
.container-fluid .email {
|
648
648
|
height: 50px;
|
649
649
|
background-color: $brand-primary;
|
650
650
|
width: 200px;
|
@@ -657,7 +657,7 @@ ul {
|
|
657
657
|
margin-right: auto;
|
658
658
|
transition: all 200ms ease;
|
659
659
|
}
|
660
|
-
|
660
|
+
.container-fluid .email:hover {
|
661
661
|
background-color: #3a3a3a;
|
662
662
|
border: 1px solid #000000;
|
663
663
|
color:white;
|