update: .customer-logo moved to main.scss
This commit is contained in:
parent
5d69d1a4ee
commit
5e33021818
@ -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 {
|
.content-box {
|
||||||
@include window-style-modal();
|
@include window-style-modal();
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -18,7 +18,6 @@ div#viewport {
|
|||||||
@import 'components/index';
|
@import 'components/index';
|
||||||
@import 'layout/members/index';
|
@import 'layout/members/index';
|
||||||
@import 'layout/job-offers/index';
|
@import 'layout/job-offers/index';
|
||||||
@import 'layout/project/index';
|
|
||||||
@import 'layout/user/index';
|
@import 'layout/user/index';
|
||||||
@import 'layout/events/index';
|
@import 'layout/events/index';
|
||||||
@import 'layout/dashboard/index';
|
@import 'layout/dashboard/index';
|
||||||
|
@ -1 +0,0 @@
|
|||||||
@import 'project-profile';
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user