mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
19 lines
247 B
SCSS
19 lines
247 B
SCSS
.ascribe-media-player {
|
|
margin-bottom: 1em;
|
|
video {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.media-other {
|
|
font-size: 500%;
|
|
color: #cccccc;
|
|
}
|
|
}
|
|
|