mtas-tv-frontend/src/app/display/slide-iframe/slide-iframe.component.css
Dávid Danyi 0f535881a4 * angular2 version uplift
* configurable kanban board added
* iframe slide type added
* many to many implementation of team-slide connection
2018-09-05 17:03:21 +02:00

21 lines
270 B
CSS
Executable File

:host {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
padding: 3px;
background: #222;
}
:host.preview {
position: absolute;
z-index: 1;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}