Skip to content

Commit c5dbe19

Browse files
committed
update hex alignment, update case study border, update integration alignment
1 parent 14a5feb commit c5dbe19

10 files changed

Lines changed: 89 additions & 91 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.6)
4+
activesupport (5.0.0)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
56
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
98
tzinfo (~> 1.1)
109
addressable (2.4.0)
1110
coffee-script (2.4.1)
1211
coffee-script-source
1312
execjs
1413
coffee-script-source (1.10.0)
1514
colorator (0.1)
15+
concurrent-ruby (1.0.2)
1616
ethon (0.9.0)
1717
ffi (>= 1.3.0)
1818
execjs (2.7.0)
1919
faraday (0.9.2)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.10)
21+
ffi (1.9.14)
2222
gemoji (2.1.0)
23-
github-pages (84)
23+
github-pages (86)
2424
github-pages-health-check (= 1.1.0)
2525
jekyll (= 3.1.6)
2626
jekyll-coffeescript (= 1.0.1)
2727
jekyll-feed (= 0.5.1)
2828
jekyll-gist (= 1.4.0)
2929
jekyll-github-metadata (= 2.0.2)
30-
jekyll-mentions (= 1.1.2)
30+
jekyll-mentions (= 1.1.3)
3131
jekyll-paginate (= 1.1.0)
3232
jekyll-redirect-from (= 0.10.0)
3333
jekyll-sass-converter (= 1.3.0)
@@ -38,16 +38,16 @@ GEM
3838
liquid (= 3.0.6)
3939
listen (= 3.0.6)
4040
mercenary (~> 0.3)
41-
rouge (= 1.10.1)
41+
rouge (= 1.11.1)
4242
terminal-table (~> 1.4)
4343
github-pages-health-check (1.1.0)
4444
addressable (~> 2.3)
4545
net-dns (~> 0.8)
4646
octokit (~> 4.0)
4747
public_suffix (~> 1.4)
4848
typhoeus (~> 0.7)
49-
html-pipeline (2.4.1)
50-
activesupport (>= 2, < 5)
49+
html-pipeline (2.4.2)
50+
activesupport (>= 2)
5151
nokogiri (>= 1.4)
5252
i18n (0.7.0)
5353
jekyll (3.1.6)
@@ -67,7 +67,7 @@ GEM
6767
jekyll-github-metadata (2.0.2)
6868
jekyll (~> 3.1)
6969
octokit (~> 4.0)
70-
jekyll-mentions (1.1.2)
70+
jekyll-mentions (1.1.3)
7171
html-pipeline (~> 2.3)
7272
jekyll (~> 3.0)
7373
jekyll-paginate (1.1.0)
@@ -106,7 +106,7 @@ GEM
106106
rb-fsevent (0.9.7)
107107
rb-inotify (0.9.7)
108108
ffi (>= 0.5.0)
109-
rouge (1.10.1)
109+
rouge (1.11.1)
110110
safe_yaml (1.0.4)
111111
sass (3.4.19)
112112
sawyer (0.7.0)
@@ -126,9 +126,9 @@ PLATFORMS
126126
ruby
127127

128128
DEPENDENCIES
129-
github-pages (= 84)
129+
github-pages (= 86)
130130
json
131131
scss_lint
132132

133133
BUNDLED WITH
134-
1.10.6
134+
1.12.5

_sass/components/_buttons.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@
7373
}
7474
}
7575

76+
.btn--outline-primary {
77+
border-color: $color-blue;
78+
background: transparent;
79+
color: $color-dark-blue;
80+
81+
&:hover {
82+
background: $color-dark-blue;
83+
color: $color-white;
84+
}
85+
}
86+
7687
.btn--outline-alt {
7788
border-color: $color-dark-green;
7889
background: transparent;

_sass/components/_case-studies.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.case-study-logos .case-study {
24-
padding: rem-calc(0 20 40);
24+
padding: rem-calc(0 40 40);
2525
text-align: center;
2626
}
2727

_sass/layout/_page-section.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
@include roboto;
4040
position: relative;
4141
min-height: rem-calc(44);
42-
padding: rem-calc(12 0 0 60);
42+
padding: rem-calc(14 0 0 60);
4343
background: url('../img/hexagon.svg') no-repeat;
4444
font-size: $font-size-gamma;
4545
font-weight: 400;
46-
line-height: 1.2;
46+
line-height: 1.0;
4747

4848
&:before {
4949
@include roboto-condensed;

_sass/utils/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
$color-white: #fff;
1111

12-
$color-blue: #2da7ef;
12+
$color-blue: #37b6e9;
1313
$color-dark-blue: #227db3;
1414
$color-curious-blue: #25aae1;
1515

css/styles.css

Lines changed: 47 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)