blob: 8cb8997ef2c720307a668ef884172e49943d1fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@import '../variables';
.WebSocketStatus {
position: fixed;
bottom: 4rem;
right: .3rem;
z-index: 1010;
color: #999;
font-size: .8rem;
font-family: 'Roboto', sans-serif;
div {
display: inline;
}
}
|