summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_outer-button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_outer-button.scss')
-rw-r--r--assets/css/components/_outer-button.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/components/_outer-button.scss b/assets/css/components/_outer-button.scss
index 21f78f4..2b7775e 100644
--- a/assets/css/components/_outer-button.scss
+++ b/assets/css/components/_outer-button.scss
@@ -35,6 +35,12 @@
35 color: prop(--colors --inverted --fg); 35 color: prop(--colors --inverted --fg);
36 } 36 }
37 37
38 @include modifier('scroll-top') {
39 position: absolute;
40 right: 0;
41 bottom: 0;
42 }
43
38 @include element('icon') { 44 @include element('icon') {
39 display: flex; 45 display: flex;
40 position: relative; 46 position: relative;