Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
font-weight: 6000;
`;
const ApplicationBottom = styled.div`
height: 46px;
margin: 20px 0 0 ;
display: flex;
justify-content: space-evenly;
background: #f8f8f8;
align-items: center;
text-align: center;
`;
const theme = {
[Widget.Card]: {
Container: {
normal: {
margin:{
bottom: 15,
},
borderRadius:{
topLeft:0,
topRight:0,
bottomLeft:0,
bottomRight:0
},
boxShadow: 'none',
height: 174
},
},
CardTitle: {
`;
export const DescLabel = styled.div`
color: #838383;
display: inline-block;
`;
export const FlexBox = styled.div`
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: ${props => props.justify || 'start'};
`;
const theme = {
[Widget.Card]: {
Container: {
normal: {
width: '97%',
height: 180,
margin: {
bottom: 10,
left: 20,
right: 20
},
boxShadow: 0,
border:0
},
},
CardTitleTipLine:{
normal: {
width: 6,
bottom: 10
},
height: 160,
width: '80%',
}
},
Step: {
StepLine:{
normal:{
width: 400
}
}
},
},
[Widget.Card]: {
Container: {
normal: {
width: '97%',
height: 540,
margin: {
bottom: 20,
left: 20
},
boxShadow: 0,
border:0
},
},
CardTitleTipLine:{
normal: {
width: 6,
},
normal: {
background: {
color: '#ddd',
},
},
},
TooltipTitle: {
normal: {
color: '#4d63ff',
fontSize: 16,
},
},
},
};
const themeImage = {
[Widget.Card]: {
Container: {
normal: {
margin:{
bottom: 16,
right: 0
},
borderRadius:{
topLeft:4,
topRight:4,
bottomLeft:4,
bottomRight:4
},
border: 0,
height: 205,
width: '24%',
boxShadow: getBoxShadow('0 0 6px rgba(0,0,0,0.2)')