styles
This commit is contained in:
parent
c8c2d08522
commit
b04ae8a8d4
27
client/assets/styles/colours.less
Normal file
27
client/assets/styles/colours.less
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@green: #1FF01F;
|
||||||
|
@red: #a52a2a;
|
||||||
|
@blue: #3498db;
|
||||||
|
@white: #f5f5f5; // whitesmoke
|
||||||
|
@purple: #9355b5; // 6lack - that far cover
|
||||||
|
|
||||||
|
@darkgray: #222;
|
||||||
|
@gray: #333;
|
||||||
|
|
||||||
|
|
||||||
|
svg {
|
||||||
|
stroke: none;
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
&.red {
|
||||||
|
fill: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.green {
|
||||||
|
fill: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.blue {
|
||||||
|
fill: @blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,11 +1,4 @@
|
|||||||
@green: #1FF01F;
|
@import 'colours.less';
|
||||||
@red: #a52a2a;
|
|
||||||
@blue: #3498db;
|
|
||||||
@white: #f5f5f5; // whitesmoke
|
|
||||||
@purple: #9355b5; // 6lack - that far cover
|
|
||||||
|
|
||||||
@darkgray: #222;
|
|
||||||
@gray: #333;
|
|
||||||
|
|
||||||
.vbox {
|
.vbox {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
@ -85,20 +78,5 @@
|
|||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: none;
|
stroke: none;
|
||||||
margin: 0 auto;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
&.red {
|
|
||||||
fill: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.green {
|
|
||||||
fill: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.blue {
|
|
||||||
fill: @blue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
@ -209,7 +209,7 @@ function Vbox(args) {
|
|||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
class='vbox-btn'
|
class='vbox-btn'
|
||||||
onMouseOver={e => hoverInfo(e, 'reroll')}
|
onMouseOver={e => hoverInfo(e, 'refill')}
|
||||||
onClick={() => sendVboxDiscard()}>
|
onClick={() => sendVboxDiscard()}>
|
||||||
refill - 5b
|
refill - 5b
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@ -56,8 +56,8 @@ module.exports = {
|
|||||||
item: 'REFINE',
|
item: 'REFINE',
|
||||||
description: 'Refine ITEMS currently in I-COMBINATOR into more powerful variants',
|
description: 'Refine ITEMS currently in I-COMBINATOR into more powerful variants',
|
||||||
},
|
},
|
||||||
reroll: {
|
refill: {
|
||||||
item: 'REROLL',
|
item: 'REFILL',
|
||||||
description: 'Refill the VBOX with new ITEMS.\nCosts 5b.',
|
description: 'Refill the VBOX with new ITEMS.\nCosts 5b.',
|
||||||
},
|
},
|
||||||
equipSkills: {
|
equipSkills: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user