ok title + button.

This commit is contained in:
Gaëlle Morin
2019-11-05 15:00:10 +01:00
parent 12ffa2467a
commit 3b49ddadee
3 changed files with 17 additions and 3 deletions

View File

@ -244,3 +244,14 @@
}
}
}
.admin-header{
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
}

View File

@ -18,7 +18,7 @@
display: block;
}
.circle-edit-button, .circle-add-button {
.circle-edit-button {
align-self: flex-end;
position: absolute;
}