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

50 lines
800 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;
2016-07-18 10:13:29 -07:00
font-size: initial;
}
.cardOverlayInner {
2016-07-18 10:13:29 -07:00
padding: .5em;
color: #fff;
2016-07-18 10:13:29 -07:00
text-align: left;
2016-08-06 19:11:39 -07:00
font-size: 90%;
}
.cardOverlayMediaInfo {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 1em 0;
color: #ddd;
}
.cardOverlayButtons {
display: flex;
align-items: center;
flex-wrap: wrap;
}
2016-08-01 22:55:52 -07:00
.cardOverlayFab {
background-color: #282828 !important;
margin-right: .25em !important;
}
2016-08-02 21:30:22 -07:00
.withHoverMenu {
overflow: hidden;
}
@media all and (max-width: 1200px) {
.cardOverlayInner {
padding-left: 7px;
padding-right: 7px;
}
}