Browse Source

24pt font for now

Maxim Sokhatsky 11 years ago
parent
commit
a50adf5488

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

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

+ 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>
 <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="26" font-weight="normal" 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>
 <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>
 <rect class="overlay" fill-opacity="0.6" fill="#3B5998" x="0" y="0" width="40" height="60" rx="8" style="display:none;"></rect>