Skip to content
Snippets Groups Projects
Commit c01ff475 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3577: adding stylings for remote video

parent 7425347b
No related branches found
No related tags found
No related merge requests found
.uw-remote-video {
&__wrapper {
margin-left: auto;
margin-right: auto;
text-align: center;
}
&__wrapper.uw-contained-width {
@include uw-contained-width;
}
.media-oembed-content {
width: 100%;
}
}
<div class="uw-remote-video">
<div class="uw-remote-video__wrapper {{ width }}">
{% block content %}
{% endblock %}
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment