client/src/scss/components/_SessionSummary.scss
changeset 191 3f71ad81a5a9
parent 174 ac1a026edd58
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/scss/components/_SessionSummary.scss	Tue Dec 04 18:17:56 2018 +0100
@@ -0,0 +1,13 @@
+.session-summary-list {
+    overflow-y: auto;
+    .note {
+        &-length {
+        color: black;
+        font-size: .6rem;
+        }
+        &-time {
+            font-size: .7rem;
+        }
+    }
+}
+