summaryrefslogtreecommitdiffstats
path: root/assets/sass/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_sidebar.scss')
-rw-r--r--assets/sass/_sidebar.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
index ed4bee3..9fa49e7 100644
--- a/assets/sass/_sidebar.scss
+++ b/assets/sass/_sidebar.scss
@@ -40,27 +40,27 @@
}
}
-#container-progress {
+#scroll-top {
cursor: pointer;
position: fixed;
width: 2.5em;
+ height: 2.5em;
right: 1em;
bottom: 1em;
color: $color-primary;
+ background-color: $color-spliter;
+ border-radius: 100%;
+ line-height: 2.5em;
+ text-align: center;
+ vertical-align: middle;
+ display: inline-block;
&:hover {
color: $color-secondary;
}
- .progressbar-text {
- svg {
- width: 1em;
- vertical-align: middle;
- }
-
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
+ i {
+ font-size: 1.5em;
+ line-height: inherit;
}
} \ No newline at end of file