Skip to content

Commit

Permalink
Hide flag on login page
Browse files Browse the repository at this point in the history
This refers to #44
  • Loading branch information
dimarconicola authored Nov 13, 2018
1 parent 599007e commit ddad18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ header .account .msg i { display: inline-block; transform: scale(0.6, 0.6); vert
.home-body { height: 100%; }
.language { margin-top: 15px }
.language .icon { position: relative; top: 4px; margin-right: 5px; display: inline-block; width: 20px; height: 16px; }
.language .icon.en, .language .icon.cn { background: url('../images/flag-sprite.png') no-repeat; background-size: 40px 16px; }
.language .icon.en, .language .icon.cn { display: none; background: url('../images/flag-sprite.png') no-repeat; background-size: 40px 16px; }
.language .icon.cn { background-position: -20px 0; }
.language.dropdown { right: 0; padding: 0; margin: 0; }
.language.dropdown li { list-style: none; }
Expand Down

0 comments on commit ddad18b

Please sign in to comment.