summaryrefslogtreecommitdiff
path: root/scss/launcher.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/launcher.scss')
-rw-r--r--scss/launcher.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss
index 3f86f77..44b135d 100644
--- a/scss/launcher.scss
+++ b/scss/launcher.scss
@@ -2,6 +2,14 @@
@use "lib";
@use "font";
+.launcher-wrapper {
+ @include lib.ease-in-out;
+
+ &.visible {
+ @include lib.overshot;
+ }
+}
+
.launcher {
@include lib.rounded(10);
@include lib.border(scheme.$overlay0, 0.2);