mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
* [ADF-4595] Change demo-shell style classes prefix * Change more files * Trigger e2e tests * Fix e2e selectors * Fix e2e tests * Fix e2e tests
17 lines
232 B
SCSS
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;
|
|
}
|