chore: format resources 💄

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta
2023-08-24 13:59:43 +02:00
committed by Akos Kitta
parent 5939b65511
commit 8a5dee9307
53 changed files with 1158 additions and 1003 deletions

View File

@@ -1,32 +1,32 @@
.user-fields-container {
max-height: 332px;
overflow: auto;
padding: 2px;
max-height: 332px;
overflow: auto;
padding: 2px;
}
.user-fields-list {
margin: 16px 0;
margin: 16px 0;
}
.user-fields-dialog-content {
width: 408px;
max-height: 491px;
width: 408px;
max-height: 491px;
}
.user-fields-dialog-content .field-label {
color: var(--theia-editorWidget-foreground);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.01em;
text-align: left;
color: var(--theia-editorWidget-foreground);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.01em;
text-align: left;
}
.user-fields-dialog-content .theia-input {
flex-grow: 1;
flex-grow: 1;
}
.user-fields-dialog-content .button-container {
justify-content: flex-end;
justify-content: flex-end;
}