presenter function base
This commit is contained in:
14
src/app/modules/presentation/monitor/monitor.component.less
Normal file
14
src/app/modules/presentation/monitor/monitor.component.less
Normal file
@@ -0,0 +1,14 @@
|
||||
.fullscreen {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: black;
|
||||
z-index: 1;
|
||||
|
||||
padding: 50px;
|
||||
|
||||
color: white;
|
||||
font-size: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user