18 lines
251 B
CSS
18 lines
251 B
CSS
.debug {
|
|
background-color: #cdcdcd;
|
|
border-radius: 25px;
|
|
margin-top: 10px;
|
|
padding: 20px 0;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.debugTextArea {
|
|
width: 100%;
|
|
height: 200px;
|
|
}
|
|
|
|
.debugError {
|
|
color: #c84824;
|
|
}
|