Skip to content

Commit

Permalink
Improve button design
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken authored Dec 20, 2023
1 parent de54f12 commit 6177029
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions static/html/christmasBanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,28 @@
font-style: normal;
line-height: normal;
}

.css-sawfha-Button-Button,
.n2-ss-button-container a,
.ow-button-base a,
.btn,
.btn-success,
.btn-primary,
.button,
button {
font-family: inherit !important;
font-size: 15px !important;
font-weight: 600 !important;
color: white !important;
letter-spacing: -0.5px !important;
background: #df0517 !important;
border: none !important;
padding: 12px 30px !important;
box-shadow: none !important;
border-radius: 3px !important;
text-transform: capitalize !important;
opacity: 1 !important;
}
</style>

<div class="bf_line">
Expand Down

0 comments on commit 6177029

Please sign in to comment.