34 lines
391 B
CSS
34 lines
391 B
CSS
.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;
|
|
} |