Skip to content

Commit 09c9fae

Browse files
Update styling with new Backbase brand (#49)
1 parent e50db78 commit 09c9fae

File tree

17 files changed

+131
-118
lines changed

17 files changed

+131
-118
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
1818
restore-keys: |
1919
${{ runner.os }}-gems-
20-
- name: Set up Ruby 2.6
20+
- name: Set up Ruby 2.7
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 2.6.10
23+
ruby-version: 2.7
2424
- name: Bundle install
2525
run: |
2626
gem install bundler:2.2.12

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ gem "webrick", "~> 1.7"
3434

3535
gem "minimal-mistakes-jekyll"
3636

37-
gem 'bootstrap', '~> 5.0.0.beta3'
37+
gem 'bootstrap', '~> 5.2.3'
3838

3939
gem 'jekyll_asset_pipeline', '~> 0.6.2'

Gemfile.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (6.1.4.1)
5-
actionview (= 6.1.4.1)
6-
activesupport (= 6.1.4.1)
7-
rack (~> 2.0, >= 2.0.9)
4+
actionpack (7.0.4.3)
5+
actionview (= 7.0.4.3)
6+
activesupport (= 7.0.4.3)
7+
rack (~> 2.0, >= 2.2.0)
88
rack-test (>= 0.6.3)
99
rails-dom-testing (~> 2.0)
1010
rails-html-sanitizer (~> 1.0, >= 1.2.0)
11-
actionview (6.1.4.1)
12-
activesupport (= 6.1.4.1)
11+
actionview (7.0.4.3)
12+
activesupport (= 7.0.4.3)
1313
builder (~> 3.1)
1414
erubi (~> 1.4)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.1, >= 1.2.0)
17-
activesupport (6.1.4.1)
17+
activesupport (7.0.4.3)
1818
concurrent-ruby (~> 1.0, >= 1.0.2)
1919
i18n (>= 1.6, < 2)
2020
minitest (>= 5.1)
2121
tzinfo (~> 2.0)
22-
zeitwerk (~> 2.3)
2322
addressable (2.8.0)
2423
public_suffix (>= 2.0.2, < 5.0)
25-
autoprefixer-rails (10.2.5.0)
26-
execjs (< 2.8.0)
27-
bootstrap (5.0.0)
24+
autoprefixer-rails (10.4.13.0)
25+
execjs (~> 2)
26+
bootstrap (5.2.3)
2827
autoprefixer-rails (>= 9.1.0)
29-
popper_js (>= 2.9.2, < 3)
28+
popper_js (>= 2.11.6, < 3)
3029
sassc-rails (>= 2.0.0)
3130
builder (3.2.4)
3231
colorator (1.1.0)
@@ -35,9 +34,9 @@ GEM
3534
em-websocket (0.5.2)
3635
eventmachine (>= 0.12.9)
3736
http_parser.rb (~> 0.6.0)
38-
erubi (1.10.0)
37+
erubi (1.12.0)
3938
eventmachine (1.2.7)
40-
execjs (2.7.0)
39+
execjs (2.8.1)
4140
faraday (1.3.0)
4241
faraday-net_http (~> 1.0)
4342
multipart-post (>= 1.2, < 3)
@@ -94,12 +93,12 @@ GEM
9493
listen (3.4.1)
9594
rb-fsevent (~> 0.10, >= 0.10.3)
9695
rb-inotify (~> 0.9, >= 0.9.10)
97-
loofah (2.18.0)
96+
loofah (2.20.0)
9897
crass (~> 1.0.2)
9998
nokogiri (>= 1.5.9)
10099
mercenary (0.4.0)
101100
method_source (1.0.0)
102-
mini_portile2 (2.8.0)
101+
mini_portile2 (2.8.1)
103102
minima (2.5.1)
104103
jekyll (>= 3.5, < 5.0)
105104
jekyll-feed (~> 0.9)
@@ -111,35 +110,36 @@ GEM
111110
jekyll-include-cache (~> 0.1)
112111
jekyll-paginate (~> 1.1)
113112
jekyll-sitemap (~> 1.3)
114-
minitest (5.14.4)
113+
minitest (5.18.0)
115114
multipart-post (2.1.1)
116-
nokogiri (1.13.9)
115+
nokogiri (1.14.3)
117116
mini_portile2 (~> 2.8.0)
118117
racc (~> 1.4)
119-
nokogiri (1.13.9-x86_64-darwin)
118+
nokogiri (1.14.3-x86_64-darwin)
120119
racc (~> 1.4)
121120
octokit (4.20.0)
122121
faraday (>= 0.9)
123122
sawyer (~> 0.8.0, >= 0.5.3)
124123
pathutil (0.16.2)
125124
forwardable-extended (~> 2.6)
126-
popper_js (2.9.2)
125+
popper_js (2.11.7)
127126
public_suffix (4.0.6)
128-
racc (1.6.0)
129-
rack (2.2.4)
130-
rack-test (1.1.0)
131-
rack (>= 1.0, < 3)
127+
racc (1.6.2)
128+
rack (2.2.6.4)
129+
rack-test (2.1.0)
130+
rack (>= 1.3)
132131
rails-dom-testing (2.0.3)
133132
activesupport (>= 4.2.0)
134133
nokogiri (>= 1.6)
135-
rails-html-sanitizer (1.4.3)
136-
loofah (~> 2.3)
137-
railties (6.1.4.1)
138-
actionpack (= 6.1.4.1)
139-
activesupport (= 6.1.4.1)
134+
rails-html-sanitizer (1.5.0)
135+
loofah (~> 2.19, >= 2.19.1)
136+
railties (7.0.4.3)
137+
actionpack (= 7.0.4.3)
138+
activesupport (= 7.0.4.3)
140139
method_source
141-
rake (>= 0.13)
140+
rake (>= 12.2)
142141
thor (~> 1.0)
142+
zeitwerk (~> 2.5)
143143
rake (13.0.6)
144144
rb-fsevent (0.10.4)
145145
rb-inotify (0.10.1)
@@ -159,29 +159,29 @@ GEM
159159
sawyer (0.8.2)
160160
addressable (>= 2.3.5)
161161
faraday (> 0.8, < 2.0)
162-
sprockets (4.0.2)
162+
sprockets (4.2.0)
163163
concurrent-ruby (~> 1.0)
164-
rack (> 1, < 3)
165-
sprockets-rails (3.4.1)
164+
rack (>= 2.2.4, < 4)
165+
sprockets-rails (3.4.2)
166166
actionpack (>= 5.2)
167167
activesupport (>= 5.2)
168168
sprockets (>= 3.0.0)
169169
terminal-table (2.0.0)
170170
unicode-display_width (~> 1.1, >= 1.1.1)
171-
thor (1.1.0)
172-
tilt (2.0.10)
173-
tzinfo (2.0.4)
171+
thor (1.2.1)
172+
tilt (2.1.0)
173+
tzinfo (2.0.6)
174174
concurrent-ruby (~> 1.0)
175175
unicode-display_width (1.7.0)
176176
webrick (1.7.0)
177-
zeitwerk (2.5.1)
177+
zeitwerk (2.6.7)
178178

