17 lines
241 B
SCSS
Raw Normal View History

2025-04-27 12:37:02 +05:30
.code-mirror-where-clause {
width: 100%;
height: 100%;
.query-context {
background-color: #f0f0f0;
padding: 10px;
border-radius: 5px;
}
.cursor-position {
background-color: #f0f0f0;
padding: 10px;
border-radius: 5px;
}
}