diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2019-05-02 21:59:19 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2019-05-02 22:10:01 +0200 |
commit | 391d33e6c6d52b5595fd2f9d881c8e4ef9b11312 (patch) | |
tree | d4d9bb91ebf343d2f2848f2d2cfc2752d75ac8d7 /frontend/src/components/game-browser/PlayerCount.css | |
parent | Allow no frontend tests (diff) | |
download | seven-wonders-391d33e6c6d52b5595fd2f9d881c8e4ef9b11312.tar.gz seven-wonders-391d33e6c6d52b5595fd2f9d881c8e4ef9b11312.tar.bz2 seven-wonders-391d33e6c6d52b5595fd2f9d881c8e4ef9b11312.zip |
Upgrade Blueprintjs to v3
Diffstat (limited to 'frontend/src/components/game-browser/PlayerCount.css')
-rw-r--r-- | frontend/src/components/game-browser/PlayerCount.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/game-browser/PlayerCount.css b/frontend/src/components/game-browser/PlayerCount.css index ca1a3723..d2f18e50 100644 --- a/frontend/src/components/game-browser/PlayerCount.css +++ b/frontend/src/components/game-browser/PlayerCount.css @@ -1,3 +1,3 @@ -svg.pt-icon, .playerCount { +.playerCountIcon, .playerCount { vertical-align: middle; } |