proxitok/styles/themes/card.css

24 lines
245 B
CSS
Raw Normal View History

2022-01-01 19:14:57 +00:00
#video {
2022-01-05 23:55:24 +00:00
height: 100%;
overflow: hidden;
2022-01-01 19:14:57 +00:00
}
2022-01-05 23:55:24 +00:00
figure {
position: relative;
display: inline-block;
}
2022-01-06 23:13:51 +00:00
.hidden {
2022-01-05 23:55:24 +00:00
display: none;
}
2022-02-07 21:23:33 +00:00
.clickable-img {
cursor: pointer;
}
2022-01-06 23:13:51 +00:00
.clickable-img img {
width: 100%;
height: 100%;
2022-02-07 21:23:33 +00:00
pointer-events: none;
2022-01-05 23:55:24 +00:00
}