feat: initial version of the website (#1)
This commit is contained in:
17
components/Debug/Debug.module.css
Normal file
17
components/Debug/Debug.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user