mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 12:38:15 +00:00
Amended error icon size 48
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
text.large { font: bold 600px sans-serif; }
|
||||
</style>
|
||||
<circle class="colour1" cx="480" cy="480" r="400" stroke-width="60" fill-opacity="0.0" />
|
||||
<text class="large colour2" x="480" y="520" text-anchor="middle" dominant-baseline="middle">!</text>
|
||||
<g class="colour2">
|
||||
<rect x="420" y="220" width="120" height="360" rx="40" ry="40" />
|
||||
<circle cx="480" cy="710" r="60" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 459 B |
@@ -4,6 +4,8 @@
|
||||
.colour2 { fill: #00ccff; }
|
||||
</style>
|
||||
<circle class="colour1" cx="480" cy="480" r="400" stroke-width="60" fill-opacity="0.0" />
|
||||
<rect class="colour2" x="420" y="410" width="120" height="360" />
|
||||
<circle class="colour2" cx="480" cy="280" r="60" />
|
||||
<g class="colour2">
|
||||
<circle cx="480" cy="280" r="60" />
|
||||
<rect x="420" y="410" width="120" height="360" rx="40" ry="40" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 411 B |
Reference in New Issue
Block a user