@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.syntax-highlighting.less Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-dashbuilder-ui
Show all versions of quarkus-dashbuilder-ui
Dashbuilder extension Web Bundle
//
// Syntax Highlighting for google-code-prettify
// --------------------------------------------------
.prettyprint {
.atn,
.com,
.fun,
.var {
color: @syntax-3;
}
.atv,
.str {
color: @syntax-1;
}
.clo,
.dec,
.kwd,
.opn,
.pln,
.pun {
color: @syntax-2;
}
.lit,
.tag,
.typ {
color: @syntax-4;
}
ol.linenums {
margin-bottom: 0;
}
}