diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 659656ad2..a491f9c7e 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 823e8806d..c3af04cb2 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 5077defd4..f8423ce48 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; }