Commit 8af2a2ee3c92522fb9a2138327ccf0f84759437d
1 parent
8a70622c
Exists in
master
and in
5 other branches
add: login icon with contrast
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
501 Bytes
sass/style.sass
... | ... | @@ -739,6 +739,8 @@ h1 |
739 | 739 | vertical-align: middle |
740 | 740 | border: 1px solid #ccc !important |
741 | 741 | background: url(images/icons/icon-user.png) no-repeat 20px 50% |
742 | + .contrast & | |
743 | + background-image: url(images/icons/icon-user-contrast.png) | |
742 | 744 | .login |
743 | 745 | margin-left: 20px |
744 | 746 | .logout | ... | ... |