Starting to see the light

This commit is contained in:
2018-09-09 21:06:34 -04:00
parent 911a8bac49
commit c931c03071
19 changed files with 442 additions and 70 deletions

View File

@@ -0,0 +1,34 @@
.cardContainer{
margin-top: 5px;
height:450px;
}
#searchCard{
height:450px;
}
.ipoContainer{
width:100%;
display: flex;
align-items:center;
}
.ipoMiniLogo{
width:35px;
height: auto;
border-radius: 50%;
text-align: right;
margin-right: 5px;
}
.spacer{
flex: 1 1 auto;
}
.addWatchListIcon{
width:auto;
font-size: 25px;
display: flex;
align-items:center;
color: #018786;
}