dumi-theme-mobile
Version:
dumi-theme-mobile
25 lines (21 loc) • 457 B
text/less
@import (reference) '../../styles/variables.less';
.@{prefix}-device {
position: relative;
width: @device-width;
padding-top: 300px;
font-size: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
overflow: hidden;
@media @desktop {
padding-top: calc(@device-ratio * 100%) ;
}
> iframe {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
border: 0;
}
}