.nitro-purse { background-color: rgba($dark, 0.95); font-size: $font-size-sm; pointer-events: all; box-shadow: inset 0px 5px lighten(rgba($dark, 0.6), 2.5), inset 0 -4px darken(rgba($dark, 0.6), 4); .notification-button { color: lighten($dark, 20); cursor: pointer; font-size: 0.9rem; pointer-events: all; display: none; } .nitro-purse-hc { background-color: rgba($light, 0.1); } .nitro-purse-button { &:hover { background-color: rgba($light, 0.1); cursor: pointer; } } .nitro-currency { pointer-events: all; position: relative; } .nitro-seasonal-currency { pointer-events: all; background-color: rgba($dark,.95); box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4); font-size: $font-size-sm; margin-bottom: 5px; .seasonal-text { color: rgba($light,.5); } } }