client/src/App.scss
changeset 63 4088f8dc6b52
parent 45 c20f32e92759
child 72 7634b424f426
equal deleted inserted replaced
62:b2514a9bcd49 63:4088f8dc6b52
    92     right: 0;
    92     right: 0;
    93     display: flex;
    93     display: flex;
    94     flex-direction: column;
    94     flex-direction: column;
    95     justify-content: flex-end;
    95     justify-content: flex-end;
    96     .session-notes {
    96     .session-notes {
    97         overflow-y: auto;
    97         overflow-y: hidden;
    98         width: 100%;
    98         width: 100%;
       
    99         display: flex;
    99         flex: 1;
   100         flex: 1;
       
   101         > * {
       
   102             padding-left: ($grid-gutter-width / 2);
       
   103             padding-right: ($grid-gutter-width / 2);
       
   104         }
       
   105         .notes-affix {
       
   106             min-width: 25%;
       
   107         }
       
   108         .notes-list {
       
   109             overflow-y: auto;
       
   110         }
   100     }
   111     }
   101 }
   112 }
   102 
   113 
   103 @keyframes App-logo-spin {
   114 @keyframes App-logo-spin {
   104   from { transform: rotate(0deg); }
   115   from { transform: rotate(0deg); }