slow-steps 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +215 -0
- data/_config.yml +55 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/branding/site-logo.svg +51 -0
- data/_includes/env_filter.html +10 -0
- data/_includes/errors/robot-403.svg +26 -0
- data/_includes/errors/robot-404.svg +28 -0
- data/_includes/errors/robot-405.svg +27 -0
- data/_includes/footer/footer.html +22 -0
- data/_includes/footer/footer_full.html +43 -0
- data/_includes/forms/mc-register.html +157 -0
- data/_includes/head/.DS_Store +0 -0
- data/_includes/head/README.md +31 -0
- data/_includes/head/descriptors/og-meta.html +74 -0
- data/_includes/head/descriptors/structured-data.html +124 -0
- data/_includes/head/descriptors/twitter-meta.html +17 -0
- data/_includes/head/env/conditional.html +2 -0
- data/_includes/head/head.html +78 -0
- data/_includes/image.html +10 -0
- data/_includes/link.html +1 -0
- data/_includes/navigation/global.html +48 -0
- data/_includes/scripts.html +21 -0
- data/_layouts/about.html +143 -0
- data/_layouts/compress.html +11 -0
- data/_layouts/default.html +19 -0
- data/_layouts/env/clinician.html +48 -0
- data/_layouts/env/landing.html +68 -0
- data/_layouts/env/pwp.html +83 -0
- data/_layouts/error-page.html +10 -0
- data/_layouts/feed.html +39 -0
- data/_layouts/post.html +26 -0
- data/_layouts/register.html +10 -0
- data/_sass/about.sass +178 -0
- data/_sass/aos-overrides.sass +5 -0
- data/_sass/breakpoints/about.sass +78 -0
- data/_sass/colors/_variables.sass +43 -0
- data/_sass/colors/breakpoints/768.sass +20 -0
- data/_sass/colors/burger.sass +22 -0
- data/_sass/colors/env/_clinician.sass +16 -0
- data/_sass/colors/env/_pwp.sass +16 -0
- data/_sass/colors/navigation.sass +13 -0
- data/_sass/env/breakpoints/768.sass +79 -0
- data/_sass/env/clinician.sass +150 -0
- data/_sass/env/landing.sass +180 -0
- data/_sass/env/pwp.sass +181 -0
- data/_sass/error-page.sass +109 -0
- data/_sass/feed.sass +58 -0
- data/_sass/footer.sass +23 -0
- data/_sass/footer_full.sass +82 -0
- data/_sass/forms/mc-forms.sass +193 -0
- data/_sass/global.sass +55 -0
- data/_sass/navigation/_variables.sass +30 -0
- data/_sass/navigation/breakpoints/768.sass +84 -0
- data/_sass/navigation/burger.sass +38 -0
- data/_sass/navigation/env/clinician.sass +45 -0
- data/_sass/navigation/env/landing.sass +19 -0
- data/_sass/navigation/env/pwp.sass +46 -0
- data/_sass/navigation/global.sass +69 -0
- data/_sass/post.sass +69 -0
- data/_sass/typography/_variables.sass +21 -0
- data/_sass/typography/branding.sass +1 -0
- data/_sass/typography/resets.sass +40 -0
- data/assets/css/env/gaitq_clinician.sass +30 -0
- data/assets/css/env/gaitq_landing.sass +13 -0
- data/assets/css/env/gaitq_pwp.sass +30 -0
- data/assets/css/gaitq_errors.sass +8 -0
- data/assets/css/gaitq_feed.sass +12 -0
- data/assets/css/gaitq_global.sass +30 -0
- data/assets/css/gaitq_post.sass +12 -0
- data/assets/css/img_handler.sass +5 -0
- data/assets/fonts/.DS_Store +0 -0
- data/assets/fonts/Quicksand/OFL.txt +93 -0
- data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
- data/assets/fonts/Quicksand/README.txt +67 -0
- 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/assets/fonts/fontawesome-free-5.11.2-web/css/.DS_Store +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css +5856 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.svg +3496 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.svg +803 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.svg +4667 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/js/animate_after_load.js +1 -0
- data/assets/js/calc-mobile-viewport.js +6 -0
- data/assets/js/mobile-nav-slider.js +24 -0
- data/assets/vendor/aos/aos.css +1 -0
- data/assets/vendor/aos/aos.js +546 -0
- metadata +306 -0
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
// Color breakpoint function, unlikely to involve more than navbar stuff.
|
3
|
+
|
4
|
+
// in assets/css/gaitq_env.sass we import this AFTER
|
5
|
+
// @import 'colors/env/env.sass'
|
6
|
+
|
7
|
+
@media screen and ( min-width: 768px )
|
8
|
+
|
9
|
+
.navbar
|
10
|
+
background-color: $env-primary
|
11
|
+
|
12
|
+
.nav-group-content
|
13
|
+
background-color: $secondary_navbar_color
|
14
|
+
|
15
|
+
> *
|
16
|
+
color: $env_primary
|
17
|
+
|
18
|
+
.current--url
|
19
|
+
&:before, &:after
|
20
|
+
background-color: $env_primary
|
@@ -0,0 +1,22 @@
|
|
1
|
+
// Color function for the burger.
|
2
|
+
|
3
|
+
// in assets/css/gaitq_env.sass we import this AFTER
|
4
|
+
// @import 'colors/env/env.sass'
|
5
|
+
|
6
|
+
.burger > div
|
7
|
+
background-color: $burger-color
|
8
|
+
|
9
|
+
.burger-active > div
|
10
|
+
background-color: $burger-active-color
|
11
|
+
|
12
|
+
.site__logo-active
|
13
|
+
.site__logo--group
|
14
|
+
.site__logo--curve,
|
15
|
+
.site__logo--legvert,
|
16
|
+
.site__logo--leg45,
|
17
|
+
.site__logo--g,
|
18
|
+
.site__logo--a,
|
19
|
+
.site__logo__i *,
|
20
|
+
.site__logo--t,
|
21
|
+
.site__logo--Q
|
22
|
+
fill: $site__logo-active
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
// Colouring theme for pwp env
|
3
|
+
|
4
|
+
$env-primary: $opd-blue-confidence
|
5
|
+
|
6
|
+
$env-secondary: $opd-orange-confidence
|
7
|
+
|
8
|
+
$burger-color: $white
|
9
|
+
|
10
|
+
$burger-active-color: $env-secondary
|
11
|
+
|
12
|
+
$nav-link-color: $white
|
13
|
+
|
14
|
+
$nav-list-bg-color: $env-primary
|
15
|
+
|
16
|
+
$site__logo-active: $env-secondary
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
// Colouring theme for pwp env
|
3
|
+
|
4
|
+
$env-primary: $opd-orange-confidence
|
5
|
+
|
6
|
+
$env-secondary: $opd-blue-confidence
|
7
|
+
|
8
|
+
$burger-color: $white
|
9
|
+
|
10
|
+
$burger-active-color: $env-secondary
|
11
|
+
|
12
|
+
$nav-link-color: $white
|
13
|
+
|
14
|
+
$nav-list-bg-color: $env-primary
|
15
|
+
|
16
|
+
$site__logo-active: $env-secondary
|
@@ -0,0 +1,13 @@
|
|
1
|
+
// Color function for naviagtion links.
|
2
|
+
|
3
|
+
// in assets/css/gaitq_env.sass we import this AFTER
|
4
|
+
// @import 'colors/env/env.sass'
|
5
|
+
|
6
|
+
.nav-list
|
7
|
+
background-color: $nav-list-bg-color
|
8
|
+
|
9
|
+
.nav-group-link
|
10
|
+
color: $nav-link-color
|
11
|
+
|
12
|
+
.nav-group-content > *
|
13
|
+
color: $white
|
@@ -0,0 +1,79 @@
|
|
1
|
+
|
2
|
+
@media screen and ( min-width: 768px )
|
3
|
+
|
4
|
+
.pwp__grid-wrap
|
5
|
+
display: flex
|
6
|
+
flex-wrap: no-wrap
|
7
|
+
flex-direction: row
|
8
|
+
width: 100vw
|
9
|
+
max-height: 100vh
|
10
|
+
|
11
|
+
.pwp__grid-col-l, .pwp__grid-col-r
|
12
|
+
height: 100vh
|
13
|
+
display: flex
|
14
|
+
flex-direction: column
|
15
|
+
|
16
|
+
.pwp__grid-col-l
|
17
|
+
width: 60vw
|
18
|
+
|
19
|
+
.pwp__grid-col-r
|
20
|
+
width: 40vw
|
21
|
+
svg
|
22
|
+
display: none
|
23
|
+
position: absolute
|
24
|
+
//transform: translateY(-100%)
|
25
|
+
//-height: 100vh
|
26
|
+
|
27
|
+
.pwp__grid__text
|
28
|
+
display: flex
|
29
|
+
align-items: center
|
30
|
+
justify-content: space-between
|
31
|
+
text-align: left
|
32
|
+
flex-direction: row
|
33
|
+
width: 100%
|
34
|
+
height: 50%
|
35
|
+
background-color: $env-primary
|
36
|
+
color: $white
|
37
|
+
padding: 0
|
38
|
+
|
39
|
+
.site__logo
|
40
|
+
display: flex
|
41
|
+
justify-content: center
|
42
|
+
align-items: center
|
43
|
+
text-align: center
|
44
|
+
width: 15vw
|
45
|
+
margin: 0 5vw
|
46
|
+
//padding: 8rem
|
47
|
+
|
48
|
+
.pwp--guarantee
|
49
|
+
border: none
|
50
|
+
border-left: solid 2px $pure-white
|
51
|
+
width: 35vw
|
52
|
+
margin: 0
|
53
|
+
padding: 0 3rem
|
54
|
+
|
55
|
+
.pwp__grid_img
|
56
|
+
width: 100%
|
57
|
+
min-height: 100vh
|
58
|
+
right: 0
|
59
|
+
background-image: url($baseurl + 'assets/img/pwp__grid_img.png')
|
60
|
+
background-size: cover
|
61
|
+
background-position: center
|
62
|
+
background-repeat: no-repeat
|
63
|
+
padding: 0
|
64
|
+
//padding-top: 100%
|
65
|
+
|
66
|
+
|
67
|
+
.pwp__grid_keywords
|
68
|
+
width: 100%
|
69
|
+
height: 50%
|
70
|
+
flex-direction: column
|
71
|
+
align-items: center
|
72
|
+
justify-content: center
|
73
|
+
|
74
|
+
& > *
|
75
|
+
padding: 2rem 0
|
76
|
+
|
77
|
+
.clinician__strap
|
78
|
+
h1
|
79
|
+
display: block
|
@@ -0,0 +1,150 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
.clinician__hero
|
4
|
+
align-items: center
|
5
|
+
display: flex
|
6
|
+
flex-direction: column
|
7
|
+
height: 65vh
|
8
|
+
height: calc(var(--vh, 1vh) * 65)
|
9
|
+
justify-content: center
|
10
|
+
|
11
|
+
.clinician__bg
|
12
|
+
background-image: url($baseurl + 'assets/img/landing__clinician-mobile.jpg')
|
13
|
+
background-size: cover
|
14
|
+
filter: grayscale(1) contrast(.2) brightness(1.6)
|
15
|
+
height: 100%
|
16
|
+
opacity: .7
|
17
|
+
position: relative
|
18
|
+
width: 100%
|
19
|
+
|
20
|
+
.clinician__overlay
|
21
|
+
background-color: $env-primary
|
22
|
+
height: 70%
|
23
|
+
position: relative
|
24
|
+
width: 100%
|
25
|
+
|
26
|
+
.clinician__strap
|
27
|
+
background-color: $env-primary
|
28
|
+
color: $white
|
29
|
+
display: flex
|
30
|
+
flex-direction: column
|
31
|
+
height: 30%
|
32
|
+
justify-content: space-around
|
33
|
+
padding-bottom: 3vh
|
34
|
+
text-align: center
|
35
|
+
width: 100%
|
36
|
+
|
37
|
+
h1
|
38
|
+
// Hide on mobile
|
39
|
+
display: none
|
40
|
+
|
41
|
+
.clinician__strap-start
|
42
|
+
color: $env-primary
|
43
|
+
|
44
|
+
.clinician__follow
|
45
|
+
display: flex
|
46
|
+
position: absolute
|
47
|
+
top: 59.5vh
|
48
|
+
width: 30px
|
49
|
+
height: 11vh
|
50
|
+
background-color: $env-primary
|
51
|
+
z-index: 2
|
52
|
+
border-radius: 30px
|
53
|
+
color: $white
|
54
|
+
align-items: center
|
55
|
+
justify-content: center
|
56
|
+
&::after
|
57
|
+
content: "\2193"
|
58
|
+
font-size: 20px
|
59
|
+
transform: scaleY(2)
|
60
|
+
|
61
|
+
|
62
|
+
.clinician__hero__2
|
63
|
+
display: block
|
64
|
+
object-fit: cover
|
65
|
+
height: 50vh
|
66
|
+
width: 100vw
|
67
|
+
|
68
|
+
.clinician__device--group
|
69
|
+
background-image: url($baseurl + 'assets/img/pwp_device_group.png')
|
70
|
+
svg
|
71
|
+
position: absolute
|
72
|
+
transform: translateY(-100%)
|
73
|
+
//-height: 100vh
|
74
|
+
|
75
|
+
.clinician__straps
|
76
|
+
text-align: center
|
77
|
+
//padding: 5rem 2rem
|
78
|
+
background-position: center
|
79
|
+
color: $env-secondary
|
80
|
+
& > h2
|
81
|
+
//padding: 2rem 0
|
82
|
+
|
83
|
+
.clinician__device--strap
|
84
|
+
background-color: $opd-blue-trust
|
85
|
+
padding: 5rem 2rem
|
86
|
+
& > h2
|
87
|
+
padding: 2rem 0
|
88
|
+
|
89
|
+
.clinician__grid-wrap
|
90
|
+
display: flex
|
91
|
+
flex-direction: row
|
92
|
+
flex-wrap: wrap
|
93
|
+
|
94
|
+
width: 100vw
|
95
|
+
|
96
|
+
.clinician__grid-col-l, .clinician__grid-col-r
|
97
|
+
height: 100%
|
98
|
+
width: 50%
|
99
|
+
|
100
|
+
.clinician__grid__text
|
101
|
+
display: flex
|
102
|
+
align-items: center
|
103
|
+
justify-content: space-between
|
104
|
+
flex-direction: column
|
105
|
+
width: 100%
|
106
|
+
background-color: $env-primary
|
107
|
+
color: $white
|
108
|
+
//height: 10rem
|
109
|
+
padding: 5rem 0
|
110
|
+
|
111
|
+
.clinician__grid--keywords
|
112
|
+
padding: 1rem 0
|
113
|
+
|
114
|
+
.action__call
|
115
|
+
width: 140px
|
116
|
+
height: 40px
|
117
|
+
background-color: $opd-blue-trust
|
118
|
+
margin: 4rem 0 0
|
119
|
+
border-radius: 20px
|
120
|
+
font-size: 12px
|
121
|
+
font-weight: 500
|
122
|
+
display: flex
|
123
|
+
align-items: center
|
124
|
+
justify-content: center
|
125
|
+
color: $black
|
126
|
+
&::after
|
127
|
+
content: "Get Involved"
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
.clinician__grid_img
|
132
|
+
background-image: url($baseurl + 'assets/img/pwp__grid_img.png')
|
133
|
+
background-size: cover
|
134
|
+
background-repeat: no-repeat
|
135
|
+
padding-top: 150%
|
136
|
+
filter: grayscale(1) contrast(.8) brightness(.9) sepia(.4) hue-rotate(180deg)
|
137
|
+
|
138
|
+
.clinician--guarantee
|
139
|
+
border-top: solid 1px $soft-white
|
140
|
+
width: 80%
|
141
|
+
margin: 3rem 0
|
142
|
+
|
143
|
+
.clinician__grid_keywords
|
144
|
+
display: flex
|
145
|
+
flex-direction: row
|
146
|
+
flex-wrap: wrap
|
147
|
+
background-color: $opd-blue-trust
|
148
|
+
& > *
|
149
|
+
padding: 3rem 0
|
150
|
+
width: 50%
|
@@ -0,0 +1,180 @@
|
|
1
|
+
// Landing page with 768 breakpoint
|
2
|
+
|
3
|
+
// Structurally we have one div, .landing-wrapper, wrapping 2 others, .landing__clinician and .landing__pwp
|
4
|
+
|
5
|
+
@mixin reveal-landing-strap
|
6
|
+
height: 30vh
|
7
|
+
padding: 0 3rem
|
8
|
+
|
9
|
+
// Using Custom Properties to scale properly inside mobile viewports
|
10
|
+
|
11
|
+
// Fallback for browsers that do not support Custom Properties
|
12
|
+
$landing-height: 100vh
|
13
|
+
|
14
|
+
.landing__page
|
15
|
+
display: flex
|
16
|
+
flex-direction: column
|
17
|
+
height: $landing-height
|
18
|
+
height: calc(var(--vh, 1vh) * 100)
|
19
|
+
|
20
|
+
.page__half
|
21
|
+
display: flex
|
22
|
+
align-items: flex-end
|
23
|
+
height: 50vh
|
24
|
+
width: 100vw
|
25
|
+
|
26
|
+
.env__text
|
27
|
+
display: flex
|
28
|
+
flex-direction: column
|
29
|
+
color: $white
|
30
|
+
|
31
|
+
.landing__strap
|
32
|
+
display: none
|
33
|
+
|
34
|
+
.landing__link
|
35
|
+
text-decoration: none
|
36
|
+
color: $white
|
37
|
+
|
38
|
+
.landing__title
|
39
|
+
font-size: $font-size
|
40
|
+
text-align: center
|
41
|
+
width: 100vw
|
42
|
+
padding: 2rem 0
|
43
|
+
|
44
|
+
.hero__overlay
|
45
|
+
position: absolute
|
46
|
+
width: 100%
|
47
|
+
height: 50%
|
48
|
+
z-index: -1
|
49
|
+
|
50
|
+
.hero__image
|
51
|
+
height: 100%
|
52
|
+
width: 100%
|
53
|
+
object-fit: cover
|
54
|
+
opacity: .7
|
55
|
+
filter: grayscale(.2) contrast(.2) brightness(1.6)
|
56
|
+
|
57
|
+
.env--pwp
|
58
|
+
background-color: $opd-orange-confidence
|
59
|
+
|
60
|
+
.env--clinician
|
61
|
+
background-color: $opd-blue-confidence
|
62
|
+
|
63
|
+
|
64
|
+
@media screen and ( min-width: 768px )
|
65
|
+
|
66
|
+
.landing__page
|
67
|
+
flex-direction: row
|
68
|
+
|
69
|
+
.page__half
|
70
|
+
display: block
|
71
|
+
height: 100vh
|
72
|
+
width: 50vw
|
73
|
+
|
74
|
+
.env__text
|
75
|
+
flex-direction: column
|
76
|
+
position: absolute
|
77
|
+
top: 50vh
|
78
|
+
transition: .6s ease-in-out
|
79
|
+
|
80
|
+
|
81
|
+
&:focus-within > .landing__strap
|
82
|
+
@include reveal-landing-strap
|
83
|
+
|
84
|
+
&:hover > .landing__strap
|
85
|
+
@include reveal-landing-strap
|
86
|
+
|
87
|
+
|
88
|
+
.landing__strap
|
89
|
+
display: flex
|
90
|
+
flex-direction: column
|
91
|
+
justify-content: space-around
|
92
|
+
height: 0
|
93
|
+
overflow: hidden
|
94
|
+
transition: .2s ease-in-out
|
95
|
+
width: 40vw
|
96
|
+
max-width: 400px
|
97
|
+
|
98
|
+
.landing__cta
|
99
|
+
display: flex
|
100
|
+
flex-direction: row
|
101
|
+
justify-content: space-between
|
102
|
+
|
103
|
+
> a
|
104
|
+
transition: .3s ease-in-out
|
105
|
+
width: 40%
|
106
|
+
padding: 1rem 0
|
107
|
+
border-radius: 6px
|
108
|
+
text-decoration: none
|
109
|
+
text-align: center
|
110
|
+
align-self: center
|
111
|
+
box-shadow: 0 20px 30px -15px rgba($pure-black, .6)
|
112
|
+
|
113
|
+
.primary__cta
|
114
|
+
background-color: $opd-blue-trust
|
115
|
+
border: solid 1px $opd-blue-trust
|
116
|
+
color: $opd-blue-confidence
|
117
|
+
&:hover
|
118
|
+
color: $opd-blue-trust
|
119
|
+
background-color: transparent
|
120
|
+
box-shadow: 0 10px 15px -5px rgba($pure-black, .5)
|
121
|
+
|
122
|
+
.secondary__cta
|
123
|
+
background-color: none
|
124
|
+
border: solid 1px $white
|
125
|
+
color: $white
|
126
|
+
&:hover
|
127
|
+
color: $opd-blue-confidence
|
128
|
+
background-color: $white
|
129
|
+
box-shadow: 0 10px 15px -5px rgba($pure-black, .5)
|
130
|
+
|
131
|
+
.env__text.env--pwp
|
132
|
+
border-radius: 6px 0 0 6px
|
133
|
+
box-shadow: -12px 10px 10px -10px $grey
|
134
|
+
right: 50%
|
135
|
+
transform: translateX(0)
|
136
|
+
animation: .8s cubic-bezier(.75,.86,.88,.62) 0s 1 slide-from-left
|
137
|
+
&:hover
|
138
|
+
box-shadow: -20px 20px 20px -10px $grey
|
139
|
+
|
140
|
+
.env__text.env--clinician
|
141
|
+
border-radius: 0 6px 6px 0
|
142
|
+
box-shadow: 12px 10px 10px -10px $grey
|
143
|
+
left: 50%
|
144
|
+
transform: translateX(0)
|
145
|
+
animation: .8s cubic-bezier(.75,.86,.88,.62) 0s 1 slide-from-right
|
146
|
+
&:hover
|
147
|
+
box-shadow: 20px 20px 20px -10px $grey
|
148
|
+
|
149
|
+
.landing__title
|
150
|
+
width: auto
|
151
|
+
padding: 3rem 2rem
|
152
|
+
|
153
|
+
.hero__overlay
|
154
|
+
width: 50%
|
155
|
+
height: 100%
|
156
|
+
top: 0
|
157
|
+
|
158
|
+
.env--pwp
|
159
|
+
.landing__title
|
160
|
+
text-align: right
|
161
|
+
|
162
|
+
.env--clinician
|
163
|
+
.landing__title
|
164
|
+
text-align: left
|
165
|
+
|
166
|
+
@keyframes slide-from-right
|
167
|
+
0%
|
168
|
+
transform: translateX(50vw)
|
169
|
+
opacity: 0
|
170
|
+
100%
|
171
|
+
transform: translateX(0)
|
172
|
+
opacity: 1
|
173
|
+
|
174
|
+
@keyframes slide-from-left
|
175
|
+
0%
|
176
|
+
transform: translateX(-50vw)
|
177
|
+
opacity: 0
|
178
|
+
100%
|
179
|
+
transform: translateX(0)
|
180
|
+
opacity: 1
|