mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
29 lines
585 B
SCSS
29 lines
585 B
SCSS
@import 'variables';
|
|
|
|
.coinhive {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
font-size: $font-size-mini;
|
|
padding: ($spacer / 3) ($spacer / 2) ($spacer / 3) $spacer;
|
|
background: rgba($page-background-color, .5);
|
|
border-top-left-radius: 4px;
|
|
line-height: 1.2;
|
|
cursor: pointer;
|
|
|
|
svg {
|
|
fill: $brand-grey-light;
|
|
margin-bottom: .1rem;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-left: -1rem;
|
|
margin-right: .2rem;
|
|
margin-top: -.1rem;
|
|
}
|
|
}
|
|
|
|
.hashrate {
|
|
opacity: .6;
|
|
}
|