Expose methods for installations to create custom preview components

This commit is contained in:
Mathias Biilmann Christensen
2016-09-11 17:53:44 +02:00
parent c51f42658e
commit 8d63ff0a88
8 changed files with 77 additions and 12 deletions

View File

@ -0,0 +1,6 @@
.frame {
width: 100%;
height: 100%;
border: none;
background: #fff;
}