alfresco-ng2-components/lib/core/viewer/components/media-player.component.scss
Eugenio Romano 1847768b56
[AAE-1848] fix kebab case files and add tlsint rule (#5481)
* fix kebab case files and add tlsint rule

* headless

* m 2 in e2e

* download file in headless chrome

* fix budget

* fix import

* fix import
2020-02-20 21:08:42 +00:00

11 lines
151 B
SCSS

.adf-media-player {
display: flex;
video {
display: flex;
flex: 1;
max-height: 90vh;
max-width: 100%;
}
}