From e564a9a6688392212b5c970df76e5abb592d57e1 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:30:43 +0100 Subject: [PATCH] Version 1.0.2 --- assets/sass/components/_sidebarmenu.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/sass/components/_sidebarmenu.scss b/assets/sass/components/_sidebarmenu.scss index c746875..5b81c44 100644 --- a/assets/sass/components/_sidebarmenu.scss +++ b/assets/sass/components/_sidebarmenu.scss @@ -37,13 +37,13 @@ ul.menulink > li a span { transition: color 0.2s ease; font-size: 0.9em; text-transform: uppercase; - font-weight: _font(weight-medium); + font-weight: _font(weight); } ul.menulink > li a span li { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; font-size: 0.8em; - font-weight: _font(weight-medium); + font-weight: _font(weight); text-transform: uppercase; } @@ -62,7 +62,7 @@ ul.subitem > li a span { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; font-size: 0.9em; - font-weight: _font(weight-medium); + font-weight: _font(weight); text-transform: capitalize; margin-bottom: 0; } @@ -79,7 +79,7 @@ ul.subitem_hide > li a span { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; margin-bottom: 0; - font-weight: _font(weight-medium); + font-weight: _font(weight); text-transform: capitalize; } ul.subitem_hide > li { @@ -93,4 +93,4 @@ ul.subitem_hide > li { .fa-caret-down { float: right; padding-right: 8px; -} \ No newline at end of file +}