Skip to content

Commit

Permalink
Merge pull request #310 from hlxsites/feature/button-css-change
Browse files Browse the repository at this point in the history
Button css changes
  • Loading branch information
shivangi1422 authored May 22, 2024
2 parents 2c7f91b + 9fd97b7 commit 8046ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/Landing-page/Landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
/* appearance: none; */
/* width: 100% !important; */
border-radius: 1px!important;
border: 1px solid #d6dde3!important;
border: 1px solid #d6dde3;
font-family: 'Open Sans',sans-serif!important;
font-size: 15px!important;
font-weight: 400!important;
line-height: 20px!important;
color: #6a6a6a!important;
color: #6a6a6a;
padding: 10px!important;
margin: 5px 0!important;
}

input[type="submit"] {
color: var(--text-color)!important;
border: 1px solid var(--primary-color)!important;
color: var(--text-color);
border: 1px solid var(--primary-color);
}

input[type="submit"]:hover {
Expand Down

0 comments on commit 8046ddb

Please sign in to comment.