From 3e2acaf18ebceb78ae9d1decfac902c59f367348 Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Wed, 16 Aug 2017 13:56:39 +0200 Subject: [PATCH] Change left menu border width --- .../files/public/app/components/LeftMenuLink/styles.scss | 6 +++--- packages/strapi-admin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/strapi-admin/files/public/app/components/LeftMenuLink/styles.scss b/packages/strapi-admin/files/public/app/components/LeftMenuLink/styles.scss index 84b3e95072..6e6400df67 100644 --- a/packages/strapi-admin/files/public/app/components/LeftMenuLink/styles.scss +++ b/packages/strapi-admin/files/public/app/components/LeftMenuLink/styles.scss @@ -6,7 +6,7 @@ padding-bottom: 0.2rem; padding-left: 1.6rem; min-height: 4rem; - border-left: 0.4rem solid transparent; + border-left: 0.3rem solid transparent; cursor: pointer; color: $left-menu-link-color; text-decoration: none; @@ -14,7 +14,7 @@ &:hover { background: $left-menu-link-hover; - border-left: 0.4rem solid $strapi-blue; + border-left: 0.3rem solid $strapi-blue; } &:hover { @@ -24,7 +24,7 @@ } .linkActive { - border-left: 0.4rem solid $strapi-blue; + border-left: 0.3rem solid $strapi-blue; } .linkIcon { diff --git a/packages/strapi-admin/package.json b/packages/strapi-admin/package.json index e984fc80e0..5e1308ab4c 100644 --- a/packages/strapi-admin/package.json +++ b/packages/strapi-admin/package.json @@ -44,4 +44,4 @@ "npm": ">= 5.3.0" }, "license": "MIT" -} +} \ No newline at end of file