diff --git a/frontend/resources/styles/main/partials/dashboard-settings.scss b/frontend/resources/styles/main/partials/dashboard-settings.scss index b84fa5c6c..c09e6d40a 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 648467f51..3166592f4 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 e77a53b0a..5c983b0b8 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 3b84219c7..b65fd5583 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;