mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 23:16:51 +00:00
Finishes wallet summary
Restyles settings and wallet pages
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
.container {
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
height:100vh;
|
||||
height: 96vh;
|
||||
}
|
||||
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 20px 70px 0;
|
||||
min-width:94%;
|
||||
min-width: 86%;
|
||||
margin: 10px auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.sidebar{
|
||||
width:16%;
|
||||
.sidebar {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.dashboard-highlight {
|
||||
|
||||
Reference in New Issue
Block a user