mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-12 05:01:03 +00:00
10 lines
130 B
CSS
10 lines
130 B
CSS
.sendCode {
|
|
width: 100%;
|
|
height: 300px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.recvMsgError{
|
|
color: red;
|
|
}
|