Skip to content

Commit

Permalink
basic styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 4, 2022
1 parent 27dbe16 commit cf959dc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion packages/block-library/src/input-field/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
.wp-block-input-field-label {
display: block;
background: #f00 !important;

p {
margin-block-end: 0;
margin-bottom: 0;
}
}

.wp-block-input-field {
padding: 0.5em;
border: 1px solid currentColor;
opacity: 0.75;
border-radius: 0;

&:focus,
&:active,
&:focus-within {
outline: 2px solid currentColor;
}
}

0 comments on commit cf959dc

Please sign in to comment.