diaspora/app/assets/stylesheets/oembed.scss
2015-03-26 23:51:08 +01:00

12 lines
244 B
SCSS

.oembed {
background: image-url("ajax-loader2.gif") no-repeat center center;
width: 100%;
.thumb, iframe { margin: 10px auto; }
.thumb {
@include video-overlay;
}
iframe, .thumb img {
width: 100%;
min-height: 60%;
}
}