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

fix: CSS fix on circle-edit page

parent 8e7547d0
No related branches found
No related tags found
1 merge request!73fix: CSS fix on circle-edit page
...@@ -17,6 +17,6 @@ div#viewport { ...@@ -17,6 +17,6 @@ div#viewport {
@import 'layout/members/index'; @import 'layout/members/index';
@import 'layout/job-offers/index'; @import 'layout/job-offers/index';
@import 'layout/project-profile/index'; @import 'layout/project-profile/index';
@import 'layout/circle-profile/index'; @import 'layout/circle/index';
@import 'layout/user/index'; @import 'layout/user/index';
} }
...@@ -20,8 +20,12 @@ h2 { ...@@ -20,8 +20,12 @@ h2 {
width: 50%; width: 50%;
} }
>*:first-of-type { >*:last-of-type {
border-right: 1px solid white; border-left: 1px solid white;
@media (max-width: 1220px) {
display: none;
}
} }
} }
...@@ -34,18 +38,23 @@ h2 { ...@@ -34,18 +38,23 @@ h2 {
flex: 1; flex: 1;
width: 50%; width: 50%;
} }
>*:nth-child(odd) { sib-display {
border-left: 1px solid $color-228-25-79; border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79; border-right: 1px solid $color-228-25-79;
padding: 0 2.2rem; padding: 0 2.2rem;
} }
>*:nth-child(even) { sib-ac-checker {
display: flex; align-items: center;
border-right: 1px solid $color-228-25-79; border-right: 1px solid $color-228-25-79;
display: flex;
justify-content: flex-end; justify-content: flex-end;
padding: 2.7rem 2.2rem; padding: 2.7rem 2.2rem;
@media (max-width: 1220px) {
display: none;
}
} }
} }
...@@ -107,11 +116,11 @@ sib-multiple[widget='team-template-edit'] { ...@@ -107,11 +116,11 @@ sib-multiple[widget='team-template-edit'] {
[name='name'] { [name='name'] {
font-weight: 600; font-weight: 600;
margin-right: 1rem;
} }
sib-multiple { sib-multiple {
display: flex; display: flex;
margin-left: 1rem;
[name='groups'] { [name='groups'] {
@extend %user-role; @extend %user-role;
......
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