update shadow card
This commit is contained in:
parent
3e0e284362
commit
acb94a7d5a
@ -87,7 +87,7 @@ function index() {
|
||||
stats.forEach ( (item, index) => {
|
||||
//console.log(item + ' ' + index);
|
||||
if(!count[item]) { count[item] = 0; }
|
||||
statcontent += '<div class="custom-card" data-filtertype="'+index+'">' +
|
||||
statcontent += '<div class="custom-card shadow" data-filtertype="'+index+'">' +
|
||||
'<div class="custom-card-content">' +
|
||||
'<div class="row p-0 d-flex justify-content-between">' +
|
||||
'<div class="col-3 text-start '+statcolor[index]+'"> <h5 class="m-0"><i class="bi '+staticon[index]+'"></i></h5> </div>' +
|
||||
|
||||
@ -87,7 +87,7 @@ function index() {
|
||||
stats.forEach ( (item, index) => {
|
||||
//console.log(item + ' ' + index);
|
||||
if(!count[item]) { count[item] = 0; }
|
||||
statcontent += '<div class="custom-card" data-filtertype="'+index+'">' +
|
||||
statcontent += '<div class="custom-card shadow" data-filtertype="'+index+'">' +
|
||||
'<div class="custom-card-content">' +
|
||||
'<div class="row p-0 d-flex justify-content-between">' +
|
||||
'<div class="col-3 text-start '+statcolor[index]+'"> <h5 class="m-0"><i class="bi '+staticon[index]+'"></i></h5> </div>' +
|
||||
|
||||
@ -87,7 +87,7 @@ function index() {
|
||||
stats.forEach ( (item, index) => {
|
||||
//console.log(item + ' ' + index);
|
||||
if(!count[item]) { count[item] = 0; }
|
||||
statcontent += '<div class="custom-card" data-filtertype="'+index+'">' +
|
||||
statcontent += '<div class="custom-card shadow" data-filtertype="'+index+'">' +
|
||||
'<div class="custom-card-content">' +
|
||||
'<div class="row p-0 d-flex justify-content-between">' +
|
||||
'<div class="col-3 text-start '+statcolor[index]+'"> <h5 class="m-0"><i class="bi '+staticon[index]+'"></i></h5> </div>' +
|
||||
|
||||
@ -87,7 +87,7 @@ function index() {
|
||||
stats.forEach ( (item, index) => {
|
||||
//console.log(item + ' ' + index);
|
||||
if(!count[item]) { count[item] = 0; }
|
||||
statcontent += '<div class="custom-card" data-filtertype="'+index+'">' +
|
||||
statcontent += '<div class="custom-card shadow" data-filtertype="'+index+'">' +
|
||||
'<div class="custom-card-content">' +
|
||||
'<div class="row p-0 d-flex justify-content-between">' +
|
||||
'<div class="col-3 text-start '+statcolor[index]+'"> <h5 class="m-0"><i class="bi '+staticon[index]+'"></i></h5> </div>' +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user