_events.scss
3.86 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
.event-form-bookings{
display: none;
}
.em-event-admin-editor.em-event-editor{
max-width: 800px;
}
.em-event-single{
margin-top: 40px;
}
.event-template-default{
#full-width-page-wrapper{
max-width: 1400px;
}
}
.em-event-where,
.em-event-when,
.css-event-form{
h3{
color: #1A3668!important;
font-size: 28px !important;
line-height: 36px !important;
font-family:"trade-gothic-next" !important;
label{
color: #1A3668!important;
font-size: 28px !important;
line-height: 36px !important;
font-family:"trade-gothic-next" !important;
}
}
}
.event-form-submit .button-primary{
background-color: #1A3668;
border: 1px solid #1A3668;
color: #fff;
font-size: 16px;
line-height: 24px;
font-family:"trade-gothic-next";
padding: 10px 20px;
border-radius: 0px;
text-transform: uppercase;
&:hover{
font-weight: bold;
text-decoration: none;
background-color: #132C55 !important;
}
}
.em-location-data-address input{
width: 300px;
}
.em-location-data-address label{
width: 300px;
}
.event-form-image{
margin: 40px 0px;
}
.em.pixelbones .input ::-webkit-file-upload-button{
all: unset;
}
#event-image{
all: unset;
width: calc(100% - 120px) !important;
background-color: #fff !important;
color: #6d6d6d !important;
text-transform: none;
border: #000 1px solid;
padding: 10px 0px;
padding-left: 120px;
background-position: 20px center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E");
}
#event-image:before{
content:'Upload your image';
font-family:"trade-gothic-next";
font-weight: bold;
margin-right: 20px;
display: block;
color: #000;
}
#event-image:after{
content:'Drag your image here or click to browse';
width: calc(100% - 24px ) !important;
display: block;
color: #000;
}
#event-image span{
display: none !important;
color: #fff;
}
#event-image-img,
[for="event_image"],
::file-selector-button{
display: none !important;
}
.em-item-meta{
max-height: 200px;
}
.em-item-image {
img{
width: auto !important;
height: auto;
}
}
#events_list_con{
width: 100%;
display: block;
margin: 0px;
padding: 0px;
max-height: 410px;
overflow-y: scroll;
}
#events_list{
width: 100%;
height: 420px;
tr{
border-top:1px solid #000;
padding:10px 0px;
width: 100%;
display: block;
}
.date_col{
width:63px;
}
.date{
background-color: #E7EAEF;
width:53px;
height:53px;
margin: auto;
vertical-align: middle;
margin-right: 20px;
span{
display: block;
text-align: center;
line-height: 16px;
font-family:"trade-gothic-next";
color: #1A3668;
text-transform: uppercase;
}
.month{
padding-top: 9px;
font-size: 14px;
}
.day{
font-size: 16px;
}
}
.location{
font-size: 14px;
text-transform: capitalize;
}
a{
font-size: 18px;
color:#000;
text-decoration: none;
text-transform: capitalize;
}
a:hover{
font-weight: bold;
}
}