Files
eveship.fit/components/Debug/Debug.module.css
2023-11-12 19:00:10 +01:00

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;
}