From 6a541f0410e966f099483daa87643236a2eb1802 Mon Sep 17 00:00:00 2001 From: kmw Date: Fri, 26 Aug 2022 11:19:37 +0900 Subject: [PATCH] . --- public/css/app.css | 2 +- resources/sass/app.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 3485dce..4aaa89d 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -80,7 +80,7 @@ header { } .sidebar.show { left: 0; - transition: all 1s ease; + transition: all 0.5s ease; } .sidebar .sidebar-item { padding-left: 15px; diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 971a17c..5249703 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -35,7 +35,7 @@ header{ &.show{ left:0; - transition: all 1s ease; + transition: all .5s ease; } .sidebar-item{