summaryrefslogtreecommitdiff
path: root/client/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/app.css')
-rw-r--r--client/app.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/client/app.css b/client/app.css
new file mode 100644
index 0000000..a437c90
--- /dev/null
+++ b/client/app.css
@@ -0,0 +1,39 @@
+.query {
+ margin: 10px 0;
+}
+.query label {
+ display: flex;
+ flex-direction: row;
+}
+.query label span {
+ display: inline-block;
+ width: 100px;
+}
+
+.results {
+ margin: 10px 0;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+}
+.results .result {
+ width: 250px;
+ color: #333;
+}
+.results .result .img {
+ text-align: center;
+ height: 300px;
+}
+.results .result img {
+ max-width: 100%;
+ max-height: 300px;
+}
+.sha256 {
+ display: inline-block;
+ overflow: hidden;
+ white-space: pre;
+ max-width: 100%;
+}
+.results .result {
+ padding: 10px;
+} \ No newline at end of file