You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import '../split_pane_resizer.scss';
|
|
.split-pane-area{
|
|
height: calc(100vh - 65px);
|
|
}
|
|
|
|
.right_pane_code_wrap{
|
|
position: relative;
|
|
background-color: #222;
|
|
height: 100%;
|
|
}
|