aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-29 12:26:01 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-29 19:28:11 +0530
commit9f299a8863f925a3903959c37ba04c57bb95f635 (patch)
tree98885e8d7dc026eb8f6412c8644db5ae291e0d74 /src/styles
parent6.0.0-nightly.80 [skip ci] (diff)
downloadferdium-app-9f299a8863f925a3903959c37ba04c57bb95f635.tar.gz
ferdium-app-9f299a8863f925a3903959c37ba04c57bb95f635.tar.zst
ferdium-app-9f299a8863f925a3903959c37ba04c57bb95f635.zip
Fix Cache Settings subsection styling
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index e0b7d39dd..b3f2d2475 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -27,7 +27,7 @@
27 .settings__hr { 27 .settings__hr {
28 color: rgba($dark-theme-gray, 0.8); 28 color: rgba($dark-theme-gray, 0.8);
29 } 29 }
30 30
31 .settings__hr-sections { 31 .settings__hr-sections {
32 color: rgba($dark-theme-text-color, 0.5); 32 color: rgba($dark-theme-text-color, 0.5);
33 } 33 }
@@ -190,7 +190,7 @@
190 .settings__hr { 190 .settings__hr {
191 color: rgba($theme-gray, 0.2); 191 color: rgba($theme-gray, 0.2);
192 } 192 }
193 193
194 .settings__hr-sections { 194 .settings__hr-sections {
195 color: rgba($theme-gray, 0.4); 195 color: rgba($theme-gray, 0.4);
196 } 196 }
@@ -421,6 +421,11 @@
421 height: auto !important; 421 height: auto !important;
422 } 422 }
423 423
424 .settings__open-settings-cache-button, .settings__open-settings-cache-container {
425 cursor: pointer;
426 margin-right: 10px;
427 }
428
424 .settings__empty-state { 429 .settings__empty-state {
425 align-items: center; 430 align-items: center;
426 align-self: center; 431 align-self: center;