Refactor events and talks
This commit is contained in:
parent
af663e2397
commit
20c8f2d834
29 changed files with 309 additions and 251 deletions
|
@ -1,3 +1,6 @@
|
|||
.bg-red
|
||||
background: red
|
||||
|
||||
body
|
||||
padding-top: 60px
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue