OpenMediaCenter/src/pages/Player/Player.module.css

22 lines
344 B
CSS
Raw Normal View History

.closebutton {
color: white;
border: none;
border-radius: 10px;
padding: 5px 15px 5px 15px;
background-color: #FF0000;
margin-top: 25px;
margin-left: 25px;
}
.videowrapper {
margin-left: 20px;
display: block;
float: left;
width: 60%;
margin-top: 25px;
}
2020-06-12 15:57:30 +00:00
.videoactions {
margin-top: 15px;
}