patch: comminity-edit : styles on pictures and logo + community-profile : sm-full on pictures
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user