File: D:/HostingSpaces/SBogers70/inter-mill.com/wwwroot/css/partials/_cta.sass
.cta-bg-colored
background:
color: $ctaBgColor
.call-to-action-block
padding: 50px 0
+flex(center, center)
.call-to-action-content
padding: $paddingSmallTextBlock
//border-right: 2px solid $primaryColor
color: $ctaTextColor
h3
margin: 0
p
margin: 0
.call-to-action-button
+flex(center, center)
+font-semi-bold(18px, 22px)
width: 100%
max-width: 250px
height: 50px
transition: background 0.4s, color 0.2s, transform 0.5s
background:
color: $ctaBtnColor
color: $ctaBtnTextColor
transform-origin: left
transform: scale(1)
+border-bottom-radius(200px)
+border-top-radius(200px)
&:hover
cursor: pointer
background:
color: $ctaBtnHoverColor
color: $ctaBtnTextHoverColor
+respond-to-width(700)
flex-direction: column
.call-to-action-content
border: 0
padding: $paddingSmallTextBlock / 2