_locations.scss
869 Bytes
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
/*
For other event list and single event display CSS, see the _items.scss file
*/
&.em-search-advanced.em-locations-search-advanced {
.em-search-section-location.em-search-advanced-section {
background: none !important;
header {
display: none !important;
visibility: hidden !important;
}
.em-search-section-content {
display: block !important;
visibility: visible !important;
}
div.em-search-eventful {
margin: 15px 3px;
}
.em-search-geo-units {
label {
padding-left: 3px !important;
}
}
}
}
&.em-location {
.em-item-meta-line.em-location-address {
line-height: 24px !important;
}
}
&.em-location, &.em-locations-list {
.em-location-events {
p {
margin: 0 0 8px !important;
}
}
.em-item-image {
.em-item-image-placeholder {
min-width: 100px;
background-image: var(--icon-location) !important;
}
}
}