summary refs log tree commit diff stats
path: root/client/src/App.css
diff options
context:
space:
mode:
authorkarishmarajput <karrajput3948@gmail.com>2021-09-26 16:54:47 +0530
committerkarishmarajput <karrajput3948@gmail.com>2021-09-26 16:54:47 +0530
commit4abf0cb4310bc3ee0a3aa5256daceb1c90dff147 (patch)
tree42bf9946435311fda846909e1e22a7816d1384e6 /client/src/App.css
parente7c504a71156d893d46c8c8bb076211bab9b84d9 (diff)
downloadMyMedMemoir-4abf0cb4310bc3ee0a3aa5256daceb1c90dff147.tar.gz
style
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;
+}