Skip to content

Commit

Permalink
Allow image icons in info-row on start page
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jan 4, 2024
1 parent 5c80b75 commit 8c24209
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pretix/static/pretixpresale/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ body.loading .container {
float: left;
margin-top: 3px;
}
& > img {
width: 26px;
height: auto;
float: left;
margin-top: 3px;
position: relative;
left: 3.71423px; /* Position analog to what fa-fw does */
}
p {
min-height: 30px;
margin-left: 40px;
Expand Down

0 comments on commit 8c24209

Please sign in to comment.