mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 15:09:51 +00:00
* New Branch Splits settings out into their own areas for performance reasons * Formatting * Adds cutout logo for navbar * Better settings loading screen Better cache handling * Adds snackbar support Adds error websocketmessage support * pushing from one pc to another * Rejoins settings after failure to be able to seperate them without big rewrites * Wallet manipulation in settings * Reformats wallet page Updates menu to be 'wallets' * Lists enabled exchanges in settings before you click for modal * Fixes currency list issue * Fixes object reference bug in exchange-grid.component.html * password text
53 lines
676 B
SCSS
53 lines
676 B
SCSS
.container {
|
|
min-height: 100%;
|
|
}
|
|
|
|
.main {
|
|
margin-top: 5rem;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.main-block {
|
|
margin: auto 20px;
|
|
}
|
|
|
|
.sidebar {
|
|
width: 12rem;
|
|
position: fixed;
|
|
margin-top: 4rem;
|
|
}
|
|
|
|
.navbar {
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.dashboard-highlight {
|
|
color: green !important;
|
|
}
|
|
|
|
.trading-highlight {
|
|
color: orangered !important;
|
|
}
|
|
|
|
.history-highlight {
|
|
color: cornflowerblue !important;
|
|
}
|
|
|
|
.wallet-highlight {
|
|
color: blueviolet !important;
|
|
}
|
|
|
|
.help-highlight {
|
|
color: red !important;
|
|
}
|
|
|
|
.settings-highlight {
|
|
color: magenta !important;
|
|
}
|
|
|
|
.donate-highlight {
|
|
color: goldenrod!important;
|
|
} |