_sass/env/clinician.sass in slow-steps-0.1.3 vs _sass/env/clinician.sass in slow-steps-0.1.4
- old
+ new
@@ -4,24 +4,22 @@
*# clinician landing /_sass/env/clinician.sass
*##############################################
*
*/
-.hero
- height: 65vh
- height: calc(var(--vh, 1vh) * 65)
+.image__filter--blur
+ @include image-filter--blur
.hero__overlay
background-color: $env-primary
-.hero__strap
- align-self: flex-end
+.bg--env-100
background-color: $env-primary
- color: $white
- padding-bottom: 5.5vh
- width: 100vw
+.bg--env-50
+ background-color: rgba($env-primary, .5)
+
.hero__follow
background-color: $env-primary
top: 59.5vh
.segment__keywords
@@ -33,55 +31,20 @@
& > *
padding: 5rem 0
width: 50%
-// This is basically a button and should to be centralised
+
.action__call
- bottom: 0
- font-size: $font-size * .8
- margin: -100px auto
- padding: 2rem
- position: relative
- text-decoration: none
- transition: .2s ease
&:before
background-color: rgba($env-secondary, .2)
- border-radius: 3rem
- content: ''
- display: block
- height: 6rem
- left: 0
- position: absolute
- top: 0
- transition: .2s ease
- width: 6rem
span
color: $env-primary
- font-weight: 900
- position: relative
svg
- fill: none
- margin-left: 10px
- position: relative
stroke: $env-primary
- stroke-linecap: round
- stroke-linejoin: round
- stroke-width: 2
- top: 0
- transform: translateX(-10px)
- transition: .2s ease
&:hover
&::before
background-color: rgba($env-secondary, 1)
- width: 100%
-
- svg
- stroke: $white
- transform: translateX(0)
-
- span
- color: $white