14 lines
169 B
CSS
14 lines
169 B
CSS
.debug {
|
|
background-color: #cdcdcd;
|
|
padding: 10px;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.debug > select {
|
|
margin-bottom: 10px;
|
|
}
|