mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Multi-line location field, new field for admission time
This commit is contained in:
@@ -116,6 +116,22 @@ body.loading .container {
|
||||
-webkit-transition: opacity .5s ease-in-out;
|
||||
}
|
||||
|
||||
.info-row {
|
||||
& > .fa {
|
||||
font-size: 26px;
|
||||
color: $brand-primary;
|
||||
float: left;
|
||||
margin-top: 3px;
|
||||
}
|
||||
p {
|
||||
min-height: 30px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: $screen-md-min) {
|
||||
.thank-you {
|
||||
min-height: 170px;
|
||||
|
||||
Reference in New Issue
Block a user