Skip to content

Commit

Permalink
MWPW-137301 XXL Button Style (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder authored Nov 8, 2023
1 parent b52dfa0 commit df6f776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,14 @@
width: 100%;
}

.xxl-button .con-button {
border-radius: 30px;
font-size: 22px;
line-height: 27px;
min-height: 27px;
padding: 14px 30px 15px;
}

.dark .con-button {
border-color: var(--color-white);
color: var(--color-white);
Expand Down

0 comments on commit df6f776

Please sign in to comment.