2
0

added binging between directive and parent component

This commit is contained in:
2018-05-10 21:35:28 +02:00
parent 51e7822b04
commit e4352d9579
5 changed files with 27 additions and 14 deletions

View File

@@ -9,13 +9,20 @@ canvas {
ul {
display: flex;
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: 0;
right: 0;
justify-content: center;
margin: 0;
padding: 3rem;
background: rgba(0,0,0,0.1);
list-style-type: none;
li {
display: flex;
justify-content: center;
align-items: center;
}
}