nitro-react/src/views/purse/PurseView.scss

15 lines
370 B
SCSS
Raw Normal View History

2021-04-19 18:34:31 +02:00
.nitro-purse {
2021-06-22 09:08:16 +02:00
background: rgba($dark,.95);
border: 1px solid lighten($dark,8.3);
box-shadow: inset 0px 3px lighten(rgba($dark,.6),2.5), inset 0 -2px darken(rgba($dark,.6),4);
font-weight: bolder;
.notification-button {
color:lighten($dark,20);
cursor: pointer;
font-size: 0.9rem;
}
2021-04-19 18:34:31 +02:00
}
@import './currency/CurrencyView';