File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,10 @@ margin: 50px 0;}
1131
1131
.events-empty-block { max-width : 586px ; margin : 75px auto 0 auto;}
1132
1132
.events-empty-block table {width : 100% ; table-layout : fixed}
1133
1133
.events-empty-block table td {padding : 0 25px 0 25px ;}
1134
- .events-empty-block table td object {max-width : 100% ;}
1134
+ .events-empty-block .events-empty-image {width : 242px ; height : 242px ;}
1135
+ .events-empty-block .events-overview-noevents { background-image : url ('../images/dashboard/events-overview-noevents.svg' );}
1136
+ .events-empty-block .events-overview-configure { background-image : url ('../images/dashboard/events-overview-configure.svg' );}
1137
+ .events-empty-block .all-events-empty { background-image : url ('../images/dashboard/all-events-empty.svg' );}
1135
1138
.events-empty-block p {color : # A2A2A2 ; font-size : 14px ; line-height : 20px ; }
1136
1139
.events-empty-block p .events-empty-title {margin-bottom : 25px ; font-size : 18px ; font-weight : 400 ; color : # 636363 ;}
1137
1140
/* EVENTS END */
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ <h3 data-localize="common.integrate-sdks"></h3>
1212
1212
< p class = "events-empty-text" data-localize = "events.all.empty-text" >
1213
1213
</ td >
1214
1214
< td >
1215
- < object data = "/images/dashboard/ events-overview-noevents.svg" type = "image/svg+xml" > </ object >
1215
+ < div class = " events-empty-image events- overview-noevents" > </ div >
1216
1216
</ td >
1217
1217
</ tr >
1218
1218
</ table >
@@ -1231,7 +1231,7 @@ <h3 data-localize="common.integrate-sdks"></h3>
1231
1231
{ { / ifCond} }
1232
1232
</ td >
1233
1233
< td >
1234
- < object data = "/images/dashboard/ events-overview-configure.svg" type = "image/svg+xml" > </ object >
1234
+ < div class = " events-empty-image events- overview-configure" > </ div >
1235
1235
</ td >
1236
1236
</ tr >
1237
1237
</ table >
@@ -1370,7 +1370,7 @@ <h3 data-localize="common.integrate-sdks"></h3>
1370
1370
< p class = "events-empty-text" data-localize = "events.all.empty-text" >
1371
1371
</ td >
1372
1372
< td >
1373
- < object data = "/images/dashboard/ all-events-empty.svg" type = "image/svg+xml" > </ object >
1373
+ < div class = "events-empty-image all-events-empty" > </ div >
1374
1374
</ td >
1375
1375
</ tr >
1376
1376
</ table >
You can’t perform that action at this time.
0 commit comments