3 changed files with 33 additions and 27 deletions
@ -1,22 +0,0 @@
|
||||
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', |
||||
'box-shadow': '1px 1px 3px 0px rgba(0,0,0,0.75)', |
||||
}, |
||||
EventCard: { |
||||
'padding-left': '8px', |
||||
}, |
||||
hr: { |
||||
border: 0, |
||||
height: 0, |
||||
width: '100%', |
||||
}, |
||||
} |
||||
Loading…
Reference in new issue