_bookings.scss
1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/* Attendee Info i.e. Ticket Bookings */
.em-ticket-bookings {
&.hidden {
display: none !important;
visibility: hidden !important;
}
margin: 0 20px 20px;
padding-bottom: 0;
border: 0;
text-align: left;
td:last-child {
text-align: left;
}
.em-ticket-booking {
td {
padding: 0;
margin: 0;
}
td > div {
position: relative;
margin: 15px 0 0 40px;
padding: 15px 0 0 0;
border-top: 1px solid #dedede;
}
&:first-child td > div {
margin-top: 0;
border-top: 0;
}
&:nth-last-child(2) td > div {
margin-bottom:20px;
}
.em-ticket-booking-attendee-number {
font-weight: bold;
}
.em-ticket-booking-remove-trigger {position: absolute;
cursor: pointer;
left: -25px;
top: 30px;
width: 16px;
height: 16px;
background-size: 16px;
opacity: 0.5;
}
> strong {
display: block;
margin-bottom: 15px;
}
&:first-child {
border-top: none;
}
}
.em-ticket-booking-template {
/* This can be completely hidden, even from screen readers */
display: none;
visibility: hidden;
}
}
#em-event-bookings {
.em-booking-options {
margin-top: 30px;
h4 {
font-size: 16px;
border-bottom : 1px solid #dedede;
padding-bottom:5px;
margin-bottom: 15px;
width: 100%;
display:block;
}
}
}