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

This commit is contained in:
Frédéric Péters 2023-01-03 09:12:29 +01:00 committed by Gitea
parent 7e2b73de9d
commit 3da4f84546
1 changed files with 8 additions and 4 deletions

View File

@ -780,10 +780,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 {