Files
alfresco-ng2-components/demo-shell/src/app/components/config-editor/config-editor.component.scss
davidcanonieto f2c1778eda [ADF-4595] Change demo-shell style classes prefix (#5132)
* [ADF-4595] Change demo-shell style classes prefix

* Change more files

* Trigger e2e tests

* Fix e2e selectors

* Fix e2e tests

* Fix e2e tests
2019-10-18 17:35:01 +01:00

17 lines
232 B
SCSS

.app-file-editor {
height: 500px;
width: 65%;
float: left;
}
.app-list-configurations {
float: left;
width: 30%;
}
.app-list-configurations-buttons {
width: 200px;
margin-left: 30%;
float: left;
}