summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/source-editor/source-editor.component.css
blob: f60cc0e1768faa1e1ee5f6669f54fa09cd11bb48 (plain)
1
2
3
4
5
6
7
.aceEditor {
    overflow: hidden;
    height: 100% !important;
    background-color: white !important;
    border: 1px solid #3f51b5;
     border-left: 5px solid #3f51b5;
}