diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 03:27:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 03:27:38 +0200 |
commit | 4c92f156645f62bd6170df1ce966374574e44ef1 (patch) | |
tree | 8ba55a55df75046b4f0a06151418453d06672f13 /app/assets/stylesheets | |
parent | 5af0ecbcd9cfd757c4d5bd541d83ca11e44d14ef (diff) | |
parent | 94d00f278819d34ef97d59d17eb289e9be217dfe (diff) |
Merge branch 'master' into add_more_tests_to_models
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/accounts.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss index 25e24a95a..b3ae33500 100644 --- a/app/assets/stylesheets/accounts.scss +++ b/app/assets/stylesheets/accounts.scss @@ -34,6 +34,7 @@ text-align: center; position: relative; z-index: 2; + text-shadow: 0 0 2px $color8; small { display: block; @@ -128,6 +129,7 @@ text-transform: uppercase; display: block; margin-bottom: 5px; + text-shadow: 0 0 2px $color8; } .counter-number { @@ -385,5 +387,6 @@ .account__header__content { font-size: 14px; color: $color1; + text-shadow: 0 0 2px $color8; } } |