Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_drawer.scss')
-rw-r--r--assets/sass/components/_drawer.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/sass/components/_drawer.scss b/assets/sass/components/_drawer.scss
index 1eb2cdb..2e81c18 100644
--- a/assets/sass/components/_drawer.scss
+++ b/assets/sass/components/_drawer.scss
@@ -6,6 +6,7 @@
width: $drawer-width;
height: 100%;
+ @include transition(all, 0.3s, ease-out);
@include themify($themes) {
background-color: themed('body-background-color');
}