OpenMediaCenter/src/pages/Player/Player.module.css
2020-12-29 19:39:30 +00:00

48 lines
708 B
CSS

.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%;
}
.videoactions {
margin-top: 15px;
}
.actorcontainer {
margin-top: 13px;
}
.actorAddTile {
color: white;
cursor: pointer;
float: left;
padding-left: 25px;
padding-top: 50px;
transition: opacity ease 0.5s;
}
.actorAddTile:hover {
opacity: 0.7;
transition: opacity ease 0.5s;
}
.actorAddTile_thumbnail {
height: 90px;
}
.actorAddTile_name {
bottom: 0;
}