blob: 93b17149a7c0f43532b5047b163660c4e736625c [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001@charset "utf-8";
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00002@import "../util";
Nils Diewalda944fab2015-04-08 21:02:04 +00003
4div.resultinfo {
5 clear: both;
6
7 p.found {
8 font-size: 10pt;
9 padding: 0;
10 margin: 0;
11 text-align: right;
12 }
13}
14
15#total-results {
16 color: $total-results;
17 font-weight: bold;
18}
19
Nils Diewalda898dac2015-05-06 21:04:16 +000020#no-results {
21 margin: 0 auto;
22 text-align: center;
23 code {
24 &::before {
25 content : open-quote;
26 }
27 &::after {
28 content : close-quote;
29 }
30 font-weight: bold;
31 }
32}