blob: bcba1604b5bdb15011432446f7d9e9dca981353f [file] [log] [blame]
@charset "utf-8";
@use "../util";
@use "../base/colors";
@use "../base/lengths";
/**
* Styles for the KoralQuery view.
*/
#koralquery {
white-space: pre;
> div {
// TODO:
// Mark this with result-view
background-color: colors.$nearly-white;
overflow-x: auto;
font-size: 85%;
margin: {
top: 2pt;
right: lengths.$right-view-distance;
bottom: 2pt;
left: 2pt;
}
}
}