mtas-tv-frontend/src/app/app.component.css
Dávid Danyi 6af8ccbf7a * parametered animation for slideshow direction
* keyboard control
* angular2 update
2018-09-14 17:06:12 +02:00

10 lines
168 B
CSS
Executable File

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