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

20 lines
401 B
SCSS
Raw Normal View History

2021-04-19 18:34:31 +02:00
.nitro-purse {
2021-07-07 04:26:22 +02:00
padding: 2px;
background-color: #1c323f;
border: 2px solid rgba($white, 0.5);
border-top:0;
font-size: $font-size-sm;
z-index: $context-menu-zindex;
2021-06-22 09:08:16 +02:00
.notification-button {
color:lighten($dark,20);
cursor: pointer;
font-size: 0.9rem;
2021-06-22 11:52:47 +02:00
pointer-events: all;
2021-07-07 04:26:22 +02:00
display: none
2021-06-22 09:08:16 +02:00
}
2021-04-19 18:34:31 +02:00
}
@import './currency/CurrencyView';