slow-steps 0.2.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_config.yml +3 -3
- data/_includes/contact-form.html +1 -1
- data/_includes/footer/footer.html +64 -7
- data/_includes/footer/footer_redesign.html +107 -0
- data/_includes/forms/mc-register.html +124 -110
- data/_includes/functions/calc-svg-coord.html +2 -0
- data/_includes/functions/reposition-svg-labels.html +44 -0
- data/_includes/head/descriptors/og-meta.html +0 -1
- data/_includes/head/descriptors/structured-data.html +3 -3
- data/_includes/head/descriptors/twitter-meta.html +1 -1
- data/_includes/{google-analytics.html → head/google-analytics.html} +9 -2
- data/_includes/head/head.html +13 -32
- data/_includes/head/stylesheets.html +20 -0
- data/_includes/image-post.html +1 -1
- data/_includes/navigation/global.html +56 -57
- data/_includes/scripts.html +10 -9
- data/_includes/vimeoPlayer.html +1 -2
- data/_layouts/about.html +6 -1
- data/_layouts/default.html +1 -1
- data/_layouts/env/clinician.html +6 -6
- data/_layouts/env/landing.html +4 -4
- data/_layouts/env/pwp.html +3 -3
- data/_layouts/faq.html +3 -0
- data/_layouts/feed.html +1 -1
- data/_layouts/post.html +1 -1
- data/_sass/_colors/README.md +27 -0
- data/_sass/_colors/_clinician.sass +7 -0
- data/_sass/_colors/_mixins.sass +14 -0
- data/_sass/_colors/_pwp.sass +6 -0
- data/_sass/{colors → _colors}/_variables.sass +9 -16
- data/_sass/_colors/collection.sass +3 -0
- data/_sass/_functions.sass +9 -0
- data/_sass/_mixins.sass +20 -8
- data/_sass/about.sass +9 -6
- data/_sass/breakpoints/about.sass +15 -6
- data/_sass/collage.sass +2 -1
- data/_sass/contact.sass +10 -41
- data/_sass/env/breakpoints/768.sass +16 -11
- data/_sass/env/clinician.sass +12 -7
- data/_sass/env/landing.sass +25 -10
- data/_sass/env/pwp.sass +11 -2
- data/_sass/faq.sass +11 -3
- data/_sass/feed.sass +4 -3
- data/_sass/footer.sass +174 -14
- data/_sass/footer_redesign.sass +349 -0
- data/_sass/forms/mc-forms.sass +12 -3
- data/_sass/global.sass +68 -28
- data/_sass/navigation/README.md +35 -0
- data/_sass/navigation/_variables.sass +8 -9
- data/_sass/navigation/{global.sass → base.sass} +34 -24
- data/_sass/navigation/breakpoints/1024.sass +48 -21
- data/_sass/navigation/burger.sass +9 -3
- data/_sass/navigation/clinician.sass +31 -0
- data/_sass/navigation/collection.sass +9 -0
- data/_sass/navigation/colors.sass +8 -0
- data/_sass/navigation/no-nav.sass +32 -0
- data/_sass/navigation/{env/pwp.sass → pwp.sass} +12 -16
- data/_sass/post.sass +1 -1
- data/_sass/typography/_variables.sass +5 -1
- data/_sass/typography/resets.sass +2 -2
- data/assets/css/env/gaitq_clinician.sass +24 -8
- data/assets/css/env/gaitq_landing.sass +21 -3
- data/assets/css/env/gaitq_pwp.sass +28 -8
- data/assets/css/gaitq_errors.sass +21 -3
- data/assets/css/gaitq_post.sass +5 -5
- data/assets/js/mobile-nav-slider.js +1 -1
- data/assets/js/svg_text_width.js +4 -4
- metadata +20 -31
- data/_includes/footer/footer_full.html +0 -79
- data/_includes/functions/pull_page_args.html +0 -31
- data/_includes/head/env/conditional.html +0 -2
- data/_sass/colors/breakpoints/1024.sass +0 -20
- data/_sass/colors/burger.sass +0 -22
- data/_sass/colors/env/_clinician.sass +0 -16
- data/_sass/colors/env/_pwp.sass +0 -16
- data/_sass/colors/global.sass +0 -2
- data/_sass/colors/navigation.sass +0 -13
- data/_sass/footer_full.sass +0 -173
- data/_sass/navigation/env/clinician.sass +0 -38
- data/_sass/navigation/env/landing.sass +0 -19
- data/assets/css/gaitq_about.sass +0 -22
- data/assets/css/gaitq_feed.sass +0 -12
- data/assets/css/gaitq_global.sass +0 -34
- data/assets/fonts/.DS_Store +0 -0
- data/assets/fonts/Quicksand/OFL.txt +0 -93
- data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
- data/assets/fonts/Quicksand/README.txt +0 -67
- data/assets/fonts/Quicksand/static/Quicksand-Bold.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Light.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Medium.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Regular.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/.DS_Store +0 -0
data/_layouts/env/landing.html
CHANGED
@@ -34,8 +34,8 @@ Last full read through 27/12/2020
|
|
34
34
|
<div class="landing__strap">
|
35
35
|
<p>{{ site.data.copy.landing.landing.pwp }}</p>
|
36
36
|
<div class="landing__cta">
|
37
|
-
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url }}">
|
38
|
-
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url }}">More Info</a>
|
37
|
+
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url | relative_url }}">{{ cta.name }}</a>
|
38
|
+
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url | relative_url }}">More Info</a>
|
39
39
|
</div>
|
40
40
|
</div>
|
41
41
|
|
@@ -68,8 +68,8 @@ Last full read through 27/12/2020
|
|
68
68
|
<div class="landing__strap">
|
69
69
|
<p>{{ site.data.copy.landing.landing.clinician }}</p>
|
70
70
|
<div class="landing__cta">
|
71
|
-
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url }}">
|
72
|
-
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url }}">More Info</a>
|
71
|
+
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url | relative_url }}">{{ cta.name }}</a>
|
72
|
+
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url | relative_url }}">More Info</a>
|
73
73
|
</div>
|
74
74
|
</div>
|
75
75
|
|
data/_layouts/env/pwp.html
CHANGED
@@ -87,7 +87,7 @@ Last full read through 27/12/2020
|
|
87
87
|
|
88
88
|
<div class="segment__left">
|
89
89
|
<div class="segment__gaurentee center-text">
|
90
|
-
<div data-aos="
|
90
|
+
<div data-aos="zoom-in">
|
91
91
|
{% include branding/site-logo.svg %}</div>
|
92
92
|
<p data-aos="fade-in" class="strap__guarantee">
|
93
93
|
{{ description }}</p></div>
|
@@ -100,9 +100,9 @@ Last full read through 27/12/2020
|
|
100
100
|
|
101
101
|
</div>
|
102
102
|
|
103
|
-
<div class="segment__right augmented-image" >
|
103
|
+
<div class="segment__right augmented-image svg__labels--red augment-not-fullwidth" >
|
104
104
|
|
105
|
-
{% include image.html image="guarantee" alt="Describe the image" class="hero__image image--guarantee
|
105
|
+
{% include image.html image="guarantee" alt="Describe the image" class="hero__image image--guarantee"%}
|
106
106
|
|
107
107
|
|
108
108
|
</div>
|
data/_layouts/faq.html
CHANGED
@@ -27,6 +27,8 @@ layout: default
|
|
27
27
|
|
28
28
|
<div class="faq__wrapper">
|
29
29
|
{% for faq in site.data.faq %}
|
30
|
+
|
31
|
+
{% if faq.display == 'all' or faq.display == page.env %}
|
30
32
|
<div class="faq__panel">
|
31
33
|
<div class="faq__question">
|
32
34
|
<h4 class="faq__question--title">{{ faq.question }}</h4><i class="fas fa-chevron-down"></i>
|
@@ -36,6 +38,7 @@ layout: default
|
|
36
38
|
<p>{{ faq.answer }}</p>
|
37
39
|
</div>
|
38
40
|
</div>
|
41
|
+
{% endif %}
|
39
42
|
{% endfor %}
|
40
43
|
</div>
|
41
44
|
|
data/_layouts/feed.html
CHANGED
@@ -18,7 +18,7 @@ layout: default
|
|
18
18
|
|
19
19
|
{% for post in site.posts %}
|
20
20
|
|
21
|
-
<div class="feed__card">
|
21
|
+
<div class="feed__card" data-aos="fade-up">
|
22
22
|
|
23
23
|
<div class="feed__card__image">
|
24
24
|
{% picture thumb {{ post.image | prepend: 'posts/' }} --alt {{ post.alt }} --img class="feed__card--image" %}
|
data/_layouts/post.html
CHANGED
@@ -8,7 +8,7 @@ layout: default
|
|
8
8
|
|
9
9
|
<div class="post__title">
|
10
10
|
<h1 >{{ page.title }}</h1>
|
11
|
-
<p class="post__meta">{{ site.data.authors[page.author].name }} | {{ site.data.authors[page.author].email }} | {{ page.date | date: "%d-%m-%y" }}</p>
|
11
|
+
<p class="post__meta">{%- if page.author -%}{{ site.data.authors[page.author].name }} | {{ site.data.authors[page.author].email }}{%- else -%}{{ site.data.authors.default.name }} | {{ site.data.authors.default.email }}{% endif %} | {{ page.date | date: "%d-%m-%y" }}</p>
|
12
12
|
</div>
|
13
13
|
</section>
|
14
14
|
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# Color definitions
|
2
|
+
|
3
|
+
Everything here should be rgb(a) color definitions using sass variables,
|
4
|
+
|
5
|
+
```sass
|
6
|
+
$var-name: rgba(r, g, b, a)
|
7
|
+
```
|
8
|
+
|
9
|
+
## _variables.sass
|
10
|
+
|
11
|
+
Site wide color definitions, avoid changing these variables. If we want to change the color of an element then either using a pre-existing sass variable, or creating a new one, change the actual element css to the new sass color variable.
|
12
|
+
|
13
|
+
## _mixins.sass
|
14
|
+
|
15
|
+
Color combination mixins.
|
16
|
+
|
17
|
+
## collection.sass
|
18
|
+
|
19
|
+
Collection of the above definitions.
|
20
|
+
|
21
|
+
## _clinician.sass
|
22
|
+
|
23
|
+
Theme colouring for clinician environments. We import collection.sass and define `$env-primary` and `$env-secondary`.
|
24
|
+
|
25
|
+
## _pwp.sass
|
26
|
+
|
27
|
+
Theme colouring for pwp environments. We import collection.sass and define `$env-primary` and `$env-secondary`.
|
@@ -6,18 +6,21 @@
|
|
6
6
|
*
|
7
7
|
*/
|
8
8
|
|
9
|
+
// $var-name: rgba(r, g, b, a) only
|
10
|
+
|
9
11
|
// Oxford Product Design
|
10
12
|
|
11
13
|
// #46627d
|
12
|
-
$opd-blue
|
14
|
+
$opd-blue: rgba(70, 98, 125, 1)
|
13
15
|
|
14
16
|
// #da5e51
|
15
|
-
$opd-
|
17
|
+
$opd-coral: rgba(218, 94, 81, 1)
|
16
18
|
|
17
|
-
// #
|
18
|
-
$opd-blue
|
19
|
+
// #a3dbf5
|
20
|
+
$opd-light-blue: rgba(174, 201, 229, 1)
|
19
21
|
|
20
|
-
|
22
|
+
// #b3b2b2
|
23
|
+
$opd-grey: rgba(179, 178, 178, 1)
|
21
24
|
|
22
25
|
|
23
26
|
// Socials
|
@@ -51,14 +54,4 @@ $grey: rgb(130, 130, 130)
|
|
51
54
|
|
52
55
|
$led: rgb(255, 70, 0)
|
53
56
|
|
54
|
-
|
55
|
-
// Object colors
|
56
|
-
|
57
|
-
$secondary-navbar-color: rgba(255, 255, 255, .8)
|
58
|
-
|
59
|
-
|
60
|
-
// Color set mixins
|
61
|
-
|
62
|
-
@mixin opd-blue-trust
|
63
|
-
background-color: $opd-blue-trust
|
64
|
-
color: $opd-blue-confidence
|
57
|
+
$image-blend: rgb(73, 100, 122)
|
data/_sass/_functions.sass
CHANGED
@@ -1,2 +1,11 @@
|
|
1
1
|
@function url-friendly-colour($colour)
|
2
2
|
@return '%23' + str-slice('#{$colour}', 2, -1)
|
3
|
+
|
4
|
+
|
5
|
+
// Remove the unit of a length
|
6
|
+
// https://css-tricks.com/snippets/sass/strip-unit-function/
|
7
|
+
@function strip-unit($number)
|
8
|
+
@if type-of($number) == 'number' and not unitless($number)
|
9
|
+
@return $number / ($number * 0 + 1)
|
10
|
+
|
11
|
+
@return $number
|
data/_sass/_mixins.sass
CHANGED
@@ -18,7 +18,9 @@
|
|
18
18
|
opacity: .6
|
19
19
|
|
20
20
|
@mixin image-filter-rotate
|
21
|
-
|
21
|
+
mix-blend-mode: screen
|
22
|
+
filter: grayscale(1)
|
23
|
+
//contrast(.5) brightness(1.3) sepia(.6) hue-rotate(180deg) opacity(.5)
|
22
24
|
|
23
25
|
// Applied to an overlaying div
|
24
26
|
@mixin image-filter--blur
|
@@ -31,8 +33,9 @@
|
|
31
33
|
// Landing page animations - hover and focus
|
32
34
|
|
33
35
|
@mixin reveal-landing-strap
|
34
|
-
height:
|
35
|
-
|
36
|
+
height: auto
|
37
|
+
max-height: 400px
|
38
|
+
|
36
39
|
|
37
40
|
// Snappy build function, see /_sass/_variables.sass for $bezier-snap
|
38
41
|
@mixin build-in($name)
|
@@ -68,18 +71,18 @@
|
|
68
71
|
@mixin logo-primary-colors
|
69
72
|
.site__logo--group
|
70
73
|
.site__logo--curve
|
71
|
-
fill: $opd-
|
74
|
+
fill: $opd-coral
|
72
75
|
.site__logo--legvert
|
73
|
-
fill: $opd-blue
|
76
|
+
fill: $opd-blue
|
74
77
|
.site__logo--leg45
|
75
|
-
fill: $opd-blue
|
78
|
+
fill: $opd-light-blue
|
76
79
|
.site__logo--g,
|
77
80
|
.site__logo--a,
|
78
81
|
.site__logo__i,
|
79
82
|
.site__logo--t
|
80
|
-
fill: $opd-blue
|
83
|
+
fill: $opd-blue
|
81
84
|
.site__logo--Q
|
82
|
-
fill: $opd-
|
85
|
+
fill: $opd-coral
|
83
86
|
|
84
87
|
|
85
88
|
|
@@ -101,3 +104,12 @@
|
|
101
104
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='1278' height='600' %3E%3Cpath d='M1019,600 C1019,600 1019,600 1019,600 C1019,600 1279,600 1279,600 C1279,600 1279,0 1279,0 C1279,0 413,0 413,0 C413,0 413,0 413,0' fill= '#{url-friendly-colour($footer-bg-color)}' fill-opacity='0.99'/%3E%3Cpath d='M1220,600 C1220,600 0,600 0,600 C0,600 0,0 0,0 C0,0 414,0 414,0 C414,0 1020,600 1020,600' fill= '#{url-friendly-colour($footer-bg-color)}' /%3E%3C/svg%3E")
|
102
105
|
background-position: center
|
103
106
|
background-size: cover
|
107
|
+
|
108
|
+
|
109
|
+
@mixin text-shadow
|
110
|
+
text-shadow: 3px 3px 6px rgba($pure-black, .2)
|
111
|
+
|
112
|
+
|
113
|
+
@mixin navbar-color
|
114
|
+
backdrop-filter: blur(20px)
|
115
|
+
background-color: $secondary-navbar-color
|
data/_sass/about.sass
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
|
36
36
|
.about--video
|
37
37
|
width: 100vw
|
38
|
-
background-color: $opd-grey
|
38
|
+
//background-color: $opd-grey
|
39
39
|
display: flex
|
40
40
|
flex-direction: column
|
41
41
|
padding: 5rem 0
|
@@ -45,6 +45,7 @@
|
|
45
45
|
color: $env-primary
|
46
46
|
text-align: center
|
47
47
|
padding: 1rem
|
48
|
+
|
48
49
|
.video__container
|
49
50
|
display: block
|
50
51
|
position: relative
|
@@ -64,7 +65,7 @@
|
|
64
65
|
display: flex
|
65
66
|
flex-direction: column
|
66
67
|
background-color: $pure-white
|
67
|
-
border-top: solid 1px $opd-blue
|
68
|
+
border-top: solid 1px $opd-blue
|
68
69
|
|
69
70
|
.about__team--title
|
70
71
|
padding-top: 3rem
|
@@ -73,14 +74,14 @@
|
|
73
74
|
|
74
75
|
.team__head
|
75
76
|
align-items: flex-end
|
76
|
-
border-bottom: solid 1px $opd-blue
|
77
|
+
border-bottom: solid 1px $opd-blue
|
77
78
|
display: flex
|
78
79
|
height: 10rem
|
79
80
|
justify-content: space-around
|
80
81
|
width: 100vw
|
81
82
|
|
82
83
|
.team__title
|
83
|
-
color: $opd-blue
|
84
|
+
color: $opd-blue
|
84
85
|
padding-bottom: 2rem
|
85
86
|
transition: .4s ease-out
|
86
87
|
cursor: pointer
|
@@ -92,7 +93,7 @@
|
|
92
93
|
color: $env-primary
|
93
94
|
padding-bottom: 2.3rem
|
94
95
|
i
|
95
|
-
text-shadow
|
96
|
+
@include text-shadow
|
96
97
|
font-size: $font-size * 1.5
|
97
98
|
|
98
99
|
.team__title.team__title--active
|
@@ -111,7 +112,7 @@
|
|
111
112
|
|
112
113
|
.team__members
|
113
114
|
background-color: $white
|
114
|
-
color: $opd-blue
|
115
|
+
color: $opd-blue
|
115
116
|
padding-top: 10rem
|
116
117
|
|
117
118
|
.single__member
|
@@ -149,6 +150,7 @@
|
|
149
150
|
display: flex
|
150
151
|
align-items: center
|
151
152
|
color: $grey
|
153
|
+
font-size: $font-size
|
152
154
|
|
153
155
|
.member__socials
|
154
156
|
align-items: center
|
@@ -193,6 +195,7 @@
|
|
193
195
|
font-size: $font-size * .6
|
194
196
|
|
195
197
|
.info__reveal
|
198
|
+
align-items: baseline
|
196
199
|
height: $font-size * 1
|
197
200
|
padding-bottom: $font-size * 2
|
198
201
|
transform: translateY(0)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
@media screen and ( min-width:
|
2
|
+
@media screen and ( min-width: 1024px )
|
3
3
|
|
4
4
|
.about--copy
|
5
5
|
max-width: 800px
|
@@ -20,12 +20,21 @@
|
|
20
20
|
text-align: left
|
21
21
|
|
22
22
|
.video__container
|
23
|
+
display: block
|
24
|
+
position: relative
|
25
|
+
width: 100%
|
23
26
|
padding-top: 56.25%
|
24
|
-
|
27
|
+
background-color: $env-primary
|
28
|
+
iframe
|
29
|
+
position: absolute
|
30
|
+
margin: auto
|
31
|
+
width: 75%
|
32
|
+
height: 100%
|
33
|
+
|
25
34
|
|
26
35
|
.team__head
|
27
36
|
border-bottom: none
|
28
|
-
border-right: solid 1px $opd-blue
|
37
|
+
border-right: solid 1px $opd-blue
|
29
38
|
display: block
|
30
39
|
height: auto
|
31
40
|
width: auto
|
@@ -49,7 +58,7 @@
|
|
49
58
|
padding: 2rem 4rem 2rem 2rem
|
50
59
|
transform: rotate(0)
|
51
60
|
white-space: nowrap
|
52
|
-
color: $opd-blue
|
61
|
+
color: $opd-blue
|
53
62
|
border: solid 1px rgba($env-primary, 0)
|
54
63
|
margin: 2rem 0
|
55
64
|
&:not(.team__title--active)
|
@@ -71,7 +80,7 @@
|
|
71
80
|
|
72
81
|
.team__members
|
73
82
|
//padding: 10rem
|
74
|
-
color: $opd-blue
|
83
|
+
color: $opd-blue
|
75
84
|
background-color: $white
|
76
85
|
|
77
86
|
.team__title--active
|
@@ -80,7 +89,7 @@
|
|
80
89
|
padding-right: 1rem !important
|
81
90
|
color: $env-primary !important
|
82
91
|
background-color: $white
|
83
|
-
border: solid 1px $opd-blue
|
92
|
+
border: solid 1px $opd-blue
|
84
93
|
border-right: solid 1px $white
|
85
94
|
transform: translateX(1px)
|
86
95
|
text-align: right
|
data/_sass/collage.sass
CHANGED
@@ -60,6 +60,7 @@
|
|
60
60
|
|
61
61
|
.collage__image__wrap-2
|
62
62
|
height: 50%
|
63
|
+
top: 0
|
63
64
|
width: 40%
|
64
65
|
left: 30%
|
65
66
|
animation-delay: 100ms
|
@@ -115,7 +116,7 @@ p.job__links
|
|
115
116
|
background-color: $env-primary
|
116
117
|
padding: 1rem 2.5rem
|
117
118
|
border-radius: 8px
|
118
|
-
font-weight:
|
119
|
+
font-weight: $heavy-font
|
119
120
|
margin-right: 3rem
|
120
121
|
@include default-trans
|
121
122
|
&:hover
|
data/_sass/contact.sass
CHANGED
@@ -17,7 +17,9 @@
|
|
17
17
|
padding: 0 1rem
|
18
18
|
|
19
19
|
.form-instruction
|
20
|
-
padding-bottom:
|
20
|
+
padding-bottom: $font-size
|
21
|
+
padding-top: $lg-font-size
|
22
|
+
color: $env-primary
|
21
23
|
|
22
24
|
.contact-form
|
23
25
|
width: 100%
|
@@ -30,7 +32,7 @@
|
|
30
32
|
padding: 2rem
|
31
33
|
label
|
32
34
|
font-size: $font-size * .8
|
33
|
-
color: $
|
35
|
+
color: $env-secondary
|
34
36
|
|
35
37
|
.google-map
|
36
38
|
width: 100%
|
@@ -52,20 +54,22 @@
|
|
52
54
|
.fas
|
53
55
|
color: $env-primary
|
54
56
|
a
|
55
|
-
color: $
|
57
|
+
color: $env-secondary
|
56
58
|
transition: all .2s ease-in-out
|
57
59
|
//text-decoration: none
|
58
60
|
&:hover
|
59
61
|
color: $env-primary
|
60
62
|
.social-media-link
|
61
|
-
font-size: $font-size
|
63
|
+
font-size: $lg-font-size
|
64
|
+
color: $env-secondary
|
65
|
+
padding-right: $lg-font-size
|
62
66
|
|
63
67
|
.form-element
|
64
68
|
width: 100%
|
65
69
|
height: 40px
|
66
70
|
border-radius: 4px
|
67
71
|
//font-size: 1rem
|
68
|
-
font-weight:
|
72
|
+
font-weight: $medium-font
|
69
73
|
margin: 2vh 0
|
70
74
|
border: none
|
71
75
|
background-color: $pure-white
|
@@ -87,22 +91,6 @@
|
|
87
91
|
width: auto
|
88
92
|
position: relative
|
89
93
|
|
90
|
-
.social-media
|
91
|
-
display: flex
|
92
|
-
justify-content: center
|
93
|
-
padding: 0
|
94
|
-
margin: 0
|
95
|
-
z-index: 9999
|
96
|
-
|
97
|
-
.social-media-item
|
98
|
-
list-style: none
|
99
|
-
padding-right: 2rem
|
100
|
-
|
101
|
-
.social-media-link
|
102
|
-
color: $grey
|
103
|
-
transition: all .3s ease-in-out
|
104
|
-
|
105
|
-
|
106
94
|
|
107
95
|
@media screen and ( min-width: 1024px )
|
108
96
|
|
@@ -120,9 +108,6 @@
|
|
120
108
|
width: 60%
|
121
109
|
padding: 0 5rem
|
122
110
|
|
123
|
-
.form-instruction
|
124
|
-
padding-bottom: 2rem
|
125
|
-
|
126
111
|
.contact-form
|
127
112
|
width: 100%
|
128
113
|
display: block
|
@@ -155,7 +140,6 @@
|
|
155
140
|
.fas
|
156
141
|
color: $env-primary
|
157
142
|
a
|
158
|
-
color: $black
|
159
143
|
transition: all .2s ease-in-out
|
160
144
|
text-decoration: none
|
161
145
|
&:hover
|
@@ -168,7 +152,7 @@
|
|
168
152
|
height: 40px
|
169
153
|
border-radius: 4px
|
170
154
|
//font-size: 1rem
|
171
|
-
font-weight:
|
155
|
+
font-weight: $medium-font
|
172
156
|
margin: 2vh 0
|
173
157
|
border: none
|
174
158
|
background-color: $pure-white
|
@@ -210,18 +194,3 @@
|
|
210
194
|
&::after
|
211
195
|
opacity: 1
|
212
196
|
transition: all 0.3s
|
213
|
-
|
214
|
-
.social-media
|
215
|
-
display: flex
|
216
|
-
justify-content: flex-start
|
217
|
-
padding: 0
|
218
|
-
margin: 0
|
219
|
-
z-index: 9999
|
220
|
-
|
221
|
-
.social-media-item
|
222
|
-
list-style: none
|
223
|
-
padding-right: 2rem
|
224
|
-
|
225
|
-
.social-media-link
|
226
|
-
color: $grey
|
227
|
-
transition: all .3s ease-in-out
|