From 444491f577be301e83e2360c7106bff1913ee131 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Tue, 3 Nov 2020 19:15:39 +0100 Subject: [PATCH] :sparkles: Fix dropdowns size --- frontend/resources/styles/main/partials/dashboard-team.scss | 4 ++-- frontend/resources/styles/main/partials/sidebar-assets.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index f4ad20e5dd..b118f85318 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -71,7 +71,7 @@ z-index: 12; top: 30px; left: 0px; - width: 125px; + width: 168px; hr { margin: 0; @@ -83,7 +83,7 @@ align-items: center; color: $color-gray-60; cursor: pointer; - font-size: $fs12; + font-size: $fs14; height: 31px; padding: 5px 16px; diff --git a/frontend/resources/styles/main/partials/sidebar-assets.scss b/frontend/resources/styles/main/partials/sidebar-assets.scss index 7fdb78372b..0b4df5b664 100644 --- a/frontend/resources/styles/main/partials/sidebar-assets.scss +++ b/frontend/resources/styles/main/partials/sidebar-assets.scss @@ -100,8 +100,8 @@ } option { - color: $color-gray-60; background: $color-white; + color: $color-gray-60; font-size: $fs12; } }