Files
gocryptotrader/web/src/app/app.component.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;
}