Adds working sidebar. Has some funky height glitch that I can resolve later. Hard to get the viewport to be 100%

This commit is contained in:
GloriousCode
2017-10-10 17:50:59 +11:00
parent dd6a692ec3
commit ace0c9a6a9
6 changed files with 47 additions and 17 deletions

View File

@@ -1,14 +1,32 @@
.container {
border: 1px solid rgba(0, 0, 0, 0.5);
height:100vh;
}
.main {
padding: 20px 70px 0;
display: flex;
align-items: center;
justify-content: center;
min-width:80%;
}
.sidebar {
padding:20px;
.sidebar{
width:20%;
}
.dashboard-highlight {
color: green !important;
}
.trading-highlight {
color: red !important;
}
.wallet-highlight {
color: blueviolet !important;
}
.settings-highlight {
color: magenta !important;
}