alfresco-ng2-components/demo-shell/src/app/components/cloud/task-details-cloud-demo.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

21 lines
254 B
SCSS

.app {
&-task-detail-container {
display: flex;
}
&-task-title {
margin-left:15px;
}
&-task-control {
width:70%;
}
&-demop-card-container {
width:30%;
font-family: inherit;
}
}