Skip to content

Commit

Permalink
feat: update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jul 28, 2023
1 parent f77f309 commit 2969c31
Show file tree
Hide file tree
Showing 2 changed files with 19,795 additions and 21,065 deletions.
17 changes: 16 additions & 1 deletion src/main/resources/public/css/form-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Specify color variables in the following schema:
* 1 - use specified layer
* 2 - use layer one
* 3 - use fallback
* 3 - use fallback
*/
--color-background: var(
--cds-field,
Expand Down Expand Up @@ -160,6 +160,10 @@
position: relative;
}

.fjs-container .fjs-layout-row:empty {
display: none;
}

.fjs-container .fjs-column {
flex-grow: 1;
}
Expand Down Expand Up @@ -350,6 +354,13 @@
margin: auto;
}

.fjs-container .fjs-form-field-spacer {
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
}

.fjs-container .fjs-input[type=text],
.fjs-container .fjs-input[type=email],
.fjs-container .fjs-input[type=tel],
Expand Down Expand Up @@ -689,6 +700,10 @@
list-style-type: none;
}

.fjs-container .fjs-form-field-text {
overflow-wrap: break-word;
}

.fjs-container .fjs-form-field-text a {
color: var(--color-accent);
}
Expand Down
Loading

0 comments on commit 2969c31

Please sign in to comment.