From 4ac3573ab1e7924710cae7ae257907f88d9f52d7 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Fri, 16 Apr 2021 11:28:22 +0200 Subject: [PATCH] :tada: Add new title and th styles --- frontend/resources/styles/main/partials/dashboard-grid.scss | 5 ++++- .../resources/styles/main/partials/dashboard-header.scss | 1 + frontend/resources/styles/main/partials/dashboard.scss | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 659656ad26..a491f9c7e4 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -33,7 +33,10 @@ position: relative; text-align: center; width: 18%; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); + + &:hover { + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); + } .grid-item-th { text-align: initial; diff --git a/frontend/resources/styles/main/partials/dashboard-header.scss b/frontend/resources/styles/main/partials/dashboard-header.scss index 823e8806d9..c3af04cb22 100644 --- a/frontend/resources/styles/main/partials/dashboard-header.scss +++ b/frontend/resources/styles/main/partials/dashboard-header.scss @@ -77,6 +77,7 @@ display: flex; flex-shrink: 0; font-size: $fs18; + font-weight: 600; z-index: 10; } diff --git a/frontend/resources/styles/main/partials/dashboard.scss b/frontend/resources/styles/main/partials/dashboard.scss index 5077defd4b..f8423ce48c 100644 --- a/frontend/resources/styles/main/partials/dashboard.scss +++ b/frontend/resources/styles/main/partials/dashboard.scss @@ -42,7 +42,7 @@ cursor: pointer; font-size: 15px; line-height: 1rem; - font-weight: unset; + font-weight: 500; color: $color-black; margin-right: $medium; }