Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,49 @@
1
+#searchWidget {
2
+  padding: 0 .5rem;
3
+  min-width: rfs-value(225px);
4
+}
5
+
6
+
7
+#searchResults {
8
+  margin-top: $spacer;
9
+
10
+  form .formbody {
11
+    max-width: rfs-value(400px);
12
+    margin-bottom: 2rem;
13
+  }
14
+}
15
+
16
+
17
+.mod_search {
18
+
19
+  div.even {
20
+    background-color: $gray-100;
21
+  }
22
+
23
+  div.odd {
24
+    background-color: $gray-200;
25
+  }
26
+
27
+
28
+  div.even, div.odd {
29
+    padding: 10px 13px;
30
+    margin-bottom: 10px;
31
+
32
+    a {
33
+      text-decoration: none;
34
+    }
35
+
36
+    h3 {
37
+      margin-bottom: 5px;
38
+    }
39
+
40
+    p.context {
41
+      margin-bottom: 0px;
42
+    }
43
+
44
+    p.url {
45
+      font-size: rfs-value(14px);
46
+      margin-top: .5rem;
47
+    }
48
+  }
49
+}
0 50
\ No newline at end of file