Webide CSS redesign first modification

This commit is contained in:
Gabor PEK
2018-03-07 17:21:54 +01:00
parent b219c29883
commit 1b9da0b03c
8 changed files with 379 additions and 10 deletions

View File

@ -7,7 +7,7 @@
</div>
<div><app-terminal></app-terminal></div>
</div>
<div><app-webide></app-webide></div>
<div class="tao-webide-component"><app-webide></app-webide></div>
</div>

View File

@ -168,8 +168,14 @@ $tao-navbar-height: 67px;
.tao-messages-component {
background-color: $tao-gray-50;
padding: $space;
height: calc(50vh - 10px);
}
.tao-web-component {
padding: $space;
}
.tao-webide-component {
background-color: $tao-plum-900;
}