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

@ -1,3 +1,4 @@
@import 'circle';
@import 'circle-profile';
@import 'circle-edit';
@import 'circle-admin';

View File

@ -1,23 +1,4 @@
#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;
}
}
#circle-information {
.box-button {
display: flex;
@ -31,41 +12,10 @@
.form-label.is-dark>label {
margin-top: 0;
/*>div:first-child {
@extend h3;
font-weight: bold;
margin: 0 0 1.4rem;
text-transform: uppercase;
}*/ /* Casse l'alignement de "add a member" au niveau du bouton. Utile ailleurs ?*/
}
}
>div { /* peut-être à mettre dans main.scss */
display: flex;
flex-direction: column;
margin-bottom: 2.6rem;
position: relative;
>[name^='label'] {
@extend h3;
font-weight: bold;
margin: 0 0 1.4rem;
text-transform: uppercase;
}
>[name='description'] {
max-width: 80%;
}
>[name='entitled'] {
align-self: flex-end;
position: absolute;
>*:first-child {
margin-right: 0.8rem;
}
}
>sib-multiple {

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;
}
}
}