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

32 lines
621 B
Sass
Raw Normal View History

2013-12-10 23:49:01 +01:00
@import "compass"
table
margin: 1em auto
padding: 1em
border-spacing: 0
th
padding: 0.3em 0.6em
td
text-align: left
2013-12-28 23:45:13 +01:00
//tr:nth-child(even) td
// border-bottom: solid thin #ddf
//tr:nth-child(odd) td
// border-bottom: solid thin #fdd
2013-12-10 23:49:01 +01:00
.view_link:link, .edit_link:link, .delete_link:link
font-size: 0
2013-12-10 23:49:01 +01:00
font-weight: normal
text-decoration: none
2013-12-10 23:49:01 +01:00
&: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: ''