fix: project-picture-edit - wip
This commit is contained in:
parent
c942eaf1e4
commit
03dc7a4251
@ -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 {
|
.content-box {
|
||||||
@include window-style-modal();
|
@include window-style-modal();
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -5,6 +5,7 @@ div.content-box__info
|
|||||||
h1 Modifier l'image du projet
|
h1 Modifier l'image du projet
|
||||||
|
|
||||||
solid-picture(
|
solid-picture(
|
||||||
|
class="pull-left-1200 avatar-display"
|
||||||
bind-resources
|
bind-resources
|
||||||
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
|
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
|
||||||
upload-id="solid-project-edit-picture"
|
upload-id="solid-project-edit-picture"
|
||||||
|
Loading…
Reference in New Issue
Block a user