Skip to content

Commit

Permalink
fix(Forms): align card border (#2588)
Browse files Browse the repository at this point in the history
Uses #2587 as the basis
  • Loading branch information
tujoworker authored Aug 24, 2023
1 parent fe9aee4 commit cd5f695
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.dnb-forms-card {
background-color: var(--color-white);
border: 4px solid #f2f2f5;
border-radius: 0.5rem;
padding: var(--spacing-medium) var(--spacing-medium) var(--spacing-large)
var(--spacing-medium);

background-color: var(--color-white);
border: 0.25rem solid var(--color-pistachio);
border-radius: 0.75rem;

&__heading {
font-size: var(--font-size-basis);
font-weight: var(--font-weight-medium);
Expand Down

1 comment on commit cd5f695

@vercel
Copy link

@vercel vercel bot commented on cd5f695 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.