Skip to content
Snippets Groups Projects
Verified Commit 03dc7a42 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: project-picture-edit - wip

parent c942eaf1
No related branches found
No related tags found
2 merge requests!201Release/projects,!181Feature/project avatar
......@@ -356,6 +356,44 @@ h5 {
}
}
.p_relative {
position: relative;
}
.is-inline-1200 {
@include breakpoint(lg) {
flex-direction: row;
}
}
.flex_vertical-center {
align-items: center;
}
.flex_column {
flex-direction: column;
}
.pull-left-1200 {
@include breakpoint(lg) {
float: left;
}
}
.profile-avatar {
height: 243px;
width: 243px;
margin-left: 2rem;
}
solid-picture {
}
.content-box {
@include window-style-modal();
flex-direction: column;
......
......@@ -5,6 +5,7 @@ div.content-box__info
h1 Modifier l'image du projet
solid-picture(
class="pull-left-1200 avatar-display"
bind-resources
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
upload-id="solid-project-edit-picture"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment