Skip to content
Snippets Groups Projects
Commit 62bb5a7f authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

Clean-up circle-profile.scss

parent e274ad20
No related branches found
No related tags found
1 merge request!77Circle
@import 'circle';
@import 'circle-profile';
@import 'circle-edit';
@import 'circle-admin';
\ No newline at end of file
#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 {
......
#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;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment