Iframe.less 94 B

123456
  1. // Iframe
  2. .@{prefix}-iframe {
  3. border: 0 solid @iframe-border;
  4. width: 100%; height: 100%;
  5. }