patch: fix some styles + profile-edit - I broke it all

This commit is contained in:
gaelle morin
2021-04-13 21:30:25 +02:00
parent b06bc90718
commit 6b88e79965
9 changed files with 114 additions and 30 deletions

View File

@ -123,6 +123,21 @@
}
}
.community-profile solid-multiple {
&::before {
font-family: 'material-design-icons';
content: "\F34E";
position: relative;
top: 2px;
}
[name="address_line2"] {
display: block;
margin-left: 33px;
}
}
hubl-communities-profile-logo {
height: 155px;
width: 100%;
@ -160,10 +175,6 @@
}
}
.communities-profile-map .leaflet-pane.leaflet-popup-pane {
display: none;
}
.communities-map {
.leaflet-popup-content-wrapper {
@ -209,6 +220,20 @@
}
&.edit-picture {
&>div {
position: relative;
button {
position: absolute;
top: 86px;
right: 0;
color: #636363;
font-weight: bold;
line-height: 19px;
font-size: 22px;
}
}
img {
width: 100%;
@ -285,6 +310,7 @@
margin-right: 5px;
}
}
.edit-img {
&.edit-logo {