From 49e678340b57e089ce6187f7bac40684650290dd Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Mon, 19 Oct 2020 14:07:59 +0200 Subject: [PATCH] WIP ui grid changes --- .../styles/main/partials/dashboard-settings.scss | 2 +- .../styles/main/partials/dashboard-sidebar.scss | 9 +++------ frontend/resources/styles/main/partials/dropdown.scss | 4 ++-- frontend/resources/styles/main/partials/forms.scss | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-settings.scss b/frontend/resources/styles/main/partials/dashboard-settings.scss index b84fa5c6cc..c09e6d40a0 100644 --- a/frontend/resources/styles/main/partials/dashboard-settings.scss +++ b/frontend/resources/styles/main/partials/dashboard-settings.scss @@ -10,7 +10,7 @@ .dashboard-sidebar { &.settings { .back-to-dashboard { - padding: 18px; + padding: 12px 18px; font-size: $fs14; cursor: pointer; display: flex; diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 648467f51a..3166592f46 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -41,10 +41,6 @@ z-index: 12; max-height: 30rem; min-width: 189px; - - li { - height: 35px; - } } .options-dropdown { @@ -370,7 +366,7 @@ @include text-ellipsis; color: $color-black; margin: 10px 5px; - font-size: $fs12; + font-size: $fs14; max-width: 135px; } @@ -390,7 +386,8 @@ @include animation(0,.2s,fadeInUp); li { - font-size: $fs12; + height: 40px; + font-size: $fs14; padding: 5px 10px; svg { diff --git a/frontend/resources/styles/main/partials/dropdown.scss b/frontend/resources/styles/main/partials/dropdown.scss index e77a53b0a5..5c983b0b83 100644 --- a/frontend/resources/styles/main/partials/dropdown.scss +++ b/frontend/resources/styles/main/partials/dropdown.scss @@ -16,8 +16,8 @@ align-items: center; color: $color-gray-60; cursor: pointer; - font-size: $fs12; - height: 31px; + font-size: $fs14; + height: 40px; padding: 5px 16px; &.title { diff --git a/frontend/resources/styles/main/partials/forms.scss b/frontend/resources/styles/main/partials/forms.scss index 3b84219c7c..b65fd5583a 100644 --- a/frontend/resources/styles/main/partials/forms.scss +++ b/frontend/resources/styles/main/partials/forms.scss @@ -62,7 +62,7 @@ textarea { } h2 { - font-size: $fs14; + font-size: $fs24; color: $color-gray-60; // height: 40px; display: flex;