mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 07:26:48 +00:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user