Browse Source

revert from bold to normal

Maxim Sokhatsky 11 years ago
parent
commit
1aa1831b6d

+ 1 - 1
apps/web/priv/static/app/js/selector.js

@@ -12,7 +12,7 @@ var scope = {
     MALE_SKINS: [ "Gabrielo", "Mustafa" ],
     FEMALE_SKINS: [ "Alina" ],
     paused: false,
-    version: 1806201410
+    version: 1806201411
 };
 
 var $ = function(_undefind)

+ 1 - 1
apps/web/priv/static/app/svg/Card-Small.svg

@@ -1,3 +1,3 @@
 <rect fill="#FFFFFF" x="0" y="0" width="32" height="46" rx="8"></rect>
-<text dx="16" x="0" y="21" font-family="Exo 2" font-size="19" font-weight="bold" text-anchor="middle" fill="#48AF5E">1</text>
+<text dx="16" x="0" y="21" font-family="Exo 2" font-size="20" font-weight="normal" text-anchor="middle" fill="#48AF5E">1</text>
 <circle cx="16" cy="33" r="5" fill="#48AF5E"></circle>

+ 1 - 1
apps/web/priv/static/app/svg/Card.svg

@@ -1,4 +1,4 @@
 <rect fill="#FFFFFF" x="0" y="0" width="40" height="60" rx="8"></rect>
-<text dx="20" x="0" y="26" font-family="Exo 2" font-size="23" font-weight="bold" text-anchor="middle" fill="#48AF5E">1</text>
+<text dx="20" x="0" y="26" font-family="Exo 2" font-size="24" font-weight="normal" text-anchor="middle" fill="#48AF5E">1</text>
 <circle cx="20" cy="43" r="7" fill="#48AF5E"></circle>
 <rect class="overlay" fill-opacity="0.6" fill="#3B5998" x="0" y="0" width="40" height="60" rx="8" style="display:none;"></rect>