v0.14.10
This commit is contained in:
+15
-1
@@ -450,6 +450,17 @@ h3 {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.power-icon {
|
||||
display: block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
stroke-width: 2.15;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
.power-button.on {
|
||||
background: var(--accent);
|
||||
color: var(--accent-text);
|
||||
@@ -3461,7 +3472,8 @@ button.outside-pill:focus-visible {
|
||||
}
|
||||
|
||||
.standalone-settings-form {
|
||||
max-width: 1100px;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.copy-settings-row {
|
||||
@@ -4092,6 +4104,8 @@ body.simulation-standalone [data-view="simulation"] {
|
||||
}
|
||||
|
||||
.quick-thermostat-control .zone-quick-actions button span {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user