Initial commit of swing trading dashboard style sheet

This commit is contained in:
moshferatu 2024-10-23 11:55:07 -07:00
parent 0280d01503
commit 8c16dc1f7c

27
assets/dashboard.css Normal file
View File

@ -0,0 +1,27 @@
.ag-header-cell-label {
justify-content: center;
}
.long-signal {
height: 15px;
width: 15px;
background-color: #32cd32;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin: 2px;
}
.no-signal {
height: 15px;
width: 15px;
background-color: #6d6d6d;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin: 2px;
}
.signal-container {
text-align: center;
}