aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/info-bar.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-20 23:50:22 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-20 23:50:22 +0100
commit2cbd938dce5901c2656c9aa128d600fba4ef209c (patch)
treee34974cb75cee440b2bff15f424cdf5800da775d /src/styles/info-bar.scss
parentMerge pull request #310 from meetfranz/feature/touchbar-app-crash (diff)
downloadferdium-app-2cbd938dce5901c2656c9aa128d600fba4ef209c.tar.gz
ferdium-app-2cbd938dce5901c2656c9aa128d600fba4ef209c.tar.zst
ferdium-app-2cbd938dce5901c2656c9aa128d600fba4ef209c.zip
feat(App): Add link to changelog in app update notification
Diffstat (limited to 'src/styles/info-bar.scss')
-rw-r--r--src/styles/info-bar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/info-bar.scss b/src/styles/info-bar.scss
index c30c951ee..b6d1e84e2 100644
--- a/src/styles/info-bar.scss
+++ b/src/styles/info-bar.scss
@@ -46,6 +46,10 @@
46 } 46 }
47 } 47 }
48 48
49 a {
50 // text-decoration: underline;
51 }
52
49 &.info-bar--bottom { 53 &.info-bar--bottom {
50 order: 10; 54 order: 10;
51 } 55 }