mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Allow image icons in info-row on start page
This commit is contained in:
@@ -278,6 +278,14 @@ body.loading .container {
|
|||||||
float: left;
|
float: left;
|
||||||
margin-top: 3px;
|
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 {
|
p {
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
|
|||||||
Reference in New Issue
Block a user