mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
51 lines
950 B
SCSS
51 lines
950 B
SCSS
@mixin adf-permission-list-theme($theme) {
|
|
|
|
.adf {
|
|
|
|
&-permission-label {
|
|
max-width: 130px;
|
|
min-width: 100px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
&-delete-permission {
|
|
max-width: 50px;
|
|
}
|
|
|
|
&-authorityId-label {
|
|
min-width: 100px;
|
|
}
|
|
|
|
&-key-icon {
|
|
max-width: 50px;
|
|
}
|
|
|
|
&-ellipsis-cell {
|
|
position: sticky;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&-display-permission-container {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
&-datatable-permission {
|
|
display: flex;
|
|
min-width: 450px;
|
|
width: 70%;
|
|
}
|
|
|
|
&-locallyset-label {
|
|
padding: 4px;
|
|
}
|
|
|
|
&-inherited-label {
|
|
width: 92.13px;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
}
|