This commit is contained in:
Gaëlle Morin
2019-10-23 13:55:42 +02:00
parent 397e0a4dc3
commit 45064062fd
5 changed files with 49 additions and 2 deletions

View File

@ -155,6 +155,23 @@ sib-delete {
border: 0;
}
.content-box__header.with-edit {
border-bottom: 1px solid $color-221-51-90;
div {
.name {
text-transform: uppercase;
}
.edit {
color: $color-213-4-50;
font-size: 1.6rem;
margin-left: auto;
}
}
}
.backlink {
font-size: 1.5rem;
margin: 2rem 0 0 2rem;
@ -172,6 +189,20 @@ sib-delete {
}
}
.editlink {
font-size: 1.6rem;
@include icon('pencil');
color: white;
&::before {
background: $color-244-73-62;
border-radius: 50%;
text-decoration: none;
height: 34px;
width: 34px;
}
}
.name {
color: $color-216-4-22;
font-size: 2rem;