35 lines
641 B
Sass
35 lines
641 B
Sass
@import "compass"
|
|
|
|
table
|
|
margin: auto
|
|
border-spacing: 2px
|
|
th
|
|
padding: 0.3em 0.6em
|
|
|
|
table.list
|
|
tr:nth-child(odd)
|
|
background-color: #D1EAFF
|
|
tr:nth-child(even)
|
|
background-color: #C9E2F5
|
|
td
|
|
padding: 0.2em
|
|
&.quantity
|
|
text-align: right
|
|
|
|
.view_link:link, .edit_link:link, .delete_link:link
|
|
font-size: 0
|
|
font-weight: normal
|
|
text-decoration: none
|
|
&:hover
|
|
@include text-shadow(2px 2px 1px lightblue)
|
|
&: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: ''
|