jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.css

53 lines
908 B
CSS
Raw Normal View History

.cardOverlayTarget {
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, .85);
z-index: 998;
line-height: initial;
}
.cardOverlayInner {
padding: 11px 12px 10px;
color: #fff;
}
.cardOverlayInner button:last-child {
margin-right: 0 !important;
}
.cardOverlayInner p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cardOverlayMediaInfo {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 1em 0;
color: #ddd;
}
.cardOverlayButtons {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.cardOverlayButtons .fab {
background-color: #333;
2016-07-17 21:22:03 -07:00
margin-right: .25em;
}
@media all and (max-width: 1200px) {
.cardOverlayInner {
padding-left: 7px;
padding-right: 7px;
}
}