179179
PLATFORMS
180180
ruby
181181
x86_64-darwin-19
182182

183183
DEPENDENCIES
184-
bootstrap (~> 5.0.0.beta3)
184+
bootstrap (~> 5.2.3)
185185
jekyll (~> 4.2.0)
186186
jekyll-category-pages
187187
jekyll-paginate-v2

_includes/bb_engineering_logo.html

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
11
<span class="bb-engineering-logo">
2-
<svg class="d-lg-none" version="1.1" viewbox="0 0 28 20" xmlns="http://www.w3.org/2000/svg">
3-
<g transform="matrix(.0038972 0 0 -.0038972 0 16.264)">
4-
<path d="m5576.6 4164.3h-3622.5l519.86-907.23h208.92l30.38-0.81 2432.4-0.14c63.1 0 215.36-31.21 216.18-234.31v-1878.4c-0.82-203.53-153.08-234.29-216.18-234.29l-3066.9-7.391-1.63 769.72h2524.7v863.65l-2579.3-3.45-973.84 1639h-1048.8l1175.2-2047.1-1.19-2115.4h876.83v-0.82031h3582.3c403.34 0 638.04 351.4 638.04 1055.7v2190c0 604-234.7 911.2-694.58 911.2" fill="#c3222b" fill-rule="evenodd"/>
2+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.09 66.09">
3+
<g>
4+
<polygon
5+
points="9.49 20.83 18.98 20.83 18.98 11.34 18.98 1.85 9.49 1.85 0 1.85 0 11.34 9.49 11.34 9.49 20.83" />
6+
<path
7+
d="M38.98,32.76v-1.49c9.3-1.3,11.72-7.45,11.72-13.5,0-7.48-5.12-15.59-17.78-15.89h-7.61V11.34h7.61c6.69,.11,8.11,4.45,8,7.87-.23,7.66-3.67,7.88-9.59,8.05H9.49v37.96h22.69c15.26,0,20.38-8.65,20.38-17.68,0-7.72-2.7-13.39-13.58-14.79Zm-6.52,22.9h-13.31v-19.17h13.31c8.04,0,10.63,1.52,10.63,9.74,0,6.91-2.59,9.42-10.63,9.42Z" />
58
</g>
69
</svg>
7-
<svg class="d-none d-lg-block" version="1.1" viewbox="0 0 200 20" xmlns="http://www.w3.org/2000/svg">
8-
<g transform="matrix(.0038972 0 0 -.0038972 0 16.264)">
9-
<path d="m5576.6 4164.3h-3622.5l519.86-907.23h208.92l30.38-0.81 2432.4-0.14c63.1 0 215.36-31.21 216.18-234.31v-1878.4c-0.82-203.53-153.08-234.29-216.18-234.29l-3066.9-7.391-1.63 769.72h2524.7v863.65l-2579.3-3.45-973.84 1639h-1048.8l1175.2-2047.1-1.19-2115.4h876.83v-0.82031h3582.3c403.34 0 638.04 351.4 638.04 1055.7v2190c0 604-234.7 911.2-694.58 911.2" fill="#c3222b" fill-rule="evenodd"/>
10-
<g transform="scale(1.1944)">
11-
<path d="m15537 2154.1v376.21c4.3 161.13-147.5 204.32-185 204.32h-2038c-52.5 0-180.5-26.29-181.2-196.65v-383.88zm5.3-754.58h-2409.5v-1399.5h-755.2v2783.7c0 476.43 248.7 710.4 725.1 710.4h2555.3c430.5 0 641.9-257.06 641.9-763.09v-2731h-755.1l-2.5 1399.5" fill="#fff" fill-rule="evenodd"/>
12-
</g>
13-
<g transform="scale(1.8186)">
14-
<path d="m14334 919.13v-915.07h-496.1v2288.7h496.1v-879.01h867.4l521.6 879.67h576.5l-646.6-1125.7 646.6-1166.2h-572.8l-530.8 917.59h-861.9" fill="#fff" fill-rule="evenodd"/>
15-
</g>
16-
<g transform="scale(3.1484)">
17-
<path d="m14896 0v1325.5h1404v-289.81h-1119.6v-219.28h1119.6v-285.93h-1119.6v-242.45h1119.6v-288.02h-1404" fill="#fff" fill-rule="evenodd"/>
18-
</g>
19-
<g transform="scale(2.8247)">
20-
<path d="m15879 323.8c22.1 0 76.2 11.098 76.4 83.063v103.8c-0.2 72.032-54.3 82.929-76.4 82.929l-1016.2 0.287c-150.4 0-215.9 110.05-215.9 333.64v226.42c0 214.05 76.9 322.61 226.8 322.61h1426.2l-188.7-321.31-1068.6 0.62c-22.1 0-76-11.03-76.7-83.08v-80.078c0.7-72.104 54.6-83.015 76.7-83.015l990.1 0.51c166 0 249.3-97.812 249.3-330.82v-201.65c0-252.18-83.3-376.73-249.3-376.73h-1446.1l194.9 322.32 1097.5 0.492" fill="#fff" fill-rule="evenodd"/>
21-
</g>
22-
<g transform="scale(1.5033)">
23-
<path d="m16298 2167.2-2122-1.17c-41.9 0-143.3-20.76-144-155.87v-1249.5c0.7-135.39 102.1-155.85 144-155.85l2124.1 0.824v-600.74h-2410.7c-306.2 0-462.7 233.76-462.7 702.3v1456.9c0 401.79 156.5 606.15 462.7 606.15h2410.7v-603.51l-2.1 0.54" fill="#fff" fill-rule="evenodd"/>
24-
</g>
25-
<path d="m12890 2818c5.4-192.69-175.8-244.03-220.7-244.03l-2534.4 1.2v684.96l2534.4 0.62c44.9 0 226.1-51.38 220.7-243.69zm0-1666.3c5.4-192.89-175.8-244.52-220.7-244.52l-2534.4 1.25v763.11l2534.4 1.24c44.9 0 226.1-51.44 220.7-244.32zm923.9 2189.4c0 604.81-243.8 829.67-694.7 824.49h-3891.3v-4161.6h3891.3c450.9-1.1992 694.7 201.51 694.7 806.09v721.34c0 233.87-44.9 413.57-129.8 544.05 84.9 130.71 129.8 310.41 129.8 543.65v721.98" fill="#fff" fill-rule="evenodd"/>
26-
<g transform="scale(2.1332)">
27-
<path d="m15867 1321c2.3-90.33-82.7-114.4-103.7-114.4l-1188.1 0.57v321.08l1188.1 0.3c21 0 106-24.09 103.7-114.24zm0-781.12c2.3-90.422-82.7-114.62-103.7-114.62l-1188.1 0.586v357.72l1188.1 0.583c21 0 106-24.114 103.7-114.53zm432.9 1026.3c0 283.52-114.3 388.93-325.9 386.5h-1823.6v-1950.8h1823.6c211.6-0.56216 325.9 94.463 325.9 377.87v338.14c0 109.63-21 193.87-61 255.03 40 61.271 61 145.51 61 254.85v338.44" fill="#fff" fill-rule="evenodd"/>
28-
</g>
29-
<g transform="scale(2.4801)">
30-
<path d="m15933 1037.4-0.2 181.17c2 77.6-70.8 98.39-89.2 98.39h-981.2c-25.6 0-87-12.66-87.3-94.7v-184.86zm2.2-363.39h-1160.1v-673.98h-363.8v1340.6c0 229.44 120 342.11 349.4 342.11h1230.6c207 0 308.9-123.79 308.9-367.48v-1315.2h-363.9l-1.1 673.98" fill="#fff" fill-rule="evenodd"/>
31-
</g>
10+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="60.09 0 330.12 66.09" class="d-none d-lg-block">
11+
<g>
12+
<path
13+
d="M60.04,49.8c0-8.1,5.31-16.29,16.66-16.29,6.52,0,10.15,1.86,12.94,5.59v-12.1h-24.2v-8.38h33.51V55.85h5.59v9.31h-14.89v-4.65c-2.79,3.72-6.42,5.59-12.94,5.59-11.36,0-16.66-8.19-16.66-16.29Zm29.6,0c0-4.65-3.35-7.91-10.15-7.91s-10.15,3.26-10.15,7.91,3.35,7.91,10.15,7.91,10.15-3.26,10.15-7.91Z" />
14+
<path
15+
d="M108.72,41.89c0-14.61,7.17-24.2,20.85-24.2,12.19,0,19.36,7.54,19.36,18.62h-9.31c-.37-5.77-2.33-10.24-9.59-10.24-8.66,0-12.01,3.72-12.01,15.82s3.35,15.82,12.01,15.82c7.26,0,9.22-4.47,9.59-10.24h9.31c0,11.08-7.17,18.62-19.36,18.62-13.68,0-20.85-9.59-20.85-24.2Z" />
16+
<path
17+
d="M167.08,46.17v18.99h-9.31V0h9.31V37.79h7.26l13.03-19.18h11.26l-15.92,23.36,15.92,23.18h-11.26l-13.03-18.99h-7.26Z" />
18+
<path
19+
d="M249.18,41.89c0,13.68-5.31,24.2-20.39,24.2-6.52,0-11.08-2.51-13.87-6.52v5.59h-9.31V0h9.31V24.2c2.79-4,7.35-6.52,13.87-6.52,15.08,0,20.39,10.52,20.39,24.2Zm-9.31,0c0-11.17-3.35-15.82-12.47-15.82s-12.47,4.65-12.47,15.82,3.35,15.82,12.47,15.82,12.47-4.65,12.47-15.82Z" />
20+
<path
21+
d="M255.24,49.8c0-8.1,5.31-16.29,16.66-16.29,6.52,0,10.15,1.86,12.94,5.59v-12.1h-24.2v-8.38h33.51V55.85h5.59v9.31h-14.89v-4.65c-2.79,3.72-6.42,5.59-12.94,5.59-11.36,0-16.66-8.19-16.66-16.29Zm29.6,0c0-4.65-3.35-7.91-10.15-7.91s-10.15,3.26-10.15,7.91,3.35,7.91,10.15,7.91,10.15-3.26,10.15-7.91Z" />
22+
<path
23+
d="M306.71,60.13v-9.4c8.47,5.31,12.85,6.98,19.73,6.98,6.05,0,8.19-2.61,8.19-5.49,0-3.26-2.42-5.03-10.98-6.89-13.31-2.89-16.94-7.26-16.94-14.61,0-7.73,6.61-13.03,16.57-13.03,6.24,0,12.38,1.68,16.94,4.84v8.38c-6.8-3.35-12.75-4.84-17.87-4.84-4.75,0-6.33,2.05-6.33,4.37,0,2.61,1.21,4.37,9.12,6.52,13.78,3.72,18.8,6.61,18.8,15.17,0,7.91-6.61,13.96-17.5,13.96-7.26,0-12.94-1.4-19.73-5.96Z" />
24+
<path
25+
d="M350,41.89c0-14.61,5.77-24.2,20.11-24.2s20.11,8.66,20.11,23.27v5.12h-30.72c.65,6.52,3.26,11.64,14.15,11.64,3.72,0,7.35,0,13.4-1.68v8.19c-7.26,1.86-9.87,1.86-13.4,1.86-21.04,0-23.64-14.99-23.64-24.2Zm30.9-4.19c-.19-8.1-3.26-11.64-10.8-11.64s-10.33,4.1-10.8,11.64h21.6Z" />
3226
</g>
3327
</svg>
3428
<span class="visually-hidden">{{ site.title }}</span>

