7021433185
This PR adds a new {{template-anchor}} component. This component lets you specify a 'href template' in a handlebars like format instead of a normal string href. This template will be interpolated with the contents of a vars="" attribute. Also contains code to add an extra UI Setting to be able to store a template to be used for this anchor in localStorage
39 lines
841 B
SCSS
39 lines
841 B
SCSS
td a.is-management {
|
|
@extend %with-star-after;
|
|
}
|
|
td a.is-management::after {
|
|
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;
|
|
top: 45px;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
}
|
|
}
|
|
[name='role[state]'],
|
|
[name='role[state]'] + * {
|
|
display: none;
|
|
}
|
|
[name='role[state]']:checked + * {
|
|
display: block;
|
|
}
|