aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index b1e163421..ecc305193 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -39,6 +39,11 @@ html { overflow: hidden; }
39 color: $theme-brand-primary; 39 color: $theme-brand-primary;
40 } 40 }
41 41
42 &:disabled {
43 opacity: 0.25;
44 filter: grayscale(1);
45 }
46
42 .update-available { 47 .update-available {
43 align-items: center; 48 align-items: center;
44 background: $theme-brand-danger; 49 background: $theme-brand-danger;