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

37 lines
653 B
Sass
Raw Normal View History

2013-12-10 23:49:01 +01:00
@import "compass"
table
2014-01-02 00:21:49 +01:00
margin: auto
border-spacing: 2px
2013-12-10 23:49:01 +01:00
th
padding: 0.3em 0.6em
2014-01-02 00:21:49 +01:00
table.list
&.list
width: 30%
tr:nth-child(odd)
background-color: #D1EAFF
tr:nth-child(even)
background-color: #C9E2F5
2013-12-10 23:49:01 +01:00
td
2014-01-02 00:21:49 +01:00
padding: 0.2em
&.quantity
text-align: right
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: ''