blob: 420ba6f232bd89f8cab6e52ecd89dff736e71cb3 (
plain) (
blame)
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;
};
}
|