client/src/components/NoteInput.scss
changeset 191 3f71ad81a5a9
parent 190 01ad654237d5
child 192 e4c2c1919c20
equal deleted inserted replaced
190:01ad654237d5 191:3f71ad81a5a9
     1 @import 'bootstrap/scss/functions';
       
     2 @import 'bootstrap/scss/variables';
       
     3 
       
     4 .editor {
       
     5     display: flex;
       
     6     &-left {
       
     7         border: .125rem solid;
       
     8         // border-color: transparent;
       
     9         border-color: #769FED;
       
    10         border-radius: .5rem;
       
    11         max-height: 8.5rem;
       
    12         height: 8.5rem;
       
    13         width: 97%;
       
    14         overflow-y: auto;
       
    15     }
       
    16     // &-left:hover {
       
    17     //     border-color: #769FED;
       
    18     // }
       
    19 
       
    20     // &-right {
       
    21     //     white-space: pre-wrap;
       
    22     //     overflow-wrap: break-word;
       
    23     //     .form-control {
       
    24     //     min-width: 25%;
       
    25     //   }
       
    26 }