mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
20 lines
268 B
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;
|
|
} |