patch: comminities-profile - additional styles added
This commit is contained in:
@ -145,43 +145,17 @@
|
||||
}
|
||||
|
||||
.communities-profile-picture {
|
||||
height: 200px;
|
||||
|
||||
>div:not(:empty) {
|
||||
height: 200px;
|
||||
|
||||
div {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.picture-empty {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
object {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(2)>.picture-empty {
|
||||
background: #E4E9F1;
|
||||
|
||||
svg {
|
||||
fill: #D0D4DA;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(3)>.picture-empty {
|
||||
background: #E9F2FF;
|
||||
|
||||
svg {
|
||||
fill: #D7E2F3;
|
||||
div:first-child {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -247,11 +221,9 @@
|
||||
}
|
||||
|
||||
.communities-profile-picture {
|
||||
height: 180px;
|
||||
|
||||
object {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
|
||||
>div:not(:empty) {
|
||||
height: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -278,6 +250,13 @@
|
||||
.leaflet-top.leaflet-left {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leaflet-popup-close-button {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.flex {
|
||||
|
Reference in New Issue
Block a user