Files
gocryptotrader/web/src/app/app.component.scss
Scott a23c145ccc Wallet management/Settings improvements (#130)
* 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
2018-06-04 19:20:59 +10:00

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;
}