From 14c671ebf3f2d9a3ef6cf5a1a38d5aab407dc3d1 Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Mon, 30 Mar 2020 13:15:31 +0200 Subject: [PATCH] Fix minor style changes --- .../styles/main/layouts/library-page.scss | 16 +++++++++++----- .../styles/main/layouts/recent-files-page.scss | 6 +++++- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/frontend/resources/styles/main/layouts/library-page.scss b/frontend/resources/styles/main/layouts/library-page.scss index 9db0d4c81..7510797c7 100644 --- a/frontend/resources/styles/main/layouts/library-page.scss +++ b/frontend/resources/styles/main/layouts/library-page.scss @@ -94,12 +94,13 @@ } .library-sidebar-list-element { - padding: $size-4 $size-2; - cursor: pointer; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; color: $color-black; + cursor: pointer; + font-size: $fs14; + overflow: hidden; + padding: $size-4 $size-2; + text-overflow: ellipsis; + white-space: nowrap; &:hover { background-color: $color-primary-lighter; @@ -248,6 +249,11 @@ max-height: 100%; max-width: 100%; } + + & svg { + height: 50%; + width: 50%; + } } .library-card-footer { diff --git a/frontend/resources/styles/main/layouts/recent-files-page.scss b/frontend/resources/styles/main/layouts/recent-files-page.scss index ac1146ced..07bd10148 100644 --- a/frontend/resources/styles/main/layouts/recent-files-page.scss +++ b/frontend/resources/styles/main/layouts/recent-files-page.scss @@ -8,7 +8,11 @@ border-top: 1px solid $color-gray-10; &:hover { - background-color: white; + background-color: $color-white; + + .grid-item.project-th { + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3); + } } &.first {