scss: adapt to live-hint message now being a <p> (#71068)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-01-03 09:12:29 +01:00
parent 6a0c20c796
commit 0ddae5da34
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 {