_includes/feature_row.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
{% assign teaser = site.teaser %}
1515
{% endif %}
1616

17-
<div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
17+
<div class="feature__item{% if include.type %}--{{ include.type }}{% endif %} card">
1818
<div class="archive__item">
1919
{% if teaser %}
20-
<div class="archive__item-teaser {{ post.header.teaser_class }}">
21-
<div class="card overflow-hidden">
22-
<img src="{{ teaser | relative_url }}" alt="{{ post.header.teaser_alt }}">
20+
<div class="archive__item-teaser {{ post.header.teaser_class }} m-0">
21+
<div class="overflow-hidden h-100">
22+
<img class="h-100" src="{{ teaser | relative_url }}" alt="{{ post.header.teaser_alt }}">
2323
</div>
2424
</div>
2525
{% endif %}
2626

27-
<div class="archive__item-body">
27+
<div class="archive__item-body card-body">
2828
{% if post.title %}
2929
<h2 class="archive__item-title">{{ post.title }}</h2>
3030
{% endif %}

_includes/head/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<link rel="preconnect" href="https://fonts.gstatic.com">
2-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet">
2+
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;700&display=swap" rel="stylesheet" data-optimized-fonts="true">
33
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% capture logo_path %}{{ site.logo }}{% endcapture %}
22

