efdae83a87
* ui: Delete a bunch of CSS that we recently moved elsewhere * ui: Add some masking placeholders * Switch out hashicorp logo for one from structure-icons * Change copy-button to use new copy-action icon * Change secret-button to use new visibility-hide/show icons * New folder icon for KVs * Cleanup some of the icons we no longer use * Switch from %with-exit to standard-like %with-exit-icon * Move all chevrons to use structure-icons properly * Use star-fill as much as possible * Remove the remaining icons from icons/index plus the file itself
38 lines
868 B
SCSS
38 lines
868 B
SCSS
td a.is-management::after {
|
|
@extend %with-star-fill-mask, %as-pseudo;
|
|
background-color: $magenta-600;
|
|
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: 42px;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
}
|