Clean-up circle-profile.scss

This commit is contained in:
Gaëlle Morin
2019-11-08 13:26:00 +01:00
parent e274ad20d1
commit 62bb5a7fff
3 changed files with 23 additions and 51 deletions

View File

@ -0,0 +1,21 @@
#circle-information,
#circle-edit,
#admin-circle-list {
h2 {
font-size: 1.7rem;
font-weight: bold;
text-transform: uppercase;
}
.content-box__info {
@extend %padding-block;
display: flex;
flex-direction: column;
.backlink {
text-align: right;
display: block;
}
}
}