3-
<nav id="site-nav" class="navbar navbar-expand-lg navbar-dark bg-primary">
3+
<nav id="site-nav" class="navbar navbar-expand-lg navbar-dark">
44
<div class="container">
55
<div class="navbar-brand">
66
{% if site.bb_engineering_logo == true %}

_sass/abstract/_bootstrap.scss

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$primary: map-get($bb-palette, "dark-blue");
2-
$secondary: map-get($bb-palette, "red");
3-
$info: map-get($bb-palette, "bright-blue");
2+
$secondary: map-get($bb-palette, "electric-blue");
3+
$info: map-get($bb-palette, "blue");
44
$warning: map-get($bb-palette, "light-orange");
5-
$danger: map-get($bb-palette, "red");
5+
$danger: map-get($bb-palette, "blue");
66
$light: map-get($bb-palette, "offwhite");
77
$dark: map-get($bb-palette, "slate");
88

@@ -29,7 +29,7 @@ $figure-caption-color: $text-muted;
2929

3030
$link-color: map-get($bb-palette, "dark-blue");
3131

32-
$font-family-sans-serif: "Inter", sans-serif;
32+
$font-family-sans-serif: "Libre Franklin", sans-serif;
3333

3434
$headings-font-weight: 200;
3535

@@ -39,26 +39,28 @@ $btn-link-hover-color: $btn-link-color;
3939
$nav-link-color: $primary;
4040
$nav-link-hover-color: $nav-link-color;
4141

