mtas-tv-frontend/src/app/app.component.css

10 lines
168 B
CSS
Raw Normal View History

.pause-indicator {
position: fixed;
width: 100%;
z-index: 999;
background-color: lightgrey;
color: red;
text-align: center;
font-weight: bold;
}