Skip to content

Commit

Permalink
[ADF-5567] removed the important property
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Dec 7, 2023
1 parent f47fb2a commit ec1eda2
Showing 1 changed file with 61 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,78 +1,71 @@
.adf {
&-permission-card {
height: 100%;
box-sizing: border-box;
display: flex !important;
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);
}
adf-permission-list {
.adf {
&-permission-card {
height: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
overflow: hidden;
}

&-inherit-container {
display: flex;
flex-direction: row;
align-items: center;
&-permission-loader {
margin-left: 45%;
overflow: hidden;
}

&-header {
margin-bottom: 10px;
margin-top: 10px;
&-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-toggle {
padding-left: 30px;
}
&-inherit-container {
display: flex;
flex-direction: row;
align-items: center;

&-inherit-subtitle {
padding-bottom: 5px;
}
&-header {
margin-bottom: 10px;
margin-top: 10px;
}
}

&-permission-content-header {
display: flex;
flex-direction: row;
align-items: center;
padding: 5px 15px;
}
&-inherit-toggle {
padding-left: 30px;
}

&-permission-role-column-header {
position: relative !important;
height: 40px;
&-inherit-subtitle {
padding-bottom: 5px;
}

.mat-form-field-infix {
border: none;
&-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-header {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
overflow: hidden;
min-height: 0;
}

&-permission-list {
display: flex;
height: calc(100% - 63px);
}
&-permission-list {
display: flex;
height: calc(100% - 63px);
}

&-local-permission-container {
overflow: hidden;
flex: 1 1 auto;
&-local-permission-container {
overflow: hidden;
flex: 1 1 auto;
}
}
}

Expand All @@ -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);
}
}

.adf-datatable .adf-datatable-row .adf-datatable-cell-value .adf-permission-role-column-header {
position: relative;
height: 40px;
}

0 comments on commit ec1eda2

Please sign in to comment.