Skip to content

Commit

Permalink
Remove the border radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Oct 15, 2024
1 parent 3073543 commit a834a07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ $alert-blue: #72aee6;
}
}

.components-card {
border-radius: inherit !important;
box-shadow: #d9d9d9 0px 0px 0px 1px;
}

.components-card__body p:first-child {
margin-top: 0;
}
Expand Down

0 comments on commit a834a07

Please sign in to comment.