client/src/components/Session.scss
changeset 191 3f71ad81a5a9
parent 190 01ad654237d5
child 192 e4c2c1919c20
--- a/client/src/components/Session.scss	Mon Dec 03 17:53:37 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-@import 'bootstrap/scss/functions';
-@import 'bootstrap/scss/variables';
-
-.session-container {
-position: absolute;
-top: 4rem;
-bottom: 0;
-left: 0;
-right: 0;
-display: flex;
-flex-direction: column;
-// justify-content: flex-end;
-justify-content: flex;
-overflow-y: hidden;
-    .session-notes {
-        overflow-y: hidden;
-        width: 100%;
-        display: flex;
-        flex: 1;
-        > * {
-            padding-left: ($grid-gutter-width / 2);
-            padding-right: ($grid-gutter-width / 2);
-        }
-        .notes-affix {
-            min-width: 17%;
-            max-width: 17%;
-            display: flex;
-            flex-direction: column;
-            // > *:first-child {
-            //     max-height: calc(100%);
-            //     overflow-y: auto;
-            // }
-        }
-        .notes-affix-summary {
-            display: flex;
-            flex-direction: column;
-            overflow: hidden;
-        }
-        .notes-list {
-            width: 100%;
-            overflow-y: auto;
-            overflow-x: hidden;
-        }
-    }
-}