Tidy sass partials
This commit is contained in:
parent
a3470acdca
commit
aa20e7689e
10 changed files with 17 additions and 39 deletions
31
assets/sass/components/_page-talk.sass
Normal file
31
assets/sass/components/_page-talk.sass
Normal file
|
@ -0,0 +1,31 @@
|
|||
.talk-full h1
|
||||
margin-bottom: 25px
|
||||
|
||||
.presentation
|
||||
background: url('../images/loading.gif') no-repeat center
|
||||
min-height: 275px
|
||||
width: 100%
|
||||
+tablet
|
||||
min-height: 460px
|
||||
+desktop
|
||||
min-height: 680px
|
||||
|
||||
.talk-event-table
|
||||
& > thead > tr > th,
|
||||
& > tbody > tr > td
|
||||
vertical-align: middle
|
||||
|
||||
.column-date,
|
||||
.column-event
|
||||
width: 200px
|
||||
|
||||
.column-feedback
|
||||
width: 125px
|
||||
|
||||
.talk-type,
|
||||
.event-location
|
||||
display: block
|
||||
margin-top: 1px
|
||||
|
||||
.talk-full .column-event
|
||||
width: auto
|
Loading…
Add table
Add a link
Reference in a new issue