iu9-ca-web-chat/assets/css/debug.css

12 lines
223 B
CSS
Raw Normal View History

.chat-debug-rect{
width: 100%;
position: absolute;
left: 0;
background-color: rgba(255, 50, 50, 160);
height: 4px;
z-index: 2;
}
.chat-debug-rect-top{
background-color: rgba(148, 0, 211, 160);
}