38 lines
492 B
Sass
Executable File
38 lines
492 B
Sass
Executable File
.shows-header
|
|
margin:
|
|
top: -20px
|
|
bottom: 20px
|
|
text-align: center
|
|
|
|
h3
|
|
color: #fff
|
|
font:
|
|
size: 26px
|
|
weight: bold
|
|
|
|
#shows-table
|
|
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
|
|
|