2018-10-19 15:17:02 +00:00
|
|
|
td a.is-management::after {
|
2020-01-16 09:10:32 +00:00
|
|
|
@extend %with-star-fill-mask, %as-pseudo;
|
2020-05-05 16:31:18 +00:00
|
|
|
background-color: var(--swatch-brand-600, $black);
|
2018-10-19 15:17:02 +00:00
|
|
|
height: 16px;
|
|
|
|
top: 2px;
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
@media #{$--horizontal-tabs} {
|
|
|
|
.template-policy.template-list main header .actions,
|
|
|
|
.template-token.template-list main header .actions {
|
|
|
|
position: relative;
|
2019-12-12 09:25:39 +00:00
|
|
|
top: 42px;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-21 09:18:32 +00:00
|
|
|
@media #{$--lt-wide-form} {
|
|
|
|
html.template-acl.template-edit main header .actions {
|
|
|
|
float: none;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
html.template-acl.template-edit main header .actions .with-feedback {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
html.template-acl.template-edit main header .actions .with-confirmation {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-05-01 18:09:29 +00:00
|
|
|
[name='role[state]'],
|
|
|
|
[name='role[state]'] + * {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
[name='role[state]']:checked + * {
|
|
|
|
display: block;
|
|
|
|
}
|