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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2018-09-09 13:54:21 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2018-09-09 13:54:21 +0300
commit9187b724400e83cee09526a116d06eca1263bf90 (patch)
treee3ffe613386faeb2de08a1b2be16358c67496bd5 /src
parente04e1354de4f3b8c51170f3d2722ce185a032c46 (diff)
Add missing implementation from original author
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scss/utils/mixins/_sidebar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/utils/mixins/_sidebar.scss b/src/scss/utils/mixins/_sidebar.scss
index e68fd7a..ef6e5cb 100755
--- a/src/scss/utils/mixins/_sidebar.scss
+++ b/src/scss/utils/mixins/_sidebar.scss
@@ -41,7 +41,7 @@
}
}
// Used to animate the sidebar (pushed effect)
- @include prefix(transition, 'width 0.5s, margin-left 0.5s', 'webkit' 'moz');
+ @include prefix(transition, 'margin-left 0.5s', 'webkit' 'moz');
&.pushed {
margin-left: #{map-get($sidebar, md-screen-width)};
}
@@ -104,7 +104,7 @@
}
}
// Used to animate the sidebar (pushed effect)
- @include prefix(transition, 'width 0.5s, margin-left 0.5s', 'webkit' 'moz');
+ @include prefix(transition, 'margin-left 0.5s', 'webkit' 'moz');
&.pushed {
margin-left: #{map-get($sidebar, lg-screen-width)};
}