42-
$border-radius: .5rem;
43-
$border-radius-sm: .2rem;
42+
$border-radius: 0;
43+
$border-radius-sm: 0;
4444
$card-border-radius: $border-radius;
4545
$card-border-width: 0;
4646

4747
$enable-shadows: true;
4848

49+
$card-box-shadow: 0px 2px 3px rgba(0,0,0,.25);
50+
4951
$min-contrast-ratio: 2.8;
5052

5153
$navbar-dark-color: map-get($bb-palette, "white");
5254
$navbar-dark-hover-color: $navbar-dark-color;
5355
$navbar-nav-link-padding-x: 1rem;
5456

55-
$navbar-padding-y: 1.5rem;
57+
$navbar-padding-y: 2.3rem;
5658
$navbar-padding-x: 0;
5759

5860
$pagination-color: map-get($bb-palette, "white");
59-
$pagination-bg: map-get($bb-palette, "red");
61+
$pagination-bg: map-get($bb-palette, "blue");
6062
$pagination-hover-color: map-get($bb-palette, "white");
61-
$pagination-hover-bg: mix(black, map-get($bb-palette, "red"), 10%);
63+
$pagination-hover-bg: mix(black, map-get($bb-palette, "blue"), 10%);
6264
$pagination-border-width: 0;
6365

