mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
14 lines
No EOL
205 B
SCSS
14 lines
No EOL
205 B
SCSS
.bounty-tile {
|
|
display: block;
|
|
margin: 0 10px $spacing-vertical;
|
|
padding: 10px;
|
|
background: #eee;
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.bounty-award-complete
|
|
{
|
|
text-decoration: line-through;
|
|
} |