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

40 lines
802 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-07-23 09:12:53 +02:00
pointer-events: all;
margin-bottom:5px;
2021-07-07 04:26:22 +02:00
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-07-23 09:12:53 +02:00
.nitro-purse-hc {
background-color: #3d5f6e;
margin:0 2px;
}
.nitro-purse-button {
background: $bg-mirage-split-background;
&:not(:first-child) {
margin-top:2px;
}
&:hover {
background: $bg-cello-split-background;
}
}
2021-04-19 18:34:31 +02:00
}
@import './currency/CurrencyView';
2021-07-23 09:12:53 +02:00
@import './seasonal/SeasonalView';