mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-06 18:49:53 +00:00
14 lines
No EOL
220 B
SCSS
14 lines
No EOL
220 B
SCSS
.bounty-tile {
|
|
display: block;
|
|
margin: 0 10px $spacing-vertical;
|
|
padding: 10px;
|
|
background: #eee;
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.bounty-status-complete .bounty-award
|
|
{
|
|
text-decoration: line-through;
|
|
} |