logic splitted into directives and components
This commit is contained in:
@@ -9,3 +9,12 @@ html, body {
|
||||
background: #fbfcfd;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
app-root {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user