wip
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user