Skip to content

Commit

Permalink
fix(button): button border radius is 0.3rem for both admin, digital
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Oct 3, 2024
1 parent 6ef0672 commit 0944d35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions benefits/static/css/admin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ html[data-theme="light"],
letter-spacing: calc(var(--font-size-20px) * var(--letter-spacing-2));
width: 100%;
padding: var(--primary-button-padding);
border-radius: 0.3rem;
}

.btn.btn-lg.btn-primary:hover,
Expand Down
6 changes: 6 additions & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ footer .footer-links li a.footer-link:visited {
letter-spacing: calc(var(--font-size-20px) * var(--letter-spacing-2));
width: 100%;
padding: var(--primary-button-padding);
border-radius: 0.3rem;
}

.btn.btn-lg.btn-primary:hover {
Expand Down Expand Up @@ -359,6 +360,7 @@ footer .footer-links li a.footer-link:visited {
.btn-outline-dark,
.btn-outline-light {
border-width: 2px;
border-radius: 0.3rem;
}

/* Custom button: Loading spinner */
Expand Down Expand Up @@ -495,6 +497,10 @@ footer .footer-links li a.footer-link:visited {
border-color: var(--hover-color);
}

#previous-page-button:focus {
background-color: var(--bs-white);
}

@media (min-width: 992px) {
#previous-page-button,
#previous-page-button:hover {
Expand Down

0 comments on commit 0944d35

Please sign in to comment.