Files
gocryptotrader/web/src/app/shared/sidebar/sidebar.component.scss

20 lines
268 B
SCSS

.sidebar {
width:18%;
background: none;
}
.dashboard-highlight {
color: green !important;
}
.trading-highlight {
color: red !important;
}
.wallet-highlight {
color: blueviolet !important;
}
.settings-highlight {
color: magenta !important;
}