UNPKG

dumi-theme-mobile

Version:
25 lines (21 loc) 457 B
@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%) !important; } > iframe { position: absolute; top: 0; inset-inline-start: 0; width: 100%; height: 100%; border: 0; } }