blob: 93b17149a7c0f43532b5047b163660c4e736625c [file] [log] [blame]
@charset "utf-8";
@import "../util";
div.resultinfo {
clear: both;
p.found {
font-size: 10pt;
padding: 0;
margin: 0;
text-align: right;
}
}
#total-results {
color: $total-results;
font-weight: bold;
}
#no-results {
margin: 0 auto;
text-align: center;
code {
&::before {
content : open-quote;
}
&::after {
content : close-quote;
}
font-weight: bold;
}
}