From c4caba9016b482c56141c759fe43615f941968da Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Fri, 27 Mar 2020 21:41:12 +0100 Subject: [PATCH] :bug: Fix minor style bugs. --- .../resources/styles/main/partials/sidebar-sitemap.scss | 6 +++--- .../resources/styles/main/partials/workspace-libraries.scss | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-sitemap.scss b/frontend/resources/styles/main/partials/sidebar-sitemap.scss index 301b40c806..abf765324a 100644 --- a/frontend/resources/styles/main/partials/sidebar-sitemap.scss +++ b/frontend/resources/styles/main/partials/sidebar-sitemap.scss @@ -150,15 +150,15 @@ svg { fill: $color-gray-20; - height: 16px; - width: 16px; + height: 0.7rem; + width: 0.7rem; } &:hover { background-color: $color-primary; svg { - fill: $color-gray-60; + fill: $color-gray-60 !important; } } } diff --git a/frontend/resources/styles/main/partials/workspace-libraries.scss b/frontend/resources/styles/main/partials/workspace-libraries.scss index 8c6b1e2811..b9bb604f8e 100644 --- a/frontend/resources/styles/main/partials/workspace-libraries.scss +++ b/frontend/resources/styles/main/partials/workspace-libraries.scss @@ -12,6 +12,7 @@ .libraries-window-bar-title { color: #F0F0F0; + font-size: $fs14; } .libraries-window-bar-options { @@ -28,8 +29,8 @@ cursor: pointer; } & svg { - width: 0.5rem; - height: 0.5rem; + width: 0.7rem; + height: 0.7rem; fill: #F0F0F0; transform: rotate(90deg); }