scss: adapt to live-hint message now being a <p> (#71068) #98

Merged
fpeters merged 1 commits from wip/71068-email-live-hint-p into main 2023-01-30 19:46:50 +01:00
1 changed files with 8 additions and 4 deletions

View File

@ -774,10 +774,14 @@ div.leaflet-bottom, div.leaflet-top {
z-index: 1000000;
padding: 1em 1em;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
span::before {
font-family: FontAwesome;
content: "\f0eb"; // lightbulb
padding-right: 0.5em;
p {
margin: 0;
display: inline-block;
&::before {
font-family: FontAwesome;
content: "\f0eb"; // lightbulb
padding-right: 0.5em;
}
}
button.action,
button.close {