mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Icon mods for garage door.
This commit is contained in:
parent
3ec67cd0ea
commit
cf156ed4ce
2 changed files with 3 additions and 3 deletions
|
|
@ -707,12 +707,12 @@ i.icss-garage {
|
|||
i.icss-garage:before {
|
||||
width: calc(100% - .08em);
|
||||
height: calc(var(--shade-position, 0%) - 0em);
|
||||
left: 0.05em;
|
||||
left: 0.04em;
|
||||
border-bottom: outset 0.025em gray;
|
||||
background-image: repeating-linear-gradient(var(--shade-color, currentColor) 0% 50%, rgba(71, 212, 255, 0) 0% 75%);
|
||||
background-position: 0 0, 100% 100%;
|
||||
background-image: repeating-linear-gradient(to top, var(--shade-color, currentColor), var(--shade-color, currentColor) 75%, rgba(255,255,255,0) 100%);
|
||||
background-size: 0.01em 0.2em;
|
||||
background-color: rgba(71, 212, 255, 0);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
i.icss-upload {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue