mtas-tv-frontend/src/app/display/slide-iframe/slide-iframe.component.css
Dávid Danyi ea05a47086 * team customized labels added
* team editor interface minor redesign
2018-09-06 15:38:50 +02:00

22 lines
288 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;
padding: 30px;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}