RubyGems
npm
Organizations
Log in
Sign up
npm
@magicgol/polyjuice
Versions diffs
0.38.0 → 0.38.1
@magicgol/polyjuice 0.38.0 → 0.38.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/assets/palette.scss
+1
-1
package/src/components/context/club/square/ClubSquare.vue
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@magicgol/polyjuice",
3
-
"version": "0.38.
0
",
3
+
"version": "0.38.
1
",
4
4
"scripts": {
5
5
"serve": "vue-cli-service serve",
6
6
"build": "vue-cli-service build",
package/src/assets/palette.scss
CHANGED
Viewed
@@ -3,7 +3,7 @@ $palette: (
3
3
'brand': #d81159,
4
4
'freemium' :#004781,
5
5
'coin': #ffcf73,
6
-
'club': #
FFCC5E
,
6
+
'club': #
075169
,
7
7
'text': #343434,
8
8
// ALERT
9
9
'error': #ed4949,
package/src/components/context/club/square/ClubSquare.vue
CHANGED
Viewed
@@ -54,7 +54,7 @@ export default {
54
54
@import '../../../../assets/palette';
55
55
56
56
.mg-club-square {
57
-
background-color: lighten(map-get($palette, 'club'),
25
%);
57
+
background-color: lighten(map-get($palette, 'club'),
45
%);
58
58
59
59
&--size {
60
60
&-small {