_when.scss
1.01 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
.event-form-when {
> * {
margin-bottom: 15px !important;
}
> p {
margin-bottom: 20px !important;
}
.em-recurrence-pattern {
select, input[type="text"] {
width: auto !important;
}
select {
padding-right: 30px !important;
}
div.alternate-selector {
margin-top: 15px;
}
}
.alternate-selector.em-weekly-selector label {
width: auto !important;
display: inline-block !important;
padding-right: 10px !important;
}
.em-event-dates {
label {
width: 100%;
display:block;
}
.em-date-start-end {
width: 100% !important;
max-width: 500px !important;
}
&.em-datepicker-until .em-datepicker-until-fields {
display: grid;
grid-template-columns: minmax(100px, 150px) min-content minmax(100px, 150px);
grid-column-gap: 8px;
justify-items: center;
align-items: center;
margin-bottom:15px; // inherited from input margin bottom
> * {
margin-bottom: 0 !important;
width:100%;
}
}
}
.event-form-recurrence-when {
> * {
margin-bottom: 20px;
}
}
}