Skip to content

Commit

Permalink
Clean up button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMerino committed Jan 25, 2024
1 parent 67920dd commit e2ddc74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,13 @@ button {
box-sizing: border-box;
text-decoration: none;
border: var(--shape-border-width-3) solid transparent;
padding: 5px 3.0rem;
text-align: center;
cursor: pointer;
color: var(--color-neutral-50);
background-color: var(--color-brand-500);
margin: 16px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 30px;
}

a.button:hover,
Expand Down

0 comments on commit e2ddc74

Please sign in to comment.