Skip to content

Commit

Permalink
chore(newspack-ui): update form input and error styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenn00dle committed Feb 1, 2024
1 parent 55aa0f1 commit c6c774d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
1 change: 0 additions & 1 deletion assets/newspack-ui/scss/elements/forms/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@use 'labels';
@use 'spinner';
@use 'text-inputs';
@use 'typography';

// TODO: Find a better home for this stuff.
.newspack-ui {
Expand Down
15 changes: 0 additions & 15 deletions assets/newspack-ui/scss/elements/forms/_typography.scss

This file was deleted.

6 changes: 6 additions & 0 deletions assets/newspack-ui/scss/elements/woocommerce/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
margin: 0 0 var( --newspack-ui-spacer-2 );
}
}

.newspack-ui__input-list {
label {
display: block;
}
}
}

0 comments on commit c6c774d

Please sign in to comment.