edit button ok
This commit is contained in:
parent
27bea38d88
commit
1489f1b1cb
@ -16,10 +16,8 @@
|
||||
class-description='description'
|
||||
)
|
||||
|
||||
div.content-box__info
|
||||
|
||||
sib-ac-checker(permission='acl:Read', bind-resources)
|
||||
sib-ac-checker(permission='acl:Write', bind-resources)
|
||||
sib-ac-checker.content-box__info(permission='acl:Read', bind-resources)
|
||||
sib-ac-checker.circle-edit-button(permission='acl:Write', bind-resources)
|
||||
sib-link(class="right-btn", next="circle-edit", bind-resources) Edit and add Members
|
||||
|
||||
sib-display.block(
|
||||
|
@ -8,11 +8,22 @@
|
||||
|
||||
.content-box__info {
|
||||
@extend %padding-block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.backlink {
|
||||
text-align: right;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.circle-edit-button {
|
||||
align-self: flex-end;
|
||||
position: absolute;
|
||||
|
||||
>sib-link {
|
||||
background: $color-244-73-62;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block {
|
||||
|
Loading…
Reference in New Issue
Block a user