Skip to content
Snippets Groups Projects
Unverified Commit 40143009 authored by Gaëlle Morin's avatar Gaëlle Morin Committed by Gaëlle Morin
Browse files

admin-circles: buttons are centered with the right color

parent fa501424
No related branches found
No related tags found
1 merge request!85Resolve "CSS of the "Join" column not right on the Circles administration page"
......@@ -43,14 +43,14 @@
sib-widget(name='admin-circle-leave-button')
template
sib-delete(
class='button btn-margin-left text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
data-src="${src}"
data-label='Leave circle'
)
sib-widget(name='admin-circle-join-button')
template
button.button.btn-margin-left.text-bold.text-uppercase.reversed.button-dark.bordered.with-icon.icon-arrow-right-circle.test
button.button.btn-margin-left.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-arrow-right-circle.test
sib-form(
data-src=''
nested-field='members'
......
......@@ -164,8 +164,9 @@
}
}
sib-set-default[name='buttons'] {
admin-circle-buttons[name='buttons'] {
align-items: center;
display: flex;
justify-content: center;
[name='button'] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment