Terminal window
This commit is contained in:
33
src/components/Terminal/style.module.css
Normal file
33
src/components/Terminal/style.module.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: monospace;
|
||||
font-size: 12pt;
|
||||
|
||||
background-color: black;
|
||||
color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: thistle;
|
||||
margin-bottom: 12pt;
|
||||
}
|
||||
|
||||
.bubatzBot {
|
||||
color: skyblue;
|
||||
padding-right: 5px
|
||||
}
|
||||
|
||||
.pastaBot {
|
||||
color: bisque;
|
||||
padding-right: 5px
|
||||
}
|
||||
|
||||
.infoMessage {
|
||||
color: lightgreen;
|
||||
}
|
||||
Reference in New Issue
Block a user