2020-12-15 07:21:17 +00:00
|
|
|
.kc-role-attributes__table {
|
|
|
|
/* even though the table is borderless, make the border under the th transparent */
|
|
|
|
--pf-c-table--border-width--base: 0;
|
|
|
|
--pf-c-table--m-compact--cell--first-last-child--PaddingLeft: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kc-role-attributes__plus-icon {
|
|
|
|
/* shift the button left to adjust for table cell padding */
|
|
|
|
margin-left: calc(var(--pf-global--spacer--md) * -1);
|
|
|
|
}
|
|
|
|
|
2020-12-04 20:37:29 +00:00
|
|
|
.pf-c-button.kc-role-attributes__minus-icon {
|
|
|
|
/* shift the button left to adjust for table cell padding */
|
|
|
|
margin-left: calc(var(--pf-global--spacer--md) * -1);
|
|
|
|
color: var(--pf-c-button--m-plain--Color);
|
|
|
|
}
|
|
|
|
|
2021-02-17 07:17:04 +00:00
|
|
|
.kc-add-role-button {
|
|
|
|
margin-left: var(--pf-global--spacer--lg);
|
|
|
|
}
|
|
|
|
|
2020-12-15 07:21:17 +00:00
|
|
|
.kc-role-attributes__action-group {
|
|
|
|
/* subtract the padding at the bottom of the table from the action group margin */
|
|
|
|
--pf-c-form__group--m-action--MarginTop: calc(
|
|
|
|
var(--pf-global--spacer--2xl) - var(--pf-global--spacer--sm)
|
|
|
|
);
|
2021-02-17 07:17:04 +00:00
|
|
|
|
2020-12-15 07:21:17 +00:00
|
|
|
}
|
2021-03-01 17:20:58 +00:00
|
|
|
|
|
|
|
.kc-who-will-appear-button {
|
2021-03-01 17:22:01 +00:00
|
|
|
padding-left: 0px;
|
2021-03-01 17:20:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.kc-groups-link {
|
|
|
|
font-size: var(--pf-global--FontSize--sm);
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: var(--pf-global--spacer--xs);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-button.pf-m-link.kc-users-link {
|
|
|
|
font-size: var(--pf-global--FontSize--sm);
|
|
|
|
padding-left: var(--pf-global--spacer--xs);
|
|
|
|
padding-right: var(--pf-global--spacer--xs);
|
|
|
|
padding-top: 0px
|
|
|
|
|
|
|
|
}
|