2 changed files with 40 additions and 8 deletions
@ -0,0 +1,21 @@
|
||||
export default { |
||||
Events: {}, |
||||
Event: { |
||||
display: 'flex', |
||||
'border-top': '1px solid rgba(0, 0, 0, 0.1)', |
||||
'border-bottom': '1px solid rgba(255, 255, 255, 0.3)', |
||||
'padding-top': '4px', |
||||
}, |
||||
EventImage: { |
||||
width: '168px', |
||||
height: '168px', |
||||
}, |
||||
EventCard: { |
||||
'padding-left': '8px', |
||||
}, |
||||
hr: { |
||||
border: 0, |
||||
height: 0, |
||||
width: '100%', |
||||
}, |
||||
} |
||||
Loading…
Reference in new issue