mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-17 23:16:52 +00:00
32 lines
425 B
SCSS
32 lines
425 B
SCSS
.container {
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
height:100vh;
|
|
}
|
|
|
|
|
|
.main {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-width:80%;
|
|
}
|
|
|
|
.sidebar{
|
|
width:20%;
|
|
}
|
|
|
|
.dashboard-highlight {
|
|
color: green !important;
|
|
}
|
|
|
|
.trading-highlight {
|
|
color: red !important;
|
|
}
|
|
|
|
.wallet-highlight {
|
|
color: blueviolet !important;
|
|
}
|
|
|
|
.settings-highlight {
|
|
color: magenta !important;
|
|
} |