Skip to content

Commit

Permalink
This fixes syntax error in in embed styles (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya authored Mar 7, 2024
1 parent 40f9232 commit b573462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/embed/src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ smileid-combobox-option[hidden] {
}

.document-tips p:first-of-type {
font-size; 1.875rem;
font-size: 1.875rem;
font-weight: bold
}

Expand All @@ -591,7 +591,7 @@ smileid-combobox-option[hidden] {
}

.document-tips > * + * {
margin-inline-start; 1em;
margin-inline-start: 1em;
}

.document-list {
Expand Down

0 comments on commit b573462

Please sign in to comment.