summary refs log tree commit diff stats
path: root/client/src/App.css
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-26 16:57:21 +0530
committerGitHub <noreply@github.com>2021-09-26 16:57:21 +0530
commite62f7f13b2602c4764ff949c6d73d9b7dae456c2 (patch)
tree42bf9946435311fda846909e1e22a7816d1384e6 /client/src/App.css
parente7c504a71156d893d46c8c8bb076211bab9b84d9 (diff)
parent4abf0cb4310bc3ee0a3aa5256daceb1c90dff147 (diff)
downloadMyMedMemoir-e62f7f13b2602c4764ff949c6d73d9b7dae456c2.tar.gz
Merge pull request #1 from karishmarajput/master
Add styles
Diffstat (limited to 'client/src/App.css')
-rw-r--r--client/src/App.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/client/src/App.css b/client/src/App.css
index f565e3b..9f86207 100644
--- a/client/src/App.css
+++ b/client/src/App.css
@@ -219,4 +219,31 @@ input[type="number"] {
 #form-ka-button {
     padding-left: 78%;
     margin-right: 0;
-}
\ No newline at end of file
+}
+.apneReports{
+    padding-left: 30px;
+}
+details {
+    border: 1px solid #aaa;
+    border-radius: 4px;
+    padding: .5em .5em 0;
+}
+
+summary {
+    font-weight: bold;
+    margin: -.5em -.5em 0;
+    padding: .5em;
+}
+
+details[open] {
+    padding: .5em;
+}
+
+details[open] summary {
+    border-bottom: 1px solid #aaa;
+    margin-bottom: .5em;
+}
+.apneReports{
+    padding-top: 10px;
+    line-height: 1.5;
+}