Files
alfresco-ng2-components/lib/process-services/people/components/people/people.component.scss
davidcanonieto 1a21f234b6 [ADF-3746] Add style lint rules (#3975)
* 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
2018-11-28 14:43:18 +00:00

93 lines
2.0 KiB
SCSS

@mixin adf-task-list-people-theme($theme) {
$primary: map-get($theme, primary);
$foreground: map-get($theme, foreground);
$header-border: 1px solid mat-color($foreground, divider);
.adf-assignment-header {
border-bottom: $header-border;
padding: 6px 20px;
}
.adf-assignment-count {
float: left;
padding: 10px 0;
font-weight: bolder;
opacity: 0.54;
}
.adf-add-people {
float: right;
padding: 8px;
height: 26px;
opacity: 0.54;
cursor: pointer;
&:hover {
color: mat-color($primary);
}
}
.adf-assignment-top-container.mat-card {
border-top: $header-border;
margin: 0;
padding: 0;
display: flex;
flex-flow: row wrap;
align-items: stretch;
}
.adf-assignment-top-container-content {
display: flex;
flex-flow: column;
align-items: stretch;
flex: 1 0 auto;
max-width: 100%;
}
.adf-assignment-container {
padding: 10px 20px;
border-bottom: $header-border;
max-width: 100%;
}
.adf-assignment-list-container {
padding: 0;
}
adf-people-list adf-datatable {
thead {
display: none;
}
.adf-data-table .adf-data-table-cell .adf-cell-container {
flex-direction: column;
align-items: left;
}
.adf-people-email {
opacity: 0.54;
}
}
.adf-people-img {
border-radius: 90%;
width: 40px;
height: 40px;
vertical-align: middle;
}
.adf-people-search-people-pic {
background: mat-color($primary);
width: 30px;
padding: 10px 5px;
border-radius: 100px;
color: #fff;
text-align: center;
font-weight: bolder;
font-size: 18px;
text-transform: uppercase;
vertical-align: text-bottom;
}
}