33f6dce13
1 2 3 4 5 6 7 8 9 10
@use '_mixins' as *; @use '_variables' as *; .screenratio { @include block-ratio($selector: 'div, ::ng-deep iframe') { width: 100% !important; height: 100% !important; left: 0; }; }