1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/ascribe_media_player.scss

19 lines
247 B
SCSS
Raw Normal View History

2015-06-04 16:15:59 +02:00
.ascribe-media-player {
margin-bottom: 1em;
video {
width: 100%;
height: 100%;
}
img {
width: 100%;
height: 100%;
}
2015-06-04 17:37:46 +02:00
.media-other {
font-size: 500%;
color: #cccccc;
}
2015-06-04 16:15:59 +02:00
}