mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-5567] removed the important property
This commit is contained in:
+67
-69
@@ -1,78 +1,71 @@
|
|||||||
.adf {
|
adf-permission-list {
|
||||||
&-permission-card {
|
.adf {
|
||||||
height: 100%;
|
&-permission-card {
|
||||||
box-sizing: border-box;
|
height: 100%;
|
||||||
display: flex !important;
|
box-sizing: border-box;
|
||||||
flex-direction: column;
|
display: flex;
|
||||||
overflow: hidden;
|
flex-direction: column;
|
||||||
}
|
overflow: hidden;
|
||||||
|
|
||||||
&-permission-loader {
|
|
||||||
margin-left: 45%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-permission-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
padding: 10px 15px;
|
|
||||||
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-inherit-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
&-header {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&-inherit-toggle {
|
&-permission-loader {
|
||||||
padding-left: 30px;
|
margin-left: 45%;
|
||||||
}
|
overflow: hidden;
|
||||||
|
|
||||||
&-inherit-subtitle {
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-permission-content-header {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
padding: 5px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-permission-role-column-header {
|
|
||||||
position: relative !important;
|
|
||||||
height: 40px;
|
|
||||||
|
|
||||||
.mat-form-field-infix {
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&-permission-header {
|
&-permission-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
flex: 1;
|
justify-content: space-between;
|
||||||
height: 100%;
|
align-items: center;
|
||||||
overflow: hidden;
|
padding: 10px 15px;
|
||||||
min-height: 0;
|
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-permission-list {
|
&-inherit-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100% - 63px);
|
flex-direction: row;
|
||||||
}
|
align-items: center;
|
||||||
|
|
||||||
&-local-permission-container {
|
&-header {
|
||||||
overflow: hidden;
|
margin-bottom: 10px;
|
||||||
flex: 1 1 auto;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-inherit-toggle {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-inherit-subtitle {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-permission-content-header {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
padding: 5px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-permission-header {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-permission-list {
|
||||||
|
display: flex;
|
||||||
|
height: calc(100% - 63px);
|
||||||
|
}
|
||||||
|
|
||||||
|
&-local-permission-container {
|
||||||
|
overflow: hidden;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -92,3 +85,8 @@
|
|||||||
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
|
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-datatable .adf-datatable-row .adf-datatable-cell-value .adf-permission-role-column-header {
|
||||||
|
position: relative;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user