/**
 * Created by prisme.io on 09/06/2017.
 */


#chart {
   overflow: auto;
   background: #e3e3e3;
   position: absolute;
   bottom:25px;
   top: 35px;
   left:0px;
   right:0px;
   box-sizing:border-box;
   transition: right 0.2s ease;
}

#chart:focus {
    outline: none;
}

#workspace {
    position: absolute;
    margin: 0;
    top:0px;
    left:179px;
    bottom: 0px;
    right: 322px;
    overflow: hidden;
    @include component-border;
    transition: left 0.2s ease-in-out;

}

.workspace-footer-button {
    @include component-footer-button;
}

#workspace-footer {
    @include component-footer;
}
