mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Change terminal colors
This commit is contained in:
@ -13,4 +13,5 @@
|
||||
<div class="tfw-terminal">
|
||||
<app-terminal></app-terminal>
|
||||
</div>
|
||||
<div class="tfw-terminal-footer"></div>
|
||||
</div>
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
.tfw-messages {
|
||||
padding: $space;
|
||||
padding-top: $hair;
|
||||
background-color: $tao-gray-50;
|
||||
overflow-y: scroll;
|
||||
|
||||
@ -61,12 +62,16 @@
|
||||
}
|
||||
|
||||
.tfw-terminal {
|
||||
border: 1px solid $tao-gray-500;
|
||||
border: 2px solid $tao-plum-100;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.tfw-terminal-footer {
|
||||
background-color: $tao-phtalo-900;
|
||||
}
|
||||
}
|
||||
|
||||
.deploy-blur {
|
||||
|
Reference in New Issue
Block a user