@readr-media/react-election-widgets
Version:
168 lines (167 loc) • 3.03 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
openRelations: {
header: {
display: 'block'
},
title: {
topBlock: {
color: '#0F2D35',
backgroundColor: '#F6BA31'
},
bottomBlock: {
color: '#FFF',
backgroundColor: '#F58439'
}
},
tab: {
color: {
active: '#D6610C',
normal: 'rgba(14, 45, 53, 0.3)'
}
},
selector: {
leftBlock: {
backgroundColor: '#F58439',
color: '#FFF'
},
picker: {
option: {
color: '#D6610C',
borderColor: '#D6610C',
backgroundColor: '#FFF8F3'
}
}
},
table: {
head: {
backgroundColor: '#FFF1E8',
color: '#0F2D35'
},
row: {
backgroundColor: {
dark: '#FFF1E8',
light: '#FFF8F3'
}
},
candidate: {
name: {
isLink: true,
color: '#d6610c'
}
}
}
},
electionMap: {
header: {
display: 'block'
},
title: {
topBlock: {
color: '#000',
backgroundColor: '#FFF'
},
bottomBlock: {
color: '#000',
backgroundColor: '#AFAFAF'
}
},
tab: {
color: {
active: '#D6610C',
normal: 'rgba(14, 45, 53, 0.3)'
}
},
selector: {
leftBlock: {
backgroundColor: '#000',
color: '#FFF'
},
picker: {
option: {
color: '#000',
borderColor: '#000',
backgroundColor: ''
}
}
},
table: {
head: {
backgroundColor: '#F2F2F2',
color: '#0F2D35'
},
row: {
backgroundColor: {
dark: '#FFF1E8',
light: '#FFF8F3'
}
},
candidate: {
name: {
isLink: true,
color: '#d6610c'
}
}
}
},
mnewsElection2022: {
container: {
backgroundColor: '#F6F6F8'
},
header: {
display: 'none'
},
title: {
topBlock: {
color: '#000',
backgroundColor: '#FFF'
},
bottomBlock: {
color: '#FFF',
backgroundColor: '#AFAFAF'
}
},
tab: {
color: {
active: '#004DBC',
normal: 'rgba(15, 45, 53, 0.3)'
}
},
selector: {
leftBlock: {
backgroundColor: '#004DBC',
color: '#FFF'
},
picker: {
option: {
color: '#004DBC',
borderColor: '#004DBC',
backgroundColor: ''
}
}
},
table: {
head: {
backgroundColor: '#F6F6F8',
color: '#0F2D35'
},
row: {
backgroundColor: {
dark: '#F9F9F9',
light: '#F5F6F8'
}
},
candidate: {
name: {
isLink: false,
color: '#004DBC'
}
}
}
}
};
exports.default = _default;