update: useless styles removed from project-profile

This commit is contained in:
gaelle morin
2020-05-13 15:39:42 +02:00
parent 23412b691f
commit 3b6121ace9
6 changed files with 3 additions and 105 deletions

View File

@ -247,7 +247,7 @@ h5 {
flex-direction: column;
}
.modal {
/*.modal {
color: var(--color-white);
margin: 75px;
padding: 40px;
@ -268,7 +268,7 @@ h5 {
color: var(--color-secondary);
}
}
}
}*/
.admin-header {
align-items: center;

View File

@ -1,44 +1,5 @@
#project-profile {
.button-question__position {
position: relative;
bottom: 5px;
}
.button-question__color {
color: var(--color-secondary);
}
.customer-box {
display: flex;
margin: 1.6rem 0;
>* {
border: 1px solid var(--color-grey-8);
flex: 0 1 50%;
padding: 1.7rem 2rem;
&:first-child {
li:last-child {
margin-top: 3rem;
p {
margin-top: 0.8rem;
}
}
}
&:last-child {
border-left: none;
li {
margin-bottom: 1.5rem;
}
}
}
}
.customer-logo {
box-sizing: border-box;
display: flex;
@ -48,31 +9,4 @@
text-align: end;
width: 15vw;
}
ul {
list-style: none;
padding-left: 0;
li {
margin-bottom: 0.5em;
span::before {
color: var(--color-primary);
font-size: 2.2rem;
margin: 0 1rem 0 0;
}
span {
font-weight: bold;
&.link-color {
color: var(--color-complementary);
}
&.norm-weight {
font-weight: normal;
}
}
}
}
}
}