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

30 lines
462 B
CSS
Raw Normal View History

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