summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-20 13:24:22 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-20 12:24:22 +0000
commit236271da9109b2bdf480b5f8c461b7c92a0f9a5e (patch)
tree50cbffd8497fb065560a1be5c00b179d9640f0c9 /src/styles
parentRemove hardcoded 'npm' and 'pnpm' versions in 'Dockerfile' [skip ci] (#304) (diff)
downloadferdium-app-236271da9109b2bdf480b5f8c461b7c92a0f9a5e.tar.gz
ferdium-app-236271da9109b2bdf480b5f8c461b7c92a0f9a5e.tar.zst
ferdium-app-236271da9109b2bdf480b5f8c461b7c92a0f9a5e.zip
Fix apply button styling on accent section (#309)
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index e2cf46478..236bda860 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -183,10 +183,12 @@
183 183
184 .settings__settings-group__apply-color { 184 .settings__settings-group__apply-color {
185 display: flex; 185 display: flex;
186 justify-content: center;
186 } 187 }
187 188
188 .settings__settings-group__apply-color__button { 189 .settings__settings-group__apply-color__button {
189 height: 60px; 190 height: 40px;
191 margin-bottom: 3%;
190 } 192 }
191 193
192 .franz-form__input-wrapper__color-picker { 194 .franz-form__input-wrapper__color-picker {