Refactor events and talks

This commit is contained in:
Oliver Davies 2017-07-09 09:15:27 +01:00
parent af663e2397
commit 20c8f2d834
29 changed files with 309 additions and 251 deletions

View file

@ -1,3 +1,6 @@
.bg-red
background: red
body
padding-top: 60px

View file

@ -16,6 +16,6 @@
.list-style-none
list-style: none
@each $value in 'block' 'inline' 'inline-block'
@each $value in 'block', 'inline', 'inline-block'
.display-#{$value}
display: #{$value}

View file

@ -3,13 +3,6 @@
& > tbody > tr > td
vertical-align: middle
.column-date,
.column-event
width: 200px
.column-feedback
width: 125px
.talk-type,
.event-location
display: block