File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ body.dimmable.undetached.dimmed {
83
83
margin-top : auto !important ;
84
84
}
85
85
86
- .display-flex {
87
- display : flex ;
86
+ .space-between {
88
87
justify-content : space-between ;
89
88
}
Original file line number Diff line number Diff line change 30
30
<Orders::EventInfo
31
31
@data ={{ this.model.order }} />
32
32
<br />
33
- <div class =" {{ if ( eq this.device.isMobile false ) ' display -flex' }} " >
33
+ <div class =" d -flex space-between " >
34
34
<button class =" ui labeled icon {{ if this.isLoadingTickets ' loading' }} {{ if this.device.isMobile ' fluid' }} button"
35
35
{{ action this.downloadTickets this.model.event.name this.model.order.identifier }} >
36
36
<i class =" ticket alternate icon" ></i >
37
37
{{ t ' Download Tickets' }}
38
38
</button >
39
- {{ #if this.device.isMobile }}
40
- <br />
41
- {{ /if }}
42
39
<button {{ action ' downloadInvoice' this.model.event.name this.model.order.identifier }}
43
40
class =" ui labeled icon blue {{ if this.isLoadingInvoice ' loading' }} {{ if this.device.isMobile ' fluid' }} button" >
44
41
<i class =" download icon" ></i >
You can’t perform that action at this time.
0 commit comments