agenda-libre-ruby/app/assets/stylesheets/list.css.sass

36 lines
763 B
Sass

@import "compass"
table
margin: 1em auto
padding: 1em
border-spacing: 0
@include border-radius(2em, 2em)
@include box-shadow(2px 2px 4px black, 0 0 1em gray)
th
padding: 0.3em 0.6em
border-bottom: solid thin grey
td
padding: 0.3em 0.6em
text-align: left
tr:nth-child(even) td
border-bottom: solid thin #ddf
tr:nth-child(odd) td
border-bottom: solid thin #fdd
.view_link:link, .edit_link:link, .delete_link:link
font-size: 0
font-weight: normal
text-decoration: none
&:hover
text-shadow: 0px 0px 16px black
&:before
padding: 0.5em
font-size: 20px
font-family: FontAwesome
.view_link:link:before
content: ''
.edit_link:link:before
content: ''
.delete_link:link:before
content: ''