mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-20 17:07:18 +00:00
17 lines
241 B
SCSS
17 lines
241 B
SCSS
|
|
.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;
|
||
|
|
}
|
||
|
|
}
|