Initial commit of swing trading dashboard style sheet
This commit is contained in:
parent
0280d01503
commit
8c16dc1f7c
27
assets/dashboard.css
Normal file
27
assets/dashboard.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user