visual improved

This commit is contained in:
Gaelle Morin 2018-12-20 19:26:22 +01:00
parent e0a659b5eb
commit fc3444be0c
1 changed files with 6 additions and 6 deletions

View File

@ -20,6 +20,7 @@
color: $color-black2; color: $color-black2;
font-weight: bold; font-weight: bold;
justify-content: center; justify-content: center;
margin-bottom: 2.2em;
white-space: nowrap; white-space: nowrap;
&::before, &::after { &::before, &::after {
@ -49,7 +50,7 @@
margin-bottom: 2.5rem; margin-bottom: 2.5rem;
@media(min-width: 56rem) { @media(min-width: 56rem) {
height: 70rem; height: 70rem;
width: 30%; width: 32%;
} }
label { label {
@ -72,7 +73,7 @@
flex-basis:150px; flex-basis:150px;
height: 300px; height: 300px;
margin: 1em auto; margin: 1em auto;
width: 60%; width: 50%;
img { img {
border-radius: 100%; border-radius: 100%;
@ -111,18 +112,17 @@
//padding: 1.5em 1.2em 3em; //padding: 1.5em 1.2em 3em;
* { * {
margin-top: 1.5em; margin-top: 1em;
&::before { &::before {
color: $color-yellow; color: $color-yellow;
font-size: 20px; font-size: 20px;
padding: 0 1em; padding: 0 0.6em 0 1em;
} }
} }
[name$='cell'] * { [name$='cell'] * {
@include icon('user'); @include icon('chemistry');
} }
[name$='roles'] * { [name$='roles'] * {