add traffic indicator to each view

This commit is contained in:
sparks-alec
2023-06-11 22:29:01 -04:00
parent cf1874a29b
commit cf364a7381
4 changed files with 22 additions and 5 deletions
+9
View File
@@ -199,11 +199,20 @@ a {
background-color: rgba(0, 0, 0, 0.3);
}
.device-pin {
position: absolute;
right: 45px;
top: 4px;
height: 20px;
padding: inherit;
}
.device-traffic-signal {
position: absolute;
right: 15px;
top: 4px;
height: 20px;
padding: inherit;
opacity: 0.3;
transition: opacity 0.1s ease-in-out;
}
.device-wrapper {
box-sizing: border-box;
Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B