mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
v1.4.1
Add the ability to view receiver data.
This commit is contained in:
parent
7bd23e6bbe
commit
3f662b7bd0
11 changed files with 363 additions and 34 deletions
|
|
@ -664,3 +664,29 @@ i.icss-file {
|
|||
transform: rotate(-45deg);
|
||||
top: .02em;
|
||||
}
|
||||
|
||||
i.icss-x {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
i.icss-x:before,
|
||||
i.icss-x:after {
|
||||
width: 1em;
|
||||
height: .18em;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
border-radius: .06em;
|
||||
background-color: currentColor;
|
||||
}
|
||||
|
||||
i.icss-x:before {
|
||||
transform: translate(-50%, -50%) rotate(-225deg)
|
||||
}
|
||||
|
||||
i.icss-x:after {
|
||||
transform: translate(-50%, -50%) rotate(225deg)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue