patch: comminity-edit : styles on pictures and logo + community-profile : sm-full on pictures

This commit is contained in:
gaelle morin
2021-04-10 18:21:55 +02:00
parent 542a13f1f5
commit 65a523578c
3 changed files with 45 additions and 8 deletions

View File

@ -189,6 +189,33 @@
}
}
.edit-img {
input[type="file"] {
display: block;
margin-top: 10px;
}
img {
display: block;
margin-top: 15px;
}
&.edit-logo {
img{
width: 280px;
}
}
&.edit-picture {
img {
width: 100%;
}
}
}
@media (max-width: 768px) {
.tabs {
@ -258,7 +285,17 @@
margin-right: 5px;
}
}
.edit-img {
&.edit-logo {
img {
width: 100%;
}
}
}
}
.flex {
display: flex;
}