1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/client/app/components/embedded-youtube/embedded-youtube.scss
2018-08-23 00:24:01 -05:00

16 lines
224 B
SCSS

.embedded-youtube {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
&__iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
border: none;
}
}