silphius/app/react/components/dom/disconnected.module.css

15 lines
254 B
CSS
Raw Normal View History

2024-06-13 02:47:28 -05:00
.disconnected {
align-items: center;
background-color: rgba(0, 0, 0, 0.4);
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
text-align: center;
width: 100%;
p {
color: #cccccc;
font-size: 2em;
}
}