c35e4f5750
* use countBadge instead of class * generic purchase action from buyModal to handle all kind of purchases - able to purchase backgrounds - return backgrounds as flat array * List MysteryItem & Hourglass in Inventory/Items * add Subscribers Gem Item (purchase by gold) * fix mysterybox * sort unlocked gear first * add orb of rebirth to market * remove old quest scroll + class of the quest items * more padding on countBadge * use the generic purchase on quests
23 lines
316 B
SCSS
23 lines
316 B
SCSS
.badge {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
line-height: 1.33;
|
|
color: $gray-200;
|
|
padding: 4px 8px;
|
|
box-shadow: 0 1px 1px 0 rgba($black, 0.12);
|
|
}
|
|
|
|
.badge-pill {
|
|
border-radius: 100px;
|
|
}
|
|
|
|
.badge-default {
|
|
background: $gray-500;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.badge-item {
|
|
position: absolute;
|
|
top: -9px;
|
|
}
|