convai / front /less /zGeneral.less
Julien Chaumond
Front
2d2e027
raw
history blame contribute delete
390 Bytes
// Filename starts with a z to keep things in order.
@import "variables.less";
code, pre, div.pre {
background-color: rgba(0,0,0,0.04);
border-radius: 3px;
padding: 2px 6px;
font-family: @fontMonospace;
font-size: 12px;
}
div.pre {
span.value {
white-space: pre;
color: #840a6e;
&.string { color: #000; }
&.boolean { color: #0086b3; }
&.number { color: #40a070; }
}
}