2020-03-16 19:03:36 +01:00
|
|
|
#fixed-buttons {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-03-16 08:01:51 +01:00
|
|
|
.fixed-button {
|
2020-03-14 14:47:51 +01:00
|
|
|
display: none;
|
|
|
|
z-index: 100;
|
|
|
|
position: fixed;
|
2020-03-16 08:01:51 +01:00
|
|
|
right: 1.5rem;
|
2020-03-16 03:59:51 +01:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.3rem;
|
2020-03-14 14:47:51 +01:00
|
|
|
padding: .6rem .6rem;
|
|
|
|
color: $global-font-secondary-color;
|
|
|
|
background: $header-background-color;
|
2020-04-15 09:46:50 +02:00
|
|
|
@include border-radius(2rem);
|
|
|
|
|
|
|
|
@include blur;
|
2020-03-14 14:47:51 +01:00
|
|
|
|
|
|
|
&:hover, &:active {
|
|
|
|
color: $global-font-color;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active, &:focus, &:hover {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2020-04-27 19:38:22 +02:00
|
|
|
[theme=dark] & {
|
2020-03-14 14:47:51 +01:00
|
|
|
color: $global-font-secondary-color-dark;
|
|
|
|
background: $header-background-color-dark;
|
|
|
|
|
|
|
|
&:hover, &:active {
|
|
|
|
color: $global-font-color-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-16 08:01:51 +01:00
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
#back-to-top {
|
2020-03-16 19:03:36 +01:00
|
|
|
display: block;
|
2020-03-16 08:01:51 +01:00
|
|
|
bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
#view-comments {
|
2020-03-16 08:01:51 +01:00
|
|
|
bottom: 4.5rem;
|
|
|
|
}
|