feature: project: modify image - positioning
This commit is contained in:
parent
03dc7a4251
commit
2b314116a4
@ -357,10 +357,77 @@ h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.p_relative {
|
.p_relative {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pull-left-1200 {
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex_column {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex_vertical-center {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-inline-1200 {
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
solid-ac-checker.button-padding {
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
padding-left: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.w90 {
|
||||||
|
|
||||||
|
@include breakpoint(sm) {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.w100 {
|
||||||
|
|
||||||
|
@include breakpoint(sm) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.p_absolute {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-register-picture {
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#solid-picture-remove {
|
||||||
|
margin-top: 2em;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*.p_relative {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.is-inline-1200 {
|
.is-inline-1200 {
|
||||||
|
|
||||||
@include breakpoint(lg) {
|
@include breakpoint(lg) {
|
||||||
@ -383,6 +450,8 @@ h5 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.profile-avatar {
|
.profile-avatar {
|
||||||
height: 243px;
|
height: 243px;
|
||||||
width: 243px;
|
width: 243px;
|
||||||
@ -391,7 +460,7 @@ h5 {
|
|||||||
|
|
||||||
solid-picture {
|
solid-picture {
|
||||||
|
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
|
@ -5,7 +5,6 @@ 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