Starting to see the light
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user