diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-23 02:40:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 02:40:39 +0200 |
commit | 0e0f18ce7c9796b25efa415436fe662f3f65bd25 (patch) | |
tree | bda14b5c47b17a0aa82aead8ce53fc0b195ef027 /app/javascript/styles | |
parent | 7964bfccdb0bc30c4f15db092b66a6f8d57f1262 (diff) |
New logo (#4306)
* Add new logo * Remove unused images
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/about.scss | 9 | ||||
-rw-r--r-- | app/javascript/styles/containers.scss | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index b94f61144..a2642ee9f 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -505,12 +505,19 @@ a { padding-left: 0; color: $white; + + &:hover img { + opacity: 1; + } } img { - width: 32px; height: 32px; margin-right: 10px; + position: relative; + top: 4px; + left: -10px; + opacity: 0.8; } } } diff --git a/app/javascript/styles/containers.scss b/app/javascript/styles/containers.scss index 44d4c1118..7dcf2c006 100644 --- a/app/javascript/styles/containers.scss +++ b/app/javascript/styles/containers.scss @@ -23,8 +23,7 @@ align-items: center; img { - width: 32px; - height: 32px; + height: 42px; margin-right: 10px; } |