mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Visual tweaks to YAML validation results (#12479)
This commit is contained in:
parent
6822f0d067
commit
57f2df3b3e
@ -183,17 +183,17 @@ export class DeveloperYamlConfig extends LitElement {
|
|||||||
haStyle,
|
haStyle,
|
||||||
css`
|
css`
|
||||||
.validate-container {
|
.validate-container {
|
||||||
height: 140px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.validate-result {
|
.validate-result {
|
||||||
color: var(--success-color);
|
color: var(--success-color);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-invalid {
|
.config-invalid {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-invalid .text {
|
.config-invalid .text {
|
||||||
|
@ -4151,10 +4151,10 @@
|
|||||||
"section": {
|
"section": {
|
||||||
"validation": {
|
"validation": {
|
||||||
"heading": "Configuration validation",
|
"heading": "Configuration validation",
|
||||||
"introduction": "Validate your configuration if you recently made some changes to your configuration and want to make sure that it is all valid.",
|
"introduction": "Validate your configuration if you recently made some changes to it and want to make sure that it is all valid.",
|
||||||
"check_config": "Check configuration",
|
"check_config": "Check configuration",
|
||||||
"valid": "Configuration valid!",
|
"valid": "Configuration valid!",
|
||||||
"invalid": "Configuration invalid"
|
"invalid": "Configuration invalid!"
|
||||||
},
|
},
|
||||||
"reloading": {
|
"reloading": {
|
||||||
"heading": "YAML configuration reloading",
|
"heading": "YAML configuration reloading",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user