diff --git a/client/src/style/pages/Preferences/Accounting.scss b/client/src/style/pages/Preferences/Accounting.scss index 1b38e4db3..80708b761 100644 --- a/client/src/style/pages/Preferences/Accounting.scss +++ b/client/src/style/pages/Preferences/Accounting.scss @@ -10,7 +10,7 @@ margin-top: 30px; .bp3-button { - min-width: 60px; + min-width: 65px; + .bp3-button { margin-left: 10px; diff --git a/client/src/style/pages/Preferences/GeneralForm.scss b/client/src/style/pages/Preferences/GeneralForm.scss index b76474de4..2a5bec102 100644 --- a/client/src/style/pages/Preferences/GeneralForm.scss +++ b/client/src/style/pages/Preferences/GeneralForm.scss @@ -12,7 +12,7 @@ margin-top: 30px; .bp3-button { - min-width: 60px; + min-width: 70px; + .bp3-button{ margin-left: 10px; diff --git a/client/src/style/pages/Preferences/Sidebar.scss b/client/src/style/pages/Preferences/Sidebar.scss index 6966e30fc..12b3dd8ae 100644 --- a/client/src/style/pages/Preferences/Sidebar.scss +++ b/client/src/style/pages/Preferences/Sidebar.scss @@ -41,11 +41,11 @@ align-items: center; height: 60px; padding: 0 22px; - border-bottom: 1px solid #c9d9de; + border-bottom: 1px solid #bbcbd0; h2 { font-size: 22px; - color: #48485b; + color: #3b3b4c; font-weight: 400; margin: 0; } @@ -63,7 +63,7 @@ &:hover, &.#{$ns}-active { - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.6); color: #333; } }