- create default values for starter fields
- add starter api urls - try and add TS types for initial components and objects - cleanup status indicator on layout header - create custom textfield for config form editing
This commit is contained in:
@@ -4,4 +4,24 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
|
||||
.text-fields {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.textfield {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
|
||||
.field {
|
||||
width: 20rem;
|
||||
|
||||
}
|
||||
.info {
|
||||
transform: translateY(.35rem);
|
||||
margin-left: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,3 +86,7 @@
|
||||
.configSection {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.onlineCurrentThumb {
|
||||
width: 12.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user