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