mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* add stylelint * fix style first part * fix style second part * fix style third part * fix style fourth part * Fix e2e tests first part * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * fix insights * fix style abotu component * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * [ADF-3746] Rebase branch * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * Fix list error * fix new style added * tslint fix * [ADF-3746] Fix scss errors on Process Filters Cloud component
105 lines
2.2 KiB
SCSS
105 lines
2.2 KiB
SCSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-error-dialog h3 {
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.adf-activiti-task-details__header {
|
|
align-self: flex-end;
|
|
display: flex;
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
line-height: normal;
|
|
overflow: hidden;
|
|
margin: 8px 0 16px;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
.adf-activiti-task-details__action-button {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.adf-assignment-container {
|
|
padding: 10px 20px;
|
|
width: auto;
|
|
}
|
|
|
|
adf-task-header.adf-assign-edit-view ::ng-deep adf-card-view ::ng-deep
|
|
.adf-property[data-automation-id='header-assignee'] {
|
|
display: none;
|
|
}
|
|
|
|
.adf-task-details {
|
|
&-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
&-toggle {
|
|
position: relative;
|
|
top: 10px;
|
|
margin-right: 2px;
|
|
height: 23px;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
}
|
|
|
|
&-toggle {
|
|
position: relative;
|
|
}
|
|
|
|
&-core {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
&-sidebar {
|
|
&-drawer {
|
|
@media screen and (max-width: 1279px) {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
&-checklist {
|
|
margin-top: 30px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
&-form {
|
|
flex-grow: 1;
|
|
|
|
& ::ng-deep .adf-form-debug-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20px 0;
|
|
|
|
.mat-slide-toggle {
|
|
margin-left: auto;
|
|
|
|
& + div {
|
|
background-color: black;
|
|
padding: 20px;
|
|
clear: both;
|
|
margin-top: 30px;
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
|
|
& ::ng-deep .mat-tab-label {
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|