patch: fix some styles + profile-edit - I broke it all
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user