update: .customer-logo moved to main.scss

This commit is contained in:
gaelle morin 2020-05-18 15:19:09 +02:00
parent 5d69d1a4ee
commit 5e33021818
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
4 changed files with 10 additions and 14 deletions

View File

@ -191,6 +191,16 @@ h5 {
}
}
.customer-logo {
box-sizing: border-box;
display: flex;
height: 8.5vh;
justify-content: flex-end;
margin-top: 20px;
text-align: end;
width: 15vw;
}
.content-box {
@include window-style-modal();
flex-direction: column;

View File

@ -18,7 +18,6 @@ div#viewport {
@import 'components/index';
@import 'layout/members/index';
@import 'layout/job-offers/index';
@import 'layout/project/index';
@import 'layout/user/index';
@import 'layout/events/index';
@import 'layout/dashboard/index';

View File

@ -1 +0,0 @@
@import 'project-profile';

View File

@ -1,12 +0,0 @@
#project-profile {
.customer-logo {
box-sizing: border-box;
display: flex;
height: 8.5vh;
justify-content: flex-end;
margin-top: 20px;
text-align: end;
width: 15vw;
}
}