#profiles-list { @extend .grid-layer; nav { align-items: center; display: flex; font-size: 24px; justify-content: center; button { color: $color-anti-flash-white; &:before { color: $color-dark-lava; @include icon('arrow-left-circle'); } &:disabled::before { color: $color-manatee; } } button:nth-of-type(2) { order: 1; transform: rotate(180deg); } span { font-size: 26px; } } & > sib-form { grid-column-start: start; grid-column-end: middle; grid-row-start: start; grid-row-end: middle; } & > div, & > nav { display: flex; flex-wrap: wrap; grid-column-start: start; grid-column-end: end; margin-bottom: 1em; } & > div { justify-content: space-between; &:first-of-type { color: $color-quartz; font-weight: bold; justify-content: center; margin-bottom: 2.2em; white-space: nowrap; &::before, &::after { border-top: 1px solid $color-timberwolf; content: ''; position: relative; top: 0.5em; width: 35.2vw; } &::before { right: 3em; } &::after { left: 3em; } } > sib-display { background-color: white; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14); color: $color-rolling-stone; cursor: pointer; display: flex; flex-flow: column wrap; margin-bottom: 2.5rem; @media(min-width: 56rem) { height: 62rem; width: 32%; } label { display: none; } div[name='header'] { border-bottom: 1px solid $color-anti-flash-white; display: flex; flex-direction: column; padding: 0.5em 0 2em; > *:not(sib-display-img) { display: flex; flex-basis: content; justify-content: center; } sib-display-img { background-color: white; border-radius: 50%; height: 28vh; margin: 1em auto; overflow: hidden; position: relative; width: 28vh; img { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; } } ul[name='user'] { font-weight: bold; margin: 0; @extend h1; } sib-display-div[name$='bio'] { display: flex; flex-basis: 3.5em; line-height: 1.6; margin: 1.5em 0; padding: 0 4em; text-align: center; } [next=member-chat] { align-self: center; border: 1px solid $color-majorelle-blue; border-radius: 2em; color: $color-majorelle-blue; font-size: 18px; font-weight: bold; padding: 0.6em 1.5em 0.4em; @include icon('speech'); &::before { font-size: 25px; padding-right: 0.5em; } } } div[name='infos'] { > sib-display-div > div, > sib-display-lookuplist > ul { margin-bottom: 0; margin-top: 1em; &::before { color: $color-selective-yellow; font-size: 20px; padding: 0 0.6em 0 1em; } } > sib-display-lookuplist[name$='groups'] > ul > li { border: none; font-size: inherit; margin-left: 0; padding: 0; } > sib-display-lookuplist[name$='skills'] > ul { margin-left: 1em; } [name$='city'] * { @include mdi('atom'); } ul[name*='groups'] { @include mdi('account-outline'); } [name$='email'] * { @include icon('envelope'); } [name$='phone'] * { @include icon('phone'); } } } } }