ok title + button.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user