16 lines
No EOL
203 B
SCSS
16 lines
No EOL
203 B
SCSS
@import "global";
|
|
|
|
.mejs-container, .mejs-overlay, .mejs-mediaelement {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.me-plugin {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
> embed {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
} |