Commit e183a3ccd83e41ea70baf2c61b7ab396e662056a

Authored by Leonardo Merlin
1 parent faf4e29b

Fix #285: expand anchor on send-proposal button

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
sass/style.sass
... ... @@ -219,6 +219,10 @@ td
219 219 background-repeat: no-repeat
220 220 color: #fff
221 221 padding-left: $gutter * 1.5
  222 + a
  223 + display: block
  224 + padding: 15px 0 18px 0
  225 + margin: -15px 0 -18px 0
222 226 &-participe
223 227 .fa
224 228 margin-right: $gutter * 0.5
... ...