Skip to content

Commit

Permalink
testpage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT committed Dec 16, 2024
1 parent cb5c479 commit d555d2e
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 225 deletions.
28 changes: 25 additions & 3 deletions demo/create-nodes/default.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
input {
input, select, textarea {
width: 100%;
}
label{
display: block;
}

fx-control{
display: inline-block;
display: block;
width: 20rem;
padding: 0.5rem;
}
Expand All @@ -15,4 +15,26 @@ fx-group{
padding: 0.5rem;
margin:0.5rem;
border:thin solid lightgrey;
}
}
body{
width: 74rem;
margin:0 auto;

}

fx-fore > fx-group{
display: flex;
flex-wrap:wrap;
}
fx-group[relevant] fx-group,
fx-repeatitem[relevant]{
display: flex;
flex-wrap: wrap;
}
fx-group fx-group > fx-contro{
width: 30%;
}
header{
display: block;
width: 100%;
}
Loading

0 comments on commit d555d2e

Please sign in to comment.