Skip to content

Commit

Permalink
Merge pull request #870 from adobecom/MWPW-160929
Browse files Browse the repository at this point in the history
MWPW-160929: Match desktop CTA shape on mobile
  • Loading branch information
Blainegunn authored Oct 28, 2024
2 parents 6003c0e + eba66ae commit 765e76d
Showing 1 changed file with 16 additions and 28 deletions.
44 changes: 16 additions & 28 deletions acrobat/blocks/verb-widget/verb-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,21 @@
margin-left: 15px;
}

.verb-mobile-cta {
display: flex;
top: 324px;
left: 40px;
padding: 11px 25px;
border-radius: 47px;
background: #1473e6;
color: white;
white-space: nowrap;
font-weight: 700;
justify-content: center;
align-items: center;
width: 30%;
}

.verb-mobile-cta:hover,
.verb-mobile-cta:active {
background-color: #0054b6;
Expand All @@ -263,20 +278,8 @@
flex: 1 1 55%;
flex-direction: row;
padding: 48px 0 48px 48px;
/* cursor: pointer; */
}

.verb-mobile-cta {
background: #1473e6;
border-radius: 8px;
padding: 11px 27px;
color: #fff;
white-space: nowrap;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
width: 30%;
/* cursor: pointer; */
}
}

Expand Down Expand Up @@ -315,19 +318,4 @@
.verb-cta {
cursor: pointer;
}

.verb-mobile-cta {
display: flex;
top: 324px;
left: 40px;
padding: 11px 25px;
border-radius: 47px;
background: #1473e6;
color: white;
white-space: nowrap;
font-weight: 700;
justify-content: center;
align-items: center;
width: 30%;
}
}

0 comments on commit 765e76d

Please sign in to comment.