website/assets/sass/pages/_shows.sass

38 lines
546 B
Sass
Raw Normal View History

2015-08-30 12:34:43 -04:00
.shows-header
2016-11-29 18:03:31 -05:00
margin:
top: -20px
bottom: 20px
text-align: center
h3
color: #fff
font:
size: 26px
weight: bold
2015-08-30 12:34:43 -04:00
#shows-table
2016-11-29 18:03:31 -05:00
margin-top: 20px
tr
border-bottom: 1px solid rgba(#999, .4)
&:last-child
border-bottom: none
td
vertical-align: middle
border: none
p,
a
font-size: 18px
color: white
a
font-weight: 600
text-decoration: underline
+transition(all, 200ms ease-in)
&:hover
color: $main-color