summaryrefslogtreecommitdiff
path: root/frontend/src/components/game-browser/PlayerCount.css
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2019-05-02 21:59:19 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2019-05-02 22:10:01 +0200
commit391d33e6c6d52b5595fd2f9d881c8e4ef9b11312 (patch)
treed4d9bb91ebf343d2f2848f2d2cfc2752d75ac8d7 /frontend/src/components/game-browser/PlayerCount.css
parentAllow no frontend tests (diff)
downloadseven-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.css2
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;
}
bgstack15