mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-16 17:54:59 +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
21 lines
254 B
SCSS
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;
|
|
}
|
|
}
|