6466
$lead-font-size: 1.5em;

_sass/abstract/_variables.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
$bb-palette: (
2-
"dark-blue": #181E41,
3-
"bright-blue": #00A1E0,
2+
"dark-blue": #091C35,
3+
"electric-blue": #69FEFF,
44
"white": #ffffff,
5-
"red": #c22327,
6-
"dark-orange": #E24B2C,
7-
"mid-orange": #F2780C,
5+
"blue": #3366FF,
6+
"tangerine": #FF6047,
87
"light-orange": #FFAC09,
98
"slate": #302f2b,
109
"grey": #737373,
@@ -13,7 +12,7 @@ $bb-palette: (
1312
"offwhite": #f3f3f3
1413
);
1514

16-
$spacer: 1rem;
15+
$spacer: 1.5rem;
1716
$spacers: (
1817
0: 0,
1918
1: $spacer / 4,
@@ -23,7 +22,7 @@ $spacers: (
2322
5: $spacer * 3,
2423
);
2524

26-
$family-sans-serif: 'Inter', sans-serif;
25+
$family-sans-serif: 'Libre Franklin', sans-serif;
2726

2827
$footer-background-color: map-get($bb-palette, 'dark-blue');
2928
$footer-color: map-get($bb-palette, "white");
@@ -34,6 +33,8 @@ $button-text-color: map-get($bb-palette, 'dark-blue');
3433
$button-text-hover-color: map-get($bb-palette, 'dark-blue');
3534
$button-text-decoration: none;
3635
$button-text-hover-background-color: transparent;
36+
$btn-padding-y: map-get($spacers, 2);
37+
$btn-padding-x: map-get($spacers, 4);
3738

3839
$navbar-padding-y: 1rem;
3940
$navbar-padding-x: 1rem;

0 commit comments

Comments
 (0)