ok title + button.
This commit is contained in:
parent
12ffa2467a
commit
3b49ddadee
@ -55,9 +55,12 @@
|
||||
|
||||
|
||||
div.content-box__info
|
||||
sib-link(class='circle-add-button button yellow-button', next='admin-circle-create') Create a new circle
|
||||
|
||||
div.admin-header
|
||||
|
||||
h3 Circles
|
||||
div.admin-header__title Circles
|
||||
|
||||
sib-link(class='circle-add-button button yellow-button', next='admin-circle-create') Create a new circle
|
||||
|
||||
div.table-header
|
||||
div.cell Name
|
||||
|
@ -244,3 +244,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5rem;
|
||||
|
||||
.admin-header__title {
|
||||
@extend h3;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.circle-edit-button, .circle-add-button {
|
||||
.circle-edit-button {
|
||||
align-self: flex-end;
|
||||
position: absolute;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user