zigbee2mqtt-frontend 0.6.65 → 0.6.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.html +1 -1
- package/dist/index.html.gz +0 -0
- package/dist/main.5ab95b6d392ccf4bd2fa.js +2 -0
- package/dist/main.5ab95b6d392ccf4bd2fa.js.gz +0 -0
- package/dist/{main.d03c1623c480d4d83330.css → main.9545fb74691b6c2522b7.css} +17 -13
- package/dist/main.9545fb74691b6c2522b7.css.gz +0 -0
- package/package.json +1 -1
- package/dist/main.28163443aa574b5f0ee8.js +0 -2
- package/dist/main.28163443aa574b5f0ee8.js.gz +0 -0
- package/dist/main.d03c1623c480d4d83330.css.gz +0 -0
Binary file
|
@@ -1,4 +1,20 @@
|
|
1
1
|
@keyframes blinker{50%{opacity:0}}body{overflow-y:auto !important}.animation-blinking{animation:blinker 1s linear infinite}.content{overflow-y:auto}.stroke-blink-enter{stroke-width:1}.stroke-blink-enter-active{stroke-width:5;transition:stroke-width 200ms}.stroke-blink-exit{stroke-width:5}.stroke-blink-exit-active{stroke-width:1;transition:stroke-width 200ms}.glyphicon{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.glyphicon-plus::before{content:""}.glyphicon-remove::before{content:""}.glyphicon-arrow-up::before{content:""}.glyphicon-arrow-down::before{content:""}.dropdown-menu{max-height:280px;overflow-y:auto}
|
2
|
+
.sBYF2hyBEXK7fe4IktvA img {
|
3
|
+
max-height: 2em;
|
4
|
+
}
|
5
|
+
|
6
|
+
.WiMPBR4NwCHxYdIabzAA {
|
7
|
+
border-radius: 50%;
|
8
|
+
position: relative;
|
9
|
+
transition: transform .5s ease;
|
10
|
+
}
|
11
|
+
|
12
|
+
.WiMPBR4NwCHxYdIabzAA:hover {
|
13
|
+
transform: scale(4) translate(5px, 0);
|
14
|
+
z-index: 10;
|
15
|
+
border-radius: 0;
|
16
|
+
}
|
17
|
+
|
2
18
|
.yb4hX3vDSAIuH5XeiJcD {
|
3
19
|
width: 100%;
|
4
20
|
height: 100%;
|
@@ -113,18 +129,6 @@
|
|
113
129
|
right: 0;
|
114
130
|
}
|
115
131
|
|
116
|
-
.WiMPBR4NwCHxYdIabzAA {
|
117
|
-
border-radius: 50%;
|
118
|
-
position: relative;
|
119
|
-
transition: transform .5s ease;
|
120
|
-
}
|
121
|
-
|
122
|
-
.WiMPBR4NwCHxYdIabzAA:hover {
|
123
|
-
transform: scale(4) translate(5px, 0);
|
124
|
-
z-index: 10;
|
125
|
-
border-radius: 0;
|
126
|
-
}
|
127
|
-
|
128
132
|
.HXScBg6AiKUgarOAPwEu img {
|
129
133
|
width: 150px;
|
130
134
|
}
|
@@ -228,4 +232,4 @@
|
|
228
232
|
|
229
233
|
|
230
234
|
|
231
|
-
/*# sourceMappingURL=main.
|
235
|
+
/*# sourceMappingURL=main.9545fb74691b6c2522b7.css.map*/
|
Binary file
|