equal
deleted
inserted
replaced
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 } |
|