fix bug on field alignment + buttons in admin ok
This commit is contained in:
parent
d4b4a176cd
commit
6ba3ef525d
@ -16,6 +16,7 @@
|
||||
data-src="${value['@id']}"
|
||||
)
|
||||
sib-delete(
|
||||
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
|
||||
data-src="${value['@id']}"
|
||||
data-label='Leave'
|
||||
)
|
||||
@ -34,9 +35,6 @@
|
||||
set-user-id-select="user"
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
sib-widget(name='team-template-edit')
|
||||
template
|
||||
sib-display(
|
||||
@ -50,17 +48,16 @@
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
div.content-box__info
|
||||
|
||||
div.admin-header
|
||||
|
||||
div.admin-header__title Circles
|
||||
|
||||
sib-link(class='circle-add-button button yellow-button', next='admin-circle-create') Create a new circle
|
||||
sib-link(
|
||||
class='button text-bold text-uppercase reversed button-yellow bordered with-icon icon-plus'
|
||||
next='admin-circle-create'
|
||||
) Create a new circle
|
||||
|
||||
div.table-header
|
||||
div.cell Name
|
||||
|
@ -16,7 +16,7 @@ sib-router(default-route='circle-profile')
|
||||
widget-creationDate='sib-display-date'
|
||||
)
|
||||
sib-ac-checker.testblock.circle-edit-button(permission='acl:Write', bind-resources)
|
||||
sib-link.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-pencil(next='circle-edit', bind-resources) Edit and add Members
|
||||
sib-link(class='button text-bold text-uppercase reversed button-blue bordered with-icon icon-pencil' next='circle-edit' bind-resources) Edit and add Members
|
||||
|
||||
|
||||
h2(name="label-team") Members:
|
||||
|
@ -38,7 +38,7 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*sib-set-default {
|
||||
sib-set-default {
|
||||
clear: both;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@ -48,7 +48,7 @@
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
label {
|
||||
display: flex;
|
||||
|
@ -363,7 +363,8 @@ a,
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #FFCE51;
|
||||
background-color: white;
|
||||
color: #FFCE51;
|
||||
|
||||
&.bordered {
|
||||
border: 1px solid hsl(43, 100%, 50%);
|
||||
|
Loading…
Reference in New Issue
Block a user