1
0
Fork 0
peertube/client/src/app/videos/video-watch/video-watch.component.scss

85 lines
1.1 KiB
SCSS
Raw Normal View History

2016-11-08 19:49:43 +00:00
#video-container {
width: 100%;
2016-11-08 19:49:43 +00:00
height: 100%;
}
2016-04-28 17:55:41 +00:00
.embed-responsive {
height: 500px;
2016-04-28 17:55:41 +00:00
}
2016-04-29 12:18:14 +00:00
#torrent-info {
font-size: 10px;
margin-top: 10px;
text-align: center;
div {
min-width: 60px;
}
}
.embed-responsive {
@media screen and (max-width: 600px) {
height: 300px;
}
}
#video-info {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 10px;
padding-top: 5px;
#video-name-actions {
#video-name {
font-size: 20px;
}
.btn .glyphicon {
position: relative;
top: 2px;
}
2016-11-08 20:11:57 +00:00
#magnet-uri, #share {
font-weight: bold;
opacity: 0.85;
}
}
#video-by-date {
font-size: 13px;
opacity: 0.6;
a {
color: black;
}
#video-date:before {
content: '\002022';
margin: 0 5px;
}
}
#video-tags {
margin-top: 10px;
a {
margin-right: 5px;
}
}
#video-description {
margin-top: 15px;
#description-label {
font-weight: bold;
}
}
}
2016-11-08 20:11:57 +00:00
.modal-content {
input {
/* Force blank on readonly inputs */
background-color: #fff